And pull out all the xenia specific build junk into third_party/ffmpeg-xenia rather than keeping it checked in the submodule
8 lines
179 B
C
8 lines
179 B
C
static const AVCodec * const codec_list[] = {
|
|
&ff_mp3float_decoder,
|
|
&ff_mp3_decoder,
|
|
&ff_wmapro_decoder,
|
|
&ff_wmav2_decoder,
|
|
&ff_xmaframes_decoder,
|
|
NULL };
|