]> git.sesse.net Git - vlc/commitdiff
MKV: fix compilation after vlc_codecs removal
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Apr 2010 17:08:37 +0000 (19:08 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Apr 2010 17:08:37 +0000 (19:08 +0200)
modules/demux/mkv/matroska_segment.cpp

index c351b4670d7d32c36dff42f6a304e777d4b1079f..626b8dcf8eed28242df68c7da671935fdd347d3a 100644 (file)
@@ -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 )