diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-05-10 11:50:14 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-05-10 11:50:14 +0000 |
commit | d03e9a744441cdf3aaacf73fef7b5679c0cddd99 (patch) | |
tree | c817d388421588df25c51330c5a1e4e4789c4854 /eclass/gst-plugins-bad.eclass | |
parent | New version adds the -v option which echos variables to the console (diff) | |
download | gentoo-2-d03e9a744441cdf3aaacf73fef7b5679c0cddd99.tar.gz gentoo-2-d03e9a744441cdf3aaacf73fef7b5679c0cddd99.tar.bz2 gentoo-2-d03e9a744441cdf3aaacf73fef7b5679c0cddd99.zip |
new version with lots of new plugins
Diffstat (limited to 'eclass/gst-plugins-bad.eclass')
-rw-r--r-- | eclass/gst-plugins-bad.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass index 2170739f4cb3..e2f6f116a0be 100644 --- a/eclass/gst-plugins-bad.eclass +++ b/eclass/gst-plugins-bad.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.4 2006/03/19 17:14:25 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.5 2006/05/10 11:50:14 zaheerm Exp $ # # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> @@ -9,7 +9,7 @@ # plugin rather than in a single package. # -my_gst_plugins_bad="bz2 directfb dts divx faac faad gconf gconftool gsm ivorbis libmms musepack neon opengl sdl sdltest swfdec wavpack xvid" +my_gst_plugins_bad="amrwb bz2 directfb dts divx faac faad gsm gst_v4l2 ivorbis libmms musepack musicbrainz neon opengl sdl sdltest soundtouch swfdec theoradec wavpack xvid" #qtdemux spped tta inherit eutils gst-plugins10 |