summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-03 07:59:45 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-03 07:59:45 +0800
commit0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488 (patch)
tree233c5342c984d02119797781a5d5ac2d76fb0fc3
parent0d957968d3e853df10d055df51850eb8e1e5929f (diff)
downloadmarcuscom-ports-0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488.tar
marcuscom-ports-0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488.tar.gz
marcuscom-ports-0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488.tar.bz2
marcuscom-ports-0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488.tar.lz
marcuscom-ports-0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488.tar.xz
marcuscom-ports-0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488.tar.zst
marcuscom-ports-0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488.zip
We need xvid 1.0.0beta3 at least to build the xvid plug-in.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1945 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/gstreamer-plugins/Makefile7
-rw-r--r--multimedia/gstreamer-plugins80/Makefile7
2 files changed, 8 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index ec9a2e3fb..d8da128e8 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -746,9 +746,10 @@ PLIST_SUB+= IVORBIS=""
.ifndef(WITH_XVID)
CONFIGURE_ARGS+= --disable-xvid
PLIST_SUB+= XVID="@comment "
-.else
-LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
-PLIST_SUB+= XVID=""
+.undef WITH_XVID
+#.else
+#LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
+#PLIST_SUB+= XVID=""
.endif
pre-everything::
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile
index ec9a2e3fb..d8da128e8 100644
--- a/multimedia/gstreamer-plugins80/Makefile
+++ b/multimedia/gstreamer-plugins80/Makefile
@@ -746,9 +746,10 @@ PLIST_SUB+= IVORBIS=""
.ifndef(WITH_XVID)
CONFIGURE_ARGS+= --disable-xvid
PLIST_SUB+= XVID="@comment "
-.else
-LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
-PLIST_SUB+= XVID=""
+.undef WITH_XVID
+#.else
+#LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
+#PLIST_SUB+= XVID=""
.endif
pre-everything::