diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-09-06 21:10:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-09-06 21:10:50 +0000 |
commit | 5b545e24438890b69da5b8d33dc4e205688cbf33 (patch) | |
tree | fa7f43588b1ae9866009ecff3e30c1d6a57cccc8 /Mk | |
parent | 2d9698d0345d0c95d4f23e7158d4c2d2305b6c4f (diff) | |
download | ports-5b545e24438890b69da5b8d33dc4e205688cbf33.tar.gz ports-5b545e24438890b69da5b8d33dc4e205688cbf33.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index d018867fad27..ab94143360b7 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -53,13 +53,13 @@ GST_SHLIB_VERSION= 1 # # These are the current supported gstreamer-plugins modules # -_USE_GSTREAMER10_ALL= a52dec aalib annodex bz2 cairo cdaudio cdparanoia dts \ +_USE_GSTREAMER10_ALL= a52dec aalib amrnb amrwbdec annodex bz2 cairo cdaudio cdparanoia dts \ dv dvd esound faac faad ffmpeg flac gconf gio gnomevfs \ gnonlin gsm hal 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 taglib \ - theora v4l2 vorbis wavpack x264 xvid + theora twolame v4l2 vorbis wavpack x264 xvid # other plugins OTHER_GSTREAMER_PLUGINS+=bad good ugly core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad @@ -79,6 +79,10 @@ gconf_DEPENDS= devel/gstreamer-plugins-gconf # Audio Plugins Section a52dec_DEPENDS= audio/gstreamer-plugins-a52dec +amrnb_DEPENDS= audio/gstreamer-plugins-amrnb + +amrwbdec_DEPENDS= audio/gstreamer-plugins-amrwbdec + artsd_DEPENDS= audio/gstreamer-plugins-artsd audiofile_DEPENDS= audio/gstreamer-plugins-audiofile @@ -150,6 +154,8 @@ speex_DEPENDS= audio/gstreamer-plugins-speex taglib_DEPENDS= audio/gstreamer-plugins-taglib +twolame_DEPENDS= audio/gstreamer-plugins-twolame + vorbis_DEPENDS= audio/gstreamer-plugins-vorbis wavpack_DEPENDS= audio/gstreamer-plugins-wavpack |