ffmpeg change actions.py
This commit is contained in:
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.rawConfigure("--prefix=/usr \
|
autotools.configure("--prefix=/usr \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@@ -55,7 +55,8 @@ def setup():
|
|||||||
--enable-frei0r \
|
--enable-frei0r \
|
||||||
--enable-libcdio \
|
--enable-libcdio \
|
||||||
--enable-libvo-amrwbenc \
|
--enable-libvo-amrwbenc \
|
||||||
--enable-nonfree")
|
--enable-nonfree \
|
||||||
|
--enable-libfaac")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
<Dependency>speex-devel</Dependency>
|
<Dependency>speex-devel</Dependency>
|
||||||
<Dependency>yasm-devel</Dependency>
|
<Dependency>yasm-devel</Dependency>
|
||||||
<Dependency>libv4l-devel</Dependency>
|
<Dependency>libv4l-devel</Dependency>
|
||||||
<Dependency>gnutls-devel</Dependency>
|
<Dependency>pkgconfig</Dependency>
|
||||||
<Dependency>libvo-amrwbenc-devel</Dependency>
|
<Dependency>libvo-amrwbenc-devel</Dependency>
|
||||||
<Dependency>libvo-aacenc-devel</Dependency>
|
<Dependency>libvo-aacenc-devel</Dependency>
|
||||||
<Dependency>xvid-devel</Dependency>
|
<Dependency>xvid-devel</Dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user