diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 22:11:46 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 22:11:46 +0000 |
commit | 72a2460e119b8ec5a2f4fedbed77bd0a53643085 (patch) | |
tree | 9193cb90c2aafa2e575aee9904b5b271253e754d /multimedia/gstreamer-plugins/Makefile.common | |
parent | cf3d6b47062711d39d9e159c82670b71fd03654d (diff) | |
download | ports-72a2460e119b8ec5a2f4fedbed77bd0a53643085.tar.gz ports-72a2460e119b8ec5a2f4fedbed77bd0a53643085.zip |
- Update gstreamer-plugins-bad (and slave ports) to 0.10.4
- Update gstreamer-plugins-good (and slave ports) to 0.10.5
Notes
Notes:
svn path=/head/; revision=180526
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile.common')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index daa8480158f1..71e018354261 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -12,8 +12,10 @@ BASE_GST_ALL_PLUGINS= \ vorbis # bad BAD_GST_ALL_PLUGINS+= \ + alsaspdif \ amrwb \ bz2 \ + cdaudio \ directfb \ divx \ dts \ @@ -21,15 +23,18 @@ BAD_GST_ALL_PLUGINS+= \ faad \ gsm \ ivorbis \ + jack \ libmms \ + mpeg2enc \ musepack \ musicbrainz \ neon \ sdl \ soundtouch \ + spc \ swfdec \ - xvid \ - wavpack + wavpack \ + xvid # throra # good |