summaryrefslogtreecommitdiffstats
path: root/main/ffmpeg
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-04 09:17:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-04 09:20:04 +0000
commitf8f6d51717a3c120092475c5c01f318f8d690a9b (patch)
tree6820a4ac41cd00a56d69c179d6c066e373dfcd3a /main/ffmpeg
parentcc2d85dd0e6f6807d9bbd8b47a7672cef0b1bf19 (diff)
downloadaports-f8f6d51717a3c120092475c5c01f318f8d690a9b.tar.bz2
aports-f8f6d51717a3c120092475c5c01f318f8d690a9b.tar.xz
main/ffmpeg: enable rtmp support
Diffstat (limited to 'main/ffmpeg')
-rw-r--r--main/ffmpeg/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/ffmpeg/APKBUILD b/main/ffmpeg/APKBUILD
index 7e01035d6..427b5e31a 100644
--- a/main/ffmpeg/APKBUILD
+++ b/main/ffmpeg/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ffmpeg
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
url="http://ffmpeg.org/"
arch="all"
@@ -9,7 +9,7 @@ license="GPL"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
makedepends="lame-dev libvorbis-dev faac-dev xvidcore-dev zlib-dev
imlib2-dev x264-dev libtheora-dev coreutils bzip2-dev perl libvpx-dev
- libvpx-dev sdl-dev libxfixes-dev libva-dev alsa-lib-dev"
+ libvpx-dev sdl-dev libxfixes-dev libva-dev alsa-lib-dev rtmpdump-dev"
depends=
source="http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2
configure-dlvsym.patch"
@@ -31,6 +31,7 @@ build() {
./configure --prefix=/usr \
--enable-gpl \
--enable-libmp3lame \
+ --enable-librtmp \
--enable-libvorbis \
--enable-libfaac \
--enable-libvpx \