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