summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjdc <jdc>2008-02-24 22:24:34 +0000
committerjdc <jdc>2008-02-24 22:24:34 +0000
commit64bc807f93db4f0e5522a4661b2f494929d4659c (patch)
tree8b670f7ca25f6948a2f538477d1d90bb0997199d /multimedia
parent51e4cab1d4cff0e5ec118f371e516cdc8a126b59 (diff)
downloadpkgsrc-64bc807f93db4f0e5522a4661b2f494929d4659c.tar.gz
`xvid' also works on sparc64. Rearrange the options to account for this.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer-share/options.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk
index a1288e83646..543be39386a 100644
--- a/multimedia/mplayer-share/options.mk
+++ b/multimedia/mplayer-share/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.26 2008/02/13 00:55:55 rillig Exp $
+# $NetBSD: options.mk,v 1.27 2008/02/24 22:24:34 jdc Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -47,7 +47,7 @@ PKG_SUPPORTED_OPTIONS+= vidix
# Platform-specific options.
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \
${MACHINE_ARCH} == "powerpc"
-PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection xvid
+PKG_SUPPORTED_OPTIONS+= mplayer-runtime-cpudetection
.endif
.if ${MACHINE_ARCH} == "i386"
PKG_SUPPORTED_OPTIONS+= mplayer-default-cflags mplayer-win32
@@ -59,6 +59,10 @@ PKG_SUPPORTED_OPTIONS+= mplayer-real
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
PKG_SUPPORTED_OPTIONS+= mplayer-ssse3
.endif
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
+PKG_SUPPORTED_OPTIONS+= xvid
+.endif
# -------------------------------------------------------------------------
# Define PKG_SUGGESTED_OPTIONS.