diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 23:35:43 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 23:35:43 +0000 |
commit | e1d1b9f01d9c4834d6753f4e50e018ce257b871f (patch) | |
tree | 2b2bb93ec522972a2df131a6d4a914c0eee4dfb5 /Mk | |
parent | 81556df4cfde926c8510718648657c9e28ba6dc6 (diff) | |
download | ports-e1d1b9f01d9c4834d6753f4e50e018ce257b871f.tar.gz ports-e1d1b9f01d9c4834d6753f4e50e018ce257b871f.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 3c3524a85dd7..b51dea1cd2ed 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -65,7 +65,7 @@ _USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \ gnonlin good gsm hal ivorbis jack jpeg ladspa lame \ libcaca libmms libpng libvisual mad mpeg2enc mpeg2dec \ musepack neon ogg pango pulse python sdl shout2 sidplay \ - speex theora ugly vorbis wavpack xvid + spc speex theora ugly vorbis wavpack xvid _USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ dts dv dvd esound faac faad ffmpeg flac \ gconf gdkpixbuf gnomevfs gsm hermes ivorbis jack jpeg \ @@ -152,6 +152,8 @@ smoothwave_DEPENDS= audio/gstreamer-plugins-smoothwave sndfile_DEPENDS= audio/gstreamer-plugins-sndfile +spc_DEPENDS= audio/gstreamer-plugins-spc + speex_DEPENDS= audio/gstreamer-plugins-speex vorbis_DEPENDS= audio/gstreamer-plugins-vorbis |