[SCM] ffmpeg/master: Enable frei0r on powerpcspe.

aca-guest at users.alioth.debian.org aca-guest at users.alioth.debian.org
Wed Dec 7 00:14:52 UTC 2016


The following commit has been merged in the master branch:
commit 908fb0303ff4cfdc3b1aa27cb1ed3de908b1186c
Author: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Date:   Tue Dec 6 23:57:26 2016 +0100

    Enable frei0r on powerpcspe.

diff --git a/debian/control b/debian/control
index 361b1b5..35d19b8 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends:
 # --enable-libflite
  flite1-dev,
 # --enable-frei0r
- frei0r-plugins-dev [!powerpcspe] <!stage1>,
+ frei0r-plugins-dev <!stage1>,
 # --enable-ladspa
  ladspa-sdk,
 # --enable-libass
diff --git a/debian/rules b/debian/rules
index 174ed47..2a37ad8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,10 +142,10 @@ ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
 		--disable-libopencv \
 		--disable-libx264
 else
-	CONFIG += --enable-libopencv
+	CONFIG += --enable-libopencv \
+		--enable-frei0r
 ifeq (,$(filter $(DEB_HOST_ARCH),powerpcspe))
-	CONFIG += --enable-frei0r \
-		--enable-libx264
+	CONFIG += --enable-libx264
 endif
 ifeq (,$(filter $(DEB_HOST_ARCH),sh4))
 	CONFIG += --enable-chromaprint

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list