[vlc-commits] commit: MKV: fix compilation after vlc_codecs removal (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Tue Apr 13 19:08:37 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 13 19:08:37 2010 +0200| [ea900bc7c74d66e48ed3022db63b7b33ea687b8d] | committer: Jean-Baptiste Kempf
MKV: fix compilation after vlc_codecs removal
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea900bc7c74d66e48ed3022db63b7b33ea687b8d
---
modules/demux/mkv/matroska_segment.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/demux/mkv/matroska_segment.cpp b/modules/demux/mkv/matroska_segment.cpp
index c351b46..626b8dc 100644
--- a/modules/demux/mkv/matroska_segment.cpp
+++ b/modules/demux/mkv/matroska_segment.cpp
@@ -32,6 +32,8 @@ extern "C" {
#include "../vobsub.h"
}
+#include <vlc_codecs.h>
+
/* GetFourCC helper */
#define GetFOURCC( p ) __GetFOURCC( (uint8_t*)p )
static vlc_fourcc_t __GetFOURCC( uint8_t *p )
More information about the vlc-commits
mailing list