ffmpeg change actions.py

This commit is contained in:
groni
2017-02-05 19:14:34 +01:00
parent 34fdcf5b7e
commit 9eeeac7d2f
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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()
+1 -1
View File
@@ -45,7 +45,7 @@
<Dependency>speex-devel</Dependency>
<Dependency>yasm-devel</Dependency>
<Dependency>libv4l-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>libvo-amrwbenc-devel</Dependency>
<Dependency>libvo-aacenc-devel</Dependency>
<Dependency>xvid-devel</Dependency>