Commit ea900bc7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: fix compilation after vlc_codecs removal

parent e6f9c815
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment