vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | 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 <[email protected]> Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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_ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
