diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-07 14:04:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-07 14:04:25 +0000 |
commit | 794f096bf9bd73aab6d500a04feda040ab8029c8 (patch) | |
tree | 8bd506e71c6e6bac8cc09be08e242acdcf4a58eb /Mk/bsd.gstreamer.mk | |
parent | eb4975532fd8fe8d6af635097f3ece18fe8afc0f (diff) | |
download | ports-794f096bf9bd73aab6d500a04feda040ab8029c8.tar.gz ports-794f096bf9bd73aab6d500a04feda040ab8029c8.zip |
Switch from using mad to mp3 in USE_GSTREAMER
Notes
Notes:
svn path=/head/; revision=193013
Diffstat (limited to 'Mk/bsd.gstreamer.mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 8 |
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 |