diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-14 07:42:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-14 07:42:40 +0800 |
commit | 8b77ea7a7e35ce62a4e44b0af8c5d4a82b016fea (patch) | |
tree | 0002568bc84a0868b06de469d4a60a3a871e3baf /multimedia/gstreamer-plugins80 | |
parent | 8928de12f2281d1c91d99b3d0a0ae399990211ab (diff) | |
download | freebsd-ports-graphics-8b77ea7a7e35ce62a4e44b0af8c5d4a82b016fea.tar.gz freebsd-ports-graphics-8b77ea7a7e35ce62a4e44b0af8c5d4a82b016fea.tar.zst freebsd-ports-graphics-8b77ea7a7e35ce62a4e44b0af8c5d4a82b016fea.zip |
Correct the mpeg2enc and ogg plug-ins to correctly depend on gstreamer-0.8
instead of 0.10.
PR: 97235
Submitted by: Vladimir Kushnir <vkushnir@i.kiev.ua>
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index ece3c54e542..7e0a212226d 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -418,7 +418,7 @@ LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ # mpeg2enc .if ${GST_PLUGIN}=="mpeg2enc" -USE_GSTREAMER+= mplex +USE_GSTREAMER80+=mplex LIB_DEPENDS+= lavjpeg-1.8.0:${PORTSDIR}/multimedia/mjpegtools # XXX - make sure CONFIGURE works with mpeg2enc even with "ccache @@ -493,7 +493,7 @@ LIB_DEPENDS+= swfdec-0.3.0:${PORTSDIR}/graphics/swfdec # vorbis .if ${GST_PLUGIN}=="vorbis" -USE_GSTREAMER+= ogg +USE_GSTREAMER80+=ogg LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis .endif |