[vlc-devel] commit: Dshow: fix compilation after the big fourCC changes. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun May 17 00:30:07 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 17 00:26:46 2009 +0200| [64828ecca2132bd3a8b9758c980386c0d01a2580] | committer: Jean-Baptiste Kempf
Dshow: fix compilation after the big fourCC changes.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=64828ecca2132bd3a8b9758c980386c0d01a2580
---
modules/access/dshow/filter.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/dshow/filter.cpp b/modules/access/dshow/filter.cpp
index 24c2b75..d061633 100644
--- a/modules/access/dshow/filter.cpp
+++ b/modules/access/dshow/filter.cpp
@@ -30,6 +30,7 @@
#endif
#include <vlc_common.h>
+#include <vlc_fourcc.h>
#ifndef _MSC_VER
/* Work-around a bug in w32api-2.5 */
More information about the vlc-devel
mailing list