summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-06-07 14:04:25 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-06-07 14:04:25 +0000
commit794f096bf9bd73aab6d500a04feda040ab8029c8 (patch)
tree8bd506e71c6e6bac8cc09be08e242acdcf4a58eb /Mk
parent- Add gstreamer-plugins-mp3 (diff)
Switch from using mad to mp3 in USE_GSTREAMER
Notes
Notes: svn path=/head/; revision=193013
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gstreamer.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index c578b7b0afb0..5fdda4643fb9 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -53,15 +53,15 @@ GST_SHLIB_VERSION= 1
#
# These are the current supported gstreamer-plugins modules
#
-_USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \
+_USE_GSTREAMER10_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \
dv dvd esound faac faad ffmpeg flac gconf gnomevfs \
gnonlin good gsm hal ivorbis jack jpeg ladspa lame \
- libcaca libmms libpng libvisual mad mpeg2enc mpeg2dec \
+ libcaca libmms libpng libvisual mp3 mpeg2enc mpeg2dec \
musepack neon ogg pango pulse python sdl shout2 sidplay \
spc speex swfdec theora ugly vorbis wavpack xvid
# other plugins
-OTHER_GSTREAMER_PLUGINS+= core yes
+OTHER_GSTREAMER_PLUGINS+= core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad
_USE_GSTREAMER_ALL+= ${OTHER_GSTREAMER_PLUGINS}
@@ -94,6 +94,8 @@ faad_DEPENDS= audio/gstreamer-plugins-faad
flac_DEPENDS= audio/gstreamer-plugins-flac
+fluendo-mp3_DEPENDS= audio/gstreamer-plugins-fluendo-mp3
+
gsm_DEPENDS= audio/gstreamer-plugins-gsm
ivorbis_DEPENDS= audio/gstreamer-plugins-ivorbis