diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-14 18:05:57 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-14 18:05:57 +0800 |
commit | 5b87cff5199a838f9545389725dd480d1721ef5d (patch) | |
tree | 3c9ed8d8052942f8daac6989bb822c8f7981c0d3 /multimedia/gstreamer-plugins-all/Makefile | |
parent | d83f0ca8f0af4426ecf18f18f0d521f9984125e7 (diff) | |
download | marcuscom-ports-5b87cff5199a838f9545389725dd480d1721ef5d.tar marcuscom-ports-5b87cff5199a838f9545389725dd480d1721ef5d.tar.gz marcuscom-ports-5b87cff5199a838f9545389725dd480d1721ef5d.tar.bz2 marcuscom-ports-5b87cff5199a838f9545389725dd480d1721ef5d.tar.lz marcuscom-ports-5b87cff5199a838f9545389725dd480d1721ef5d.tar.xz marcuscom-ports-5b87cff5199a838f9545389725dd480d1721ef5d.tar.zst marcuscom-ports-5b87cff5199a838f9545389725dd480d1721ef5d.zip |
- Disable mpeg2enc plugin since its broken
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4838 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins-all/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-all/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index 21dcd6158..4d9cb1b9f 100644 --- a/multimedia/gstreamer-plugins-all/Makefile +++ b/multimedia/gstreamer-plugins-all/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/multimedia/gstreamer-plugins-all/Makefile,v 1.1 2005/08/17 19:07:30 ahze Exp $ # PORTNAME= gstreamer-plugins-all @@ -27,6 +27,7 @@ OPTIONS= # Hacky.. but it works the way it is set up... WITHOUT_FAAC= yes # Mp4 Dolby license , no package WITHOUT_LAME= yes # MP3 License , no package .endif +WITHOUT_MPEG2ENC=yes # Broken from updated mjpegtools .if ${OSVERSION} < 500000 WITHOUT_LIBVISUAL=yes # Broken on 4.x WITHOUT_POLYPAUDIO=yes # Broken on 4.x |