ffmpeg, libvpx, x264, x265:update

This commit is contained in:
alihanozturk
2016-06-12 21:29:16 +03:00
parent 88fa053c71
commit 4298f4e42e
9 changed files with 451 additions and 22 deletions
+1 -1
View File
@@ -54,7 +54,6 @@ def setup():
--enable-libcelt \
--enable-frei0r \
--enable-libcdio \
--enable-libvo-aacenc \
--enable-libvo-amrwbenc \
--enable-nonfree \
--enable-libfaac")
@@ -62,6 +61,7 @@ def setup():
def build():
autotools.make()
autotools.make('tools/qt-faststart')
autotools.make("doc/ff{mpeg,play,server}.1")
def install():
autotools.rawInstall("DESTDIR=%s install-man" % get.installDIR())