diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-26 01:19:20 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-26 01:19:20 -0300 |
commit | 4943d7931638b4cff0b763c2d3d6a4b8f4c3f270 (patch) | |
tree | 3e011fdaeac6b5ac86d921053b9614750c800cf2 /extra/vlc | |
parent | 92155342158c2dbcc0c840325d63d1742d3583ec (diff) |
fix
Diffstat (limited to 'extra/vlc')
-rw-r--r-- | extra/vlc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index 06839c37e..915dcb12b 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -31,7 +31,7 @@ optdepends=('avahi: for service discovery using bonjour protocol' optdepends+=('libavc1394: for devices using the 1394ta AV/C' 'libdc1394: for IEEE 1394 plugin' 'kdelibs: KDE Solid hardware integration' - 'libpulse: PulseAudio support' + 'libpulse: PulseAudio support') [ "$CARCH" = "mips64el" ] || optdepends+=('vdpau-video: vdpau back-end for nvidia' 'libva-driver-intel: back-end for intel cards') optdepends+=('libbluray: for Blu-Ray support' |