summaryrefslogtreecommitdiff
path: root/community/ffmpeg-compat/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ffmpeg-compat/PKGBUILD')
-rw-r--r--community/ffmpeg-compat/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/ffmpeg-compat/PKGBUILD b/community/ffmpeg-compat/PKGBUILD
index 7963a16ff..a34f737d2 100644
--- a/community/ffmpeg-compat/PKGBUILD
+++ b/community/ffmpeg-compat/PKGBUILD
@@ -10,16 +10,19 @@ pkgver=0.10.8
pkgrel=4
epoch=1
pkgdesc='Complete and free Internet live audio and video broadcasting solution for Linux/Unix'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://ffmpeg.org/'
license=('GPL')
depends=(
'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass'
- 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
+ 'libmodplug' 'libpulse' 'libtheora' 'libvorbis' 'libvpx'
'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
'v4l-utils' 'x264' 'xvidcore' 'zlib'
)
-makedepends=('libvdpau' 'yasm')
+if [ "$CARCH" != "mips64el" ]; then
+ depends+=(libva)
+ makedepends=('libvdpau' 'yasm')
+fi
source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2)
sha256sums=('2e371088a71656be41b4ff70ae7e80a1d88c5149d6209013c9cce4b84278cbc8')