diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-09-13 16:05:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-09-13 16:05:50 +0000 |
commit | b437af72e9fb7a1db62c866b69515a7133d2da0a (patch) | |
tree | c8d6c6c2eb03393c82590988e7d4859b48ab9186 /multimedia/gstreamer-plugins-all | |
parent | c0783ce7d2dd21f1bd5526d2abf788844f31b744 (diff) |
Update gstreamer-plugins-bad to 0.10.20.
- Reorder the plugin list in bsd.gstreamer.mk so it its inside 80 chars.
- Enable the dvb and shm plugin in the -bad package.
- New plugins:
resindvd: Dvd navigation plugin
schroedinger: Dirac high speed video codec plugin
vdpau: Nvidia vdpau extention plugin [1]
vp8: Google vp8 codec plugin
Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html
PR: ports/15077 (borrowed some ideas)
Submitted by: Anonymous <swell.k@gmail.com>
Notes
Notes:
svn path=/head/; revision=261077
Diffstat (limited to 'multimedia/gstreamer-plugins-all')
-rw-r--r-- | multimedia/gstreamer-plugins-all/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index 1ba42423149d..f3aef2b2ad9c 100644 --- a/multimedia/gstreamer-plugins-all/Makefile +++ b/multimedia/gstreamer-plugins-all/Makefile @@ -29,6 +29,7 @@ WITHOUT_FAAC= yes # Mp4 Dolby license , no package WITHOUT_LAME= yes # MP3 License , no package WITHOUT_SWFDEC= yes # Broken WITHOUT_MPEG2ENC= yes # Broken +WITHOUT_VDPAU= yes # Needs to be build agains running kernel .endif .if ${ARCH}!="i386" WITHOUT_SPC= yes # i386 only |