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/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/ffmpeg-compat/PKGBUILD b/community/ffmpeg-compat/PKGBUILD
index 232814f05..96fa9f3fd 100644
--- a/community/ffmpeg-compat/PKGBUILD
+++ b/community/ffmpeg-compat/PKGBUILD
@@ -8,11 +8,15 @@ pkgname=ffmpeg-compat
pkgver=20120509
pkgrel=3
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 libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib)
-makedepends=('yasm' 'git' 'libvdpau')
+depends=(alsa-lib bzip2 gsm lame libpulse libtheora libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib)
+makedepends=('git')
+if [ "$CARCH" != "mips64el" ]; then
+ depends+=(libva)
+ makedepends+=('yasm' 'libvdpau')
+fi
#git clone git://git.videolan.org/ffmpeg.git
source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-$pkgver.tar.xz)
md5sums=('a35359e424608f369d380f03e4dc9966')