Commit 92b7c621 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: use openjpeg in libav/ffmpeg

So that we have jp2k support on Windows and MacOS
parent 96d4c7f7
......@@ -66,6 +66,7 @@ Codecs:
The Schroedinger module should be prefered to the Dirac one
* Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
* EIA-608 closed captions improvements
* Support for JPEG 2000 and Motion JPEG 2000 in the Windows and Mac binaries
Demuxers:
* New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
......
......@@ -11,6 +11,7 @@ FFMPEGCONF = \
--disable-decoder=libvpx \
--enable-libgsm \
--enable-libvpx \
--enable-libopenjpeg \
--disable-debug \
--enable-gpl \
--enable-postproc \
......@@ -22,7 +23,7 @@ FFMPEGCONF = \
--disable-protocols \
--disable-avfilter \
--disable-network
DEPS_ffmpeg = zlib gsm vpx $(DEPS_vpx)
DEPS_ffmpeg = zlib gsm vpx $(DEPS_vpx) openjpeg
# Optional dependencies
ifdef BUILD_ENCODERS
......
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