diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-08-02 21:41:19 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-08-02 21:41:19 +0200 |
commit | 5fcf983414b164c522a9ba73df27b13d28cde35b (patch) | |
tree | a1aab3f15b5d3858f3fdb6c22d480fc5b3614c2c /extra/ffmpeg | |
parent | 0cd521720e7fdf9bdc3549d82dfdeeb5558e1c5d (diff) |
Fix ffmpeg dependencies.
Diffstat (limited to 'extra/ffmpeg')
-rw-r--r-- | extra/ffmpeg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index a175fd1dc..3e34718c9 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc="Complete and free Internet live audio and video broadcasting solution f arch=('i686' 'x86_64' 'mips64el') url="http://ffmpeg.org/" license=('GPL') -depends=(alsa-lib bzip2 gsm lame libpulse libtheora libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore zlib) +depends=(alsa-lib bzip2 gsm lame libpulse libtheora libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore zlib libxfixes) makedepends=('git') if [ "${CARCH}" != "mips64el" ]; then depends+=('libva') |