[vlc-commits] atmo: include vlc_codecs.h to get BITMAP definitions ( cherry picked from commit 0398b0c82e0b043de6404e1bad2ab0ecf2bcc31c)
Rafaël Carré
git at videolan.org
Tue Aug 28 19:25:24 CEST 2012
vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Fri Aug 17 21:39:26 2012 +0900| [e9febc4cd80770e1ab133b336d1c3a73b97b2357] | committer: Jean-Baptiste Kempf
atmo: include vlc_codecs.h to get BITMAP definitions (cherry picked from commit 0398b0c82e0b043de6404e1bad2ab0ecf2bcc31c)
Signed-off-by: KO Myung-Hun <komh at chollian.net>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=e9febc4cd80770e1ab133b336d1c3a73b97b2357
---
modules/video_filter/atmo/AtmoDefs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/video_filter/atmo/AtmoDefs.h b/modules/video_filter/atmo/AtmoDefs.h
index a7719a0..06c16c9 100644
--- a/modules/video_filter/atmo/AtmoDefs.h
+++ b/modules/video_filter/atmo/AtmoDefs.h
@@ -14,6 +14,7 @@
#if defined(__LIBVLC__)
# include <vlc_common.h>
+# include <vlc_codecs.h>
/* some things need to be changed if this code is used inside VideoLan Filter Module */
# define _ATMO_VLC_PLUGIN_
More information about the vlc-commits
mailing list