summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-19 10:12:58 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-19 10:12:58 +0100
commit1e538deedf51f262df84448dc04f23a669e43542 (patch)
tree7c815eebdb11a59db9de0e9f8c1ce00464542add /extra
parent5b55de83000374d4ef867e32bc248e37a192bb00 (diff)
ffmpeg: add libxfixes dependency (previously provided by libva)
Diffstat (limited to 'extra')
-rw-r--r--extra/ffmpeg/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD
index 624bdcbff..3230809f3 100644
--- a/extra/ffmpeg/PKGBUILD
+++ b/extra/ffmpeg/PKGBUILD
@@ -15,7 +15,7 @@ depends=(
'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libvorbis' 'libvpx'
'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
- 'v4l-utils' 'x264' 'xvidcore' 'zlib'
+ 'v4l-utils' 'x264' 'xvidcore' 'zlib' 'libxfixes'
)
if [ "${CARCH}" != "mips64el" ]; then
depends+=('libva')