]> git.sesse.net Git - ffmpeg/commit
configure, libavcodec/Makefile: Fix avrn dependencies
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 9 Feb 2021 21:13:13 +0000 (22:13 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 23 Feb 2021 09:14:25 +0000 (10:14 +0100)
commit7bf2b76b4190e35b61d2c477d7e9fa2e0b6d7566
tree0e69f7c3ac2b28c88e207f31b98ed1673c1f1e3b
parent6db394c12850c061c135afd7d3639f5fa80536bd
configure, libavcodec/Makefile: Fix avrn dependencies

The avrn decoder actually only needs one thing: The MJPEG decoder.
Instead the Makefile made it compile mjpegdec and configure required
some of the prerequisites of the MJPEG decoder (exif and jpegtables).
Even if all the prerequisites of the MJPEG decoder were required, it
would still not make the MJPEG decoder usable, because for that
the MJPEG decoder needs to be in the list of codecs in codec_list.c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
configure
libavcodec/Makefile