From 9eeeac7d2fa3b2eef6fd413a2f86625dda4a6599 Mon Sep 17 00:00:00 2001 From: groni Date: Sun, 5 Feb 2017 19:14:34 +0100 Subject: [PATCH] ffmpeg change actions.py --- multimedia/video/ffmpeg/actions.py | 5 +++-- multimedia/video/ffmpeg/pspec.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/multimedia/video/ffmpeg/actions.py b/multimedia/video/ffmpeg/actions.py index f01b27b0bf..70ac57b930 100644 --- a/multimedia/video/ffmpeg/actions.py +++ b/multimedia/video/ffmpeg/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def setup(): - autotools.rawConfigure("--prefix=/usr \ + autotools.configure("--prefix=/usr \ --mandir=/usr/share/man \ --disable-debug \ --disable-static \ @@ -55,7 +55,8 @@ def setup(): --enable-frei0r \ --enable-libcdio \ --enable-libvo-amrwbenc \ - --enable-nonfree") + --enable-nonfree \ + --enable-libfaac") def build(): autotools.make() diff --git a/multimedia/video/ffmpeg/pspec.xml b/multimedia/video/ffmpeg/pspec.xml index e32e00e958..48e3ca56cf 100644 --- a/multimedia/video/ffmpeg/pspec.xml +++ b/multimedia/video/ffmpeg/pspec.xml @@ -45,7 +45,7 @@ speex-devel yasm-devel libv4l-devel - gnutls-devel + pkgconfig libvo-amrwbenc-devel libvo-aacenc-devel xvid-devel