summaryrefslogtreecommitdiffstats
path: root/ffmpeg/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 13:50:06 +0100
committerpiernov <piernov@piernov.org>2012-01-22 13:50:06 +0100
commite6b5a896edac9f653cef5397eda1ee028c59c4be (patch)
tree2f5a0bd1619c76c537f4209a6e107ec375cb357b /ffmpeg/Pkgfile
parent61605247cfdbdb0026948c2c2ab3a99a3d699a0f (diff)
downloadnutyx-extra-e6b5a896edac9f653cef5397eda1ee028c59c4be.tar.gz
nutyx-extra-e6b5a896edac9f653cef5397eda1ee028c59c4be.tar.bz2
nutyx-extra-e6b5a896edac9f653cef5397eda1ee028c59c4be.tar.xz
nutyx-extra-e6b5a896edac9f653cef5397eda1ee028c59c4be.zip
ffmpeg 0.9.1-1 màj port
Diffstat (limited to 'ffmpeg/Pkgfile')
-rw-r--r--ffmpeg/Pkgfile10
1 files changed, 7 insertions, 3 deletions
diff --git a/ffmpeg/Pkgfile b/ffmpeg/Pkgfile
index 34c626034..e0a0c3f7f 100644
--- a/ffmpeg/Pkgfile
+++ b/ffmpeg/Pkgfile
@@ -2,11 +2,11 @@
# URL: http://ffmpeg.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: amrnb, amrwb, liba52, imlib2, lame, sdl, libvorbis, libogg, xvid, faac, faad2, libtheora, x264, alsa-lib, openjpeg, vdpau-video
-# Run on: amrnb,amrwb,liba52,imlib2,lame,sdl,libvorbis,libogg,xvid,faac,faad2,libtheora,x264,alsa-lib,openjpeg,vdpau-video
+# Depends on: amrnb, amrwb, liba52, imlib2, lame, sdl, libvorbis, libogg, xvid, faac, faad2, libtheora, x264, alsa-lib, openjpeg, vdpau-video, libass, libdc1394, libcdio, opencv
+# Run on: amrnb,amrwb,liba52,imlib2,lame,sdl,libvorbis,libogg,xvid,faac,faad2,libtheora,x264,alsa-lib,openjpeg,vdpau-video,libass,libdc1394,libcdio,opencv
name=ffmpeg
-version=0.9
+version=0.9.1
release=1
source=(http://ffmpeg.org/releases/$name-$version.tar.bz2)
@@ -16,6 +16,10 @@ build() {
--prefix=/usr \
--enable-gpl \
--enable-version3 \
+ --enable-libass \
+ --enable-libdc1394 \
+ --enable-libcdio \
+ --enable-libopencv \
--enable-libfaac \
--enable-libmp3lame \
--enable-libtheora \