diff --git a/gstreamer-plugins-ffmpeg/Pkgfile b/gstreamer-plugins-ffmpeg/Pkgfile index eddc4ac21..d7a0c08b1 100644 --- a/gstreamer-plugins-ffmpeg/Pkgfile +++ b/gstreamer-plugins-ffmpeg/Pkgfile @@ -2,7 +2,7 @@ # URL: http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au # Packager: Matt Housh, jaeger at morpheus dot net -# Depends on: gstreamer-plugins-base, python +# Depends on: gstreamer-plugins-base python name=gstreamer-plugins-ffmpeg version=0.10.2 @@ -15,6 +15,7 @@ build() { CFLAGS="${CFLAGS//-O?/-O2}" CXXFLAGS="${CXXFLAGS//-O?/-O2}" \ ./configure --prefix=/usr - make && make DESTDIR=$PKG install + make + make DESTDIR=$PKG install }