summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-16 05:19:07 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-16 05:19:07 +0800
commit5d1300d15314aa0dbea487410d2aa1e04e15d8a9 (patch)
tree16d386d35f7786daf3cc3b6162707945a6e4d71b /Mk
parent28f4504d85e0829c8f0890674c7753b72c80a09f (diff)
downloadmarcuscom-ports-5d1300d15314aa0dbea487410d2aa1e04e15d8a9.tar
marcuscom-ports-5d1300d15314aa0dbea487410d2aa1e04e15d8a9.tar.gz
marcuscom-ports-5d1300d15314aa0dbea487410d2aa1e04e15d8a9.tar.bz2
marcuscom-ports-5d1300d15314aa0dbea487410d2aa1e04e15d8a9.tar.lz
marcuscom-ports-5d1300d15314aa0dbea487410d2aa1e04e15d8a9.tar.xz
marcuscom-ports-5d1300d15314aa0dbea487410d2aa1e04e15d8a9.tar.zst
marcuscom-ports-5d1300d15314aa0dbea487410d2aa1e04e15d8a9.zip
Move bad, good, and ugly plugins to OTHER_GSTREAMER_PLUGINS so they don't show up in OPTIONS in gstreamer-plugins-all
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10755 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gstreamer.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index 08c899dd1..8dcf4c528 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -7,7 +7,7 @@
# Date: 4 Oct 2004
#
# $FreeBSD$
-# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.40 2008/02/23 19:09:17 ahze Exp $
+# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.41 2008/02/27 18:27:28 ahze Exp $
.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
@@ -53,16 +53,16 @@ GST_SHLIB_VERSION= 1
#
# These are the current supported gstreamer-plugins modules
#
-_USE_GSTREAMER10_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \
+_USE_GSTREAMER10_ALL= a52dec aalib annodex bz2 cairo cdaudio cdparanoia dts \
dv dvd esound faac faad ffmpeg flac gconf gnomevfs \
- gnonlin good gsm hal ivorbis jack jpeg ladspa lame \
+ gnonlin gsm hal ivorbis jack jpeg ladspa lame \
libcaca libmms libpng libvisual mm mp3 mpeg2enc mpeg2dec \
musepack nas neon ogg pango pulse python sdl shout2 sidplay \
sndfile spc soundtouch soup speex swfdec taglib \
- theora ugly vorbis wavpack x264 xvid
+ theora vorbis wavpack x264 xvid
# other plugins
-OTHER_GSTREAMER_PLUGINS+= core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad
+OTHER_GSTREAMER_PLUGINS+=bad good ugly core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad
_USE_GSTREAMER_ALL+= ${OTHER_GSTREAMER_PLUGINS}