diff options
author | pav <pav@FreeBSD.org> | 2009-03-31 21:58:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-31 21:58:18 +0800 |
commit | 57fa7c89b38b0991d07b632c2a175f3181dc4a0d (patch) | |
tree | 0e68c837a3e9f0696414ab8bf333e1ed3a7db3e5 /multimedia/gstreamer-plugins | |
parent | 3303166af2cb321a321678b60adc29b9746860c7 (diff) | |
download | freebsd-ports-gnome-57fa7c89b38b0991d07b632c2a175f3181dc4a0d.tar.gz freebsd-ports-gnome-57fa7c89b38b0991d07b632c2a175f3181dc4a0d.tar.zst freebsd-ports-gnome-57fa7c89b38b0991d07b632c2a175f3181dc4a0d.zip |
- Update x264 to 0.0.20081218
- Remove x264-gtk
PR: ports/132780
Submitted by: Bapt <baptiste.daroussin@gmail.com>
- Update libquicktime to 1.1.1 to fix build with new x264
Submitted by: kwm
- Chase x264 shlib bump
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index a11dbdf08c53..71f84dca9398 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -444,7 +444,7 @@ gst_vorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstvorbis.la \ gst_vorbis_DIST= base # x264 -gst_x264_LIB_DEPENDS+= x264.50:${PORTSDIR}/multimedia/x264 +gst_x264_LIB_DEPENDS+= x264.65:${PORTSDIR}/multimedia/x264 gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.la \ ${GST_LIB_DIR}/libgstx264.so gst_x264_DIST= bad |