diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-14 01:48:14 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-14 01:48:14 -0500 |
commit | 53083fcab1aa40057fd99038d5e95b07c9dd454b (patch) | |
tree | ce2fdf650184c2908c0391f305ebd6a2868d24ef /community/ffmpeg-compat | |
parent | e6b487980c858023cb4a3678f2d27f52c2a32596 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/ffmpeg-compat')
-rw-r--r-- | community/ffmpeg-compat/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ffmpeg-compat/PKGBUILD b/community/ffmpeg-compat/PKGBUILD index 19336feeb..43d256cf4 100644 --- a/community/ffmpeg-compat/PKGBUILD +++ b/community/ffmpeg-compat/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ffmpeg-compat pkgver=20120509 pkgrel=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 libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib) |