diff options
author | pav <pav@FreeBSD.org> | 2007-03-21 18:11:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-21 18:11:40 +0800 |
commit | cc6cb78f0c64b8ee7b147085ba164e92655bfec0 (patch) | |
tree | 59a221eec8e273227677255019efa3ba8c8ea4e8 /multimedia | |
parent | 68e4b557163299b0ada9a80faaecf9bbf6feb494 (diff) | |
download | freebsd-ports-gnome-cc6cb78f0c64b8ee7b147085ba164e92655bfec0.tar.gz freebsd-ports-gnome-cc6cb78f0c64b8ee7b147085ba164e92655bfec0.tar.zst freebsd-ports-gnome-cc6cb78f0c64b8ee7b147085ba164e92655bfec0.zip |
- Chase swfdec library name
Reported by: pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 6ae2432b97f7..bc41bbed6f6c 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -321,7 +321,7 @@ gst_spc_DIST= bad gst_speex_LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex # swfdec -gst_swfdec_LIB_DEPENDS+=swfdec-0.3.0:${PORTSDIR}/graphics/swfdec +gst_swfdec_LIB_DEPENDS+=swfdec-0.4.1:${PORTSDIR}/graphics/swfdec gst_swfdec_DIST= bad # theora gst_theora_LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 6580f23daa25..2ef2bbfd6d58 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -472,7 +472,7 @@ LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex # swfdec .if ${GST_PLUGIN}=="swfdec" -LIB_DEPENDS+= swfdec-0.3.0:${PORTSDIR}/graphics/swfdec +LIB_DEPENDS+= swfdec-0.4.1:${PORTSDIR}/graphics/swfdec .endif # vorbis |