diff options
author | kwm <kwm@FreeBSD.org> | 2005-09-09 02:32:13 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-09-09 02:32:13 +0800 |
commit | b2ffd9fd38412d3160f3b03b4d0cf7e5733cd6c5 (patch) | |
tree | 427fa6067e21984a5100468899e5ef8c7be3db11 /Mk | |
parent | 961d91c73baddcd85a6eb7687a2eeeedc0d3c5ad (diff) | |
download | freebsd-ports-gnome-b2ffd9fd38412d3160f3b03b4d0cf7e5733cd6c5.tar.gz freebsd-ports-gnome-b2ffd9fd38412d3160f3b03b4d0cf7e5733cd6c5.tar.zst freebsd-ports-gnome-b2ffd9fd38412d3160f3b03b4d0cf7e5733cd6c5.zip |
Update to 0.8.11.
Add new plugins x264.
Approved by: maintainer (implicit)
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 5800561acccb..06a251d2e2e1 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -59,7 +59,7 @@ _USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ libpng libvisual mad mikmod mpeg2dec mpeg2enc mplex \ musepack musicbrainz nas sdl shout shout2 sidplay \ smoothwave sndfile speex theora ogg pango polypaudio \ - swfdec vorbis wavpack xvid + swfdec vorbis wavpack x264 xvid # other plugins OTHER_GSTREAMER_PLUGINS+= core yes @@ -204,6 +204,8 @@ mplex_DEPENDS= multimedia/gstreamer-plugins-mplex theora_DEPENDS= multimedia/gstreamer-plugins-theora +x264_DEPENDS= multimedia/gstreamer-plugins-x264 + xvid_DEPENDS= multimedia/gstreamer-plugins-xvid # Net Plugins Section |