ffmpeg change actions.py
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user