diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-10 19:45:48 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-10 19:45:48 +0800 |
commit | ccddc0cc38c53896246b52ec50bf566d7c284d83 (patch) | |
tree | d876a32eebac5c7f9e40fc0d707b48cbe7e13995 /multimedia/gstreamer-plugins80 | |
parent | 72afd714e6170fb7120db30a3c9becf5c4c99e1f (diff) | |
download | freebsd-ports-graphics-ccddc0cc38c53896246b52ec50bf566d7c284d83.tar.gz freebsd-ports-graphics-ccddc0cc38c53896246b52ec50bf566d7c284d83.tar.zst freebsd-ports-graphics-ccddc0cc38c53896246b52ec50bf566d7c284d83.zip |
- Chase x264 libver bump
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 6b0a6b02c78..9b6ecfe878f 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -511,7 +511,7 @@ LIB_DEPENDS+= wavpack.0:${PORTSDIR}/audio/wavpack # x264 .if ${GST_PLUGIN}=="x264" -LIB_DEPENDS+= x264.1:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264 PLIST_FILES= ${GST_LIB_DIR}/libx264.so \ ${GST_LIB_DIR}/libx264.a \ ${GST_LIB_DIR}/libx264.la |