summaryrefslogtreecommitdiffstats
path: root/ffmpeg-svn/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg-svn/PKGBUILD')
-rw-r--r--ffmpeg-svn/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/ffmpeg-svn/PKGBUILD b/ffmpeg-svn/PKGBUILD
index ae596b5..9b1cc30 100644
--- a/ffmpeg-svn/PKGBUILD
+++ b/ffmpeg-svn/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: raubkopierer <mail[dot]sensenmann[at]googlemail[dot]com>
pkgname=ffmpeg-svn
-pkgver=20578
+pkgver=21252
pkgrel=1
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
arch=('i686' 'x86_64')
url="http://ffmpeg.mplayerhq.hu/"
license=('GPL')
-depends=('lame' 'sdl' 'faad2' 'faac' 'zlib' 'imlib2' 'x264' 'libtheora')
+depends=('lame' 'sdl' 'zlib' 'imlib2' 'x264-git' 'libtheora' 'opencore-amr' 'faac')
makedepends=('subversion')
provides=("ffmpeg=`date +%Y%m%d`")
conflicts=('ffmpeg')
@@ -37,10 +37,12 @@ build() {
--prefix=/usr \
--enable-gpl \
--enable-nonfree \
+ --enable-version3 \
--enable-libmp3lame \
--enable-libfaac \
- --enable-libfaad \
--enable-libx264 \
+ --enable-libopencore-amrnb \
+ --enable-libopencore-amrwb \
--enable-libtheora \
--enable-postproc \
--enable-shared \