diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-08-08 20:37:41 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-08-08 20:37:41 +0000 |
commit | ce909f7de950fb42bbc85f6f256fd008fce7d15b (patch) | |
tree | 2aa893ce3d0fa418f63a12a601e249113303b282 /Mk | |
parent | 8e0b019b1b205d37d6dd5447a71fae3552ad8756 (diff) |
Copy the gnonlin gstreamer plugin, and update to 1.2.1. This plugin is
for gstreamer 1.x.
PR: 187646 (based on)
Submitted by: Olivier Duchateau
Notes
Notes:
svn path=/head/; revision=364379
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 6a09b92b7b36..562cf6767ace 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -71,7 +71,7 @@ GST1_MINIMAL_VERSION= .0 _GSTREAMER_PLUGINS= \ a52dec aalib amrnb amrwbdec cairo cdio \ cdparanoia dts dv faac faad flac flite \ - gdkpixbuf gme gsm jack jpeg lame libcaca \ + gdkpixbuf gme gnonlin gsm jack jpeg lame libcaca \ libmms libvisual mad mpeg2dec mpeg2enc neon ogg \ opencv opus pango resindvd schroedinger \ shout2 sidplay soundtouch soup speex taglib \ @@ -81,7 +81,7 @@ _GSTREAMER_PLUGINS= \ .if defined(USE_GSTREAMER) _GSTREAMER_PLUGINS+= \ annodex bz2 cdaudio dvd esound ffmpeg fluendo-mp3 \ - fluendo-mpegdemux gconf gio gl gnomevfs gnonlin hal \ + fluendo-mpegdemux gconf gio gl gnomevfs hal \ ladspa libpng mm mp3 musepack nas pulse python qt4 \ sdl sndfile spc vdpau vp8 xvid .endif |