summaryrefslogtreecommitdiffstats
path: root/main/mplayer
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-04-17 10:18:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-04-17 10:18:55 +0000
commita020c738cc0683f275ac426edf6f3bd637694d2c (patch)
treeee205368cf879feeae4f37dcaf63ba1dba7e3f5e /main/mplayer
parent1b2be1568c004998f42275e3c9de48713f8be48c (diff)
downloadaports-a020c738cc0683f275ac426edf6f3bd637694d2c.tar.bz2
aports-a020c738cc0683f275ac426edf6f3bd637694d2c.tar.xz
main/mplayer: drop v4l1 support
Diffstat (limited to 'main/mplayer')
-rw-r--r--main/mplayer/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/mplayer/APKBUILD b/main/mplayer/APKBUILD
index 88143f1d6..9510ed9c8 100644
--- a/main/mplayer/APKBUILD
+++ b/main/mplayer/APKBUILD
@@ -2,7 +2,7 @@
pkgname=mplayer
pkgver=1.0_rc4
_ver=${pkgver%_*}${pkgver#*_}
-pkgrel=1
+pkgrel=2
pkgdesc="A movie player for linux"
url="http://www.mplayerhq.hu/"
arch="all"
@@ -33,7 +33,7 @@ build() {
--confdir=/etc/mplayer \
--disable-nas \
--enable-gl \
- --enable-tv-v4l1 \
+ --disable-tv-v4l1 \
--enable-tv-v4l2 \
--enable-largefiles \
--disable-liblzo \