diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-01 04:08:00 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-01 04:08:00 +0000 |
commit | 6e7f3b8432f06a1b161ce9840956b509e9dd3d5b (patch) | |
tree | 1e32699a92badaa57cc31e18eccae03459a6e1e7 /multimedia/gstreamer-plugins80 | |
parent | d8b4427091b289652583e17fb82080946e7b3436 (diff) | |
download | ports-6e7f3b8432f06a1b161ce9840956b509e9dd3d5b.tar.gz ports-6e7f3b8432f06a1b161ce9840956b509e9dd3d5b.zip |
- Chase x264 update
Notes
Notes:
svn path=/head/; revision=174220
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 03d2dbf50ae4..49e3569357cb 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -514,7 +514,7 @@ LIB_DEPENDS+= wavpack.0:${PORTSDIR}/audio/wavpack # x264 .if ${GST_PLUGIN}=="x264" -LIB_DEPENDS+= x264.49:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.50:${PORTSDIR}/multimedia/x264 PLIST_FILES= ${GST_LIB_DIR}/libx264.so \ ${GST_LIB_DIR}/libx264.a \ ${GST_LIB_DIR}/libx264.la |