diff options
author | mm <mm@FreeBSD.org> | 2010-07-24 23:30:17 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-07-24 23:30:17 +0800 |
commit | 0f895d56962d1552037843cd90a2e42fc8bef74b (patch) | |
tree | a26742245c78c5626bfcb211a93953793dac21be /multimedia/gstreamer-plugins | |
parent | 03ebb72763f00b63bdce0fcec32b0eef6feaa1d5 (diff) | |
download | freebsd-ports-graphics-0f895d56962d1552037843cd90a2e42fc8bef74b.tar.gz freebsd-ports-graphics-0f895d56962d1552037843cd90a2e42fc8bef74b.tar.zst freebsd-ports-graphics-0f895d56962d1552037843cd90a2e42fc8bef74b.zip |
- Update x264 to 20100624 (build 98)
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index e4fcc281c4b..9c915fc6ac3 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -476,11 +476,7 @@ 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_LIB_DEPENDS+= x264.98:${PORTSDIR}/multimedia/x264 gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.la \ ${GST_LIB_DIR}/libgstx264.so \ share/gstreamer-${VERSION}/presets/GstX264Enc.prs |