Commit graph

1 commit

Author SHA1 Message Date
Jan Beich
bcb5eb51ca multimedia/transcode: unbreak build with ffmpeg 3.0
aud_aux.c:329:18: error: use of undeclared identifier 'CODEC_ID_MP2'; did you mean 'AV_CODEC_ID_MP2'?
        codeid = CODEC_ID_MP2;
                 ^~~~~~~~~~~~
                 AV_CODEC_ID_MP2
/usr/local/include/libavcodec/avcodec.h:419:5: note: 'AV_CODEC_ID_MP2' declared here
    AV_CODEC_ID_MP2 = 0x15000,
    ^

PR:		208818
Reported by:	antoine (via exp-run)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Obtained from:	Arch Linux
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2016-04-15 17:40:32 +00:00