diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-04-21 20:17:56 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-04-21 20:17:56 +0000 |
commit | 0fee4493976d6407391bd58eeb2dfd6a785aa1fe (patch) | |
tree | bdc605d587f099bd8044a79fb21190961e85d9aa /multimedia | |
parent | a8af5826e16345ed9225c8cfda6d83b978d3e1e2 (diff) | |
download | ports-0fee4493976d6407391bd58eeb2dfd6a785aa1fe.tar.gz ports-0fee4493976d6407391bd58eeb2dfd6a785aa1fe.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-x264/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-x264/Makefile b/multimedia/gstreamer-plugins-x264/Makefile index 9c355de0326d..9ff5576ca6e0 100644 --- a/multimedia/gstreamer-plugins-x264/Makefile +++ b/multimedia/gstreamer-plugins-x264/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/multimedia/gstreamer-plugins-x264/Makefile,v 1.3 2008/03/19 14:05:37 ahze Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer x264 plugin diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 6446f85aff95..6261a7ebf857 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -474,7 +474,11 @@ gst_vorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstvorbis.la \ gst_vorbis_DIST= base # x264 +.if exists(${LOCALBASE}/lib/libx264.so.93) +gst_x264_LIB_DEPENDS+= x264.93:${PORTSDIR}/multimedia/x264-devel +.else gst_x264_LIB_DEPENDS+= x264.85:${PORTSDIR}/multimedia/x264 +.endif gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.la \ ${GST_LIB_DIR}/libgstx264.so \ share/gstreamer-${VERSION}/presets/GstX264Enc.prs |