diff options
author | drochner <drochner@pkgsrc.org> | 2009-07-09 18:17:00 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-07-09 18:17:00 +0000 |
commit | f97f4cea00f30fe3d39ffabf1876b41f97f6ee1c (patch) | |
tree | 505d29ca06468cec244dfe9ff053f9546932b250 /multimedia/gst-plugins0.10-ugly/Makefile.common | |
parent | 84eaa17d077ec892322c0ea4883054a4923268b7 (diff) | |
download | pkgsrc-f97f4cea00f30fe3d39ffabf1876b41f97f6ee1c.tar.gz |
update to 0.10.12
changes:
Real and WMS RTSP improvements
Other cleanups and bug fixes
Improve ASF file handling
Large MPEG video file support
Interlacing support for MPEG video
New 'lamemp3dec' mp3 encoder element
x264enc moved from -bad
Remove id3mux in favour of the new id3tag element in -bad
Diffstat (limited to 'multimedia/gst-plugins0.10-ugly/Makefile.common')
-rw-r--r-- | multimedia/gst-plugins0.10-ugly/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-ugly/Makefile.common b/multimedia/gst-plugins0.10-ugly/Makefile.common index 758647365b0..9c64322de55 100644 --- a/multimedia/gst-plugins0.10-ugly/Makefile.common +++ b/multimedia/gst-plugins0.10-ugly/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2009/04/07 09:55:36 drochner Exp $ +# $NetBSD: Makefile.common,v 1.11 2009/07/09 18:17:00 drochner Exp $ # # used by audio/gst-plugins0.10-a52/Makefile # used by audio/gst-plugins0.10-mad/Makefile @@ -7,7 +7,7 @@ # used by multimedia/gst-plugins0.10-mpeg2dec/Makefile GST_PLUGINS0.10_TYPE= ugly -GST_PLUGINS0.10_VER= 0.10.11 +GST_PLUGINS0.10_VER= 0.10.12 # Disable all drivers and features by default. .for driver in a52dec \ |