]> git.sesse.net Git - vlc/commitdiff
Contribs: use openjpeg in libav/ffmpeg
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 Sep 2011 11:17:52 +0000 (13:17 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 Sep 2011 11:20:43 +0000 (13:20 +0200)
So that we have jp2k support on Windows and MacOS

NEWS
contrib/src/ffmpeg/rules.mak

diff --git a/NEWS b/NEWS
index 5be2cb29ad15217eaf4451814476aa37f9c92b29..dc7a729af26a2394da25263f4e174643fb2d6715 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index d3fbc8efac8cd6f12c91e54fd8b39ecf93fca80a..5b38c7c38f31978468d4257bead14dd0d7d028d6 100644 (file)
@@ -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