[vlc-devel] [PATCH 3/4] atmo: include vlc_codecs.h to get BITMAP definitions (cherry picked from commit 0398b0c82e0b043de6404e1bad2ab0ecf2bcc31c)

KO Myung-Hun komh78 at gmail.com
Fri Aug 17 14:39:26 CEST 2012


From: Rafaël Carré <funman at videolan.org>

Signed-off-by: KO Myung-Hun <komh at chollian.net>
---
 modules/video_filter/atmo/AtmoDefs.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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_
-- 
1.7.3.2




More information about the vlc-devel mailing list