[vlc-commits] atmo: include vlc_codecs.h to get BITMAP definitions

Rafaël Carré git at videolan.org
Sat Jan 28 18:29:00 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Jan 28 12:28:33 2012 -0500| [0398b0c82e0b043de6404e1bad2ab0ecf2bcc31c] | committer: Rafaël Carré

atmo: include vlc_codecs.h to get BITMAP definitions

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0398b0c82e0b043de6404e1bad2ab0ecf2bcc31c
---

 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_



More information about the vlc-commits mailing list