diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-18 06:03:28 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-18 06:03:28 +0800 |
commit | 0494b383a09377a2943f8ca44eb134061158091e (patch) | |
tree | 941e8464c071e002f835ba2eec3dd4b148b5f333 /Mk | |
parent | c08fdb2fee234bd6d4f5e74e9a4c41b99908694f (diff) | |
download | marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.tar.gz marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.tar.zst marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.zip |
Add cdaudio gstreamer plugin.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3261 df743ca5-7f9a-e211-a948-0013205c9059
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 94a7fc26a..c33b26d70 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -52,7 +52,7 @@ GST_SHLIB_VERSION= 1 # # These are the current supported gstreamer-plugins modules # -_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cdparanoia dirac \ +_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cdaudio cdparanoia dirac \ dts dv dvd esound faac faad ffmpeg flac gdkpixbuf \ gnomevfs gsm hermes ivorbis jack jpeg jpeg-mmx ladspa \ lame libcaca libfame libmng libpng libvisual mad mikmod \ @@ -79,6 +79,8 @@ artsd_PLIST= libgstartsdsink audiofile_DEPENDS= audio/gstreamer-plugins-audiofile +cdaudio_DEPENDS= audio/gstreamer-plugins-cdaudio + cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia esound_DEPENDS= audio/gstreamer-plugins-esound |