[FFmpeg-devel] [PATCH 2/2] lavc/tiff: Decode embedded JPEGs in DNG images
Moritz Barsnick
barsnick at gmx.net
Tue Jul 23 15:47:03 EEST 2019
Even though you requested not to review:
On Tue, Jul 23, 2019 at 14:51:12 +0300, velocityra at gmail.com wrote:
> +#include "mjpegdec.h"
Subtle hint: Try configuring and compiling ffmpeg without support for
mjpeg, but with support for tiff.
I think you need to add a dependency in libavcodec/Makefile. Possibly
also in configure (tiff_decoder_select).
Perhaps the feature could be #ifdef'd MJPEG_DECODER, but that may
create a bit of a mess.
Cheers,
Moritz
More information about the ffmpeg-devel
mailing list