[SCM] ffmpeg/master: Disable libopenjpeg (#787275) and libschroedinger (#787957) decoders. (Closes: #786670)

aca-guest at users.alioth.debian.org aca-guest at users.alioth.debian.org
Tue Sep 15 23:03:20 UTC 2015


The following commit has been merged in the master branch:
commit 13b6161ce896268aebfafd95557de0ea1d097eef
Author: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Date:   Tue Sep 15 21:09:06 2015 +0200

    Disable libopenjpeg (#787275) and libschroedinger (#787957) decoders. (Closes: #786670)

diff --git a/debian/rules b/debian/rules
index 81ff845..ffc7c3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,8 @@ CONFIG := --prefix=/usr \
 	--enable-gpl \
 	--enable-shared \
 	--disable-stripping \
+	--disable-decoder=libopenjpeg \
+	--disable-decoder=libschroedinger \
 	--enable-avresample \
 	--enable-avisynth \
 	--enable-gnutls \

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list