diff --git a/multimedia/video/ffmpeg/actions.py b/multimedia/video/ffmpeg/actions.py
index 574a68bb61..0f78a57295 100644
--- a/multimedia/video/ffmpeg/actions.py
+++ b/multimedia/video/ffmpeg/actions.py
@@ -7,10 +7,56 @@
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
def setup():
- autotools.rawConfigure("--prefix=/usr \
- --enable-shared ")
+ shelltools.system("./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --disable-debug \
+ --disable-static \
+ --disable-stripping \
+ --enable-avfilter \
+ --enable-avresample \
+ --enable-dxva2 \
+ --enable-fontconfig \
+ --enable-gnutls \
+ --enable-gpl \
+ --enable-libass \
+ --enable-libbluray \
+ --enable-libfreetype \
+ --enable-libgsm \
+ --enable-libmodplug \
+ --enable-libmp3lame \
+ --enable-libopencore_amrnb \
+ --enable-libopencore_amrwb \
+ --enable-libopenjpeg \
+ --enable-libopus \
+ --enable-libpulse \
+ --enable-librtmp \
+ --enable-libschroedinger \
+ --enable-libspeex \
+ --enable-libtheora \
+ --enable-libv4l2 \
+ --enable-libvorbis \
+ --enable-libvpx \
+ --enable-libx264 \
+ --enable-libx265 \
+ --enable-libxvid \
+ --enable-pic \
+ --enable-postproc \
+ --enable-runtime-cpudetect \
+ --enable-shared \
+ --enable-swresample \
+ --enable-vdpau \
+ --enable-version3 \
+ --enable-x11grab \
+ --enable-libdc1394 \
+ --enable-libnut \
+ --enable-libcelt \
+ --enable-frei0r \
+ --enable-libcdio \
+ --enable-libvo-amrwbenc \
+ --enable-nonfree")
def build():
autotools.make()
diff --git a/multimedia/video/ffmpeg/pspec.xml b/multimedia/video/ffmpeg/pspec.xml
index 48e3ca56cf..8f0ffd1c64 100644
--- a/multimedia/video/ffmpeg/pspec.xml
+++ b/multimedia/video/ffmpeg/pspec.xml
@@ -15,7 +15,7 @@
app:console
A command-line tool to record, convert and stream audio and video
FFmpeg is a complete solution to record, convert and stream audio and video.
- http://ffmpeg.org/releases/ffmpeg-3.2.2.tar.xz
+ http://ffmpeg.org/releases/ffmpeg-3.2.4.tar.xz
freetype-devel
faac-devel
@@ -53,6 +53,7 @@
libnut-devel
libcdio-paranoia-devel
libXv-devel
+ libidn-devel