diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-31 02:33:44 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-31 02:33:44 +0000 |
commit | ec941d25627cced444de22b82c742c3e891e7848 (patch) | |
tree | efe209e1c507e7048afa02f90afe09d8997f55f6 | |
parent | de9253dbd62911a866cbf5be180f65476720eb4f (diff) |
Notes
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 149b1ae89761..0351bf64e5ac 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -334,7 +334,7 @@ gst_resindvd_BUILD_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav gst_resindvd_RUN_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav # rtmp xxx -gst_rtmp_LIB_DEPENDS= librtmp.so.0:${PORTSDIR}/multimedia/rtmpdump +gst_rtmp_LIB_DEPENDS= librtmp.so.0:${PORTSDIR}/multimedia/librtmp # shout2 # keep the version to tell de difference between libshout and libshout2 |