diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-07 03:48:44 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-07 03:48:44 +0800 |
commit | d60a71538123466f3c065222bdef0ed463b8916e (patch) | |
tree | dfa69e9aad8b2c645073c0d0168246519cebba8b /Mk | |
parent | d9a242808b723ef1710d2630c907bc147496ba6f (diff) | |
download | marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.gz marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.bz2 marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.lz marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.xz marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.zst marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.zip |
- Add annodex CMML gst plugin
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6515 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 3f52c928b..dcc09fd3b 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -7,7 +7,7 @@ # Date: 4 Oct 2004 # # $FreeBSD: ports/Mk/bsd.gstreamer.mk,v 1.18 2006/05/16 01:43:00 ahze Exp $ -# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.30 2006/07/06 19:04:00 ahze Exp $ +# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.31 2006/07/06 19:32:34 ahze Exp $ .if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include) @@ -60,7 +60,7 @@ GST80_SHLIB_VERSION= 1 # # These are the current supported gstreamer-plugins modules # -_USE_GSTREAMER_ALL= a52dec aalib bad bz2 cairo cdparanoia dts \ +_USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdparanoia dts \ dv dvd esound faac faad ffmpeg flac gconf gnomevfs \ gnonlin good gsm hal ivorbis jpeg ladspa lame libcaca \ libmms libpng libvisual mad mpeg2dec \ @@ -163,6 +163,8 @@ sdl_DEPENDS= devel/gstreamer-plugins-sdl # Graphics Plugins Section aalib_DEPENDS= graphics/gstreamer-plugins-aalib +annodex_DEPENDS= multimedia/gstreamer-plugins-annodex + cairo_DEPENDS= graphics/gstreamer-plugins-cairo gdkpixbuf_DEPENDS= graphics/gstreamer-plugins-gdkpixbuf |