diff options
author | mi <mi@FreeBSD.org> | 2011-02-09 14:01:50 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2011-02-09 14:01:50 +0800 |
commit | e608f62fd746132a4d438840a2580c664fed9a08 (patch) | |
tree | 93df5c3897ecc8cc3b2178261194830488dd4e75 /multimedia/mplayer | |
parent | df2407ccb344e1ae9b35ca5f575d3e0aedd6b85a (diff) | |
download | freebsd-ports-gnome-e608f62fd746132a4d438840a2580c664fed9a08.tar.gz freebsd-ports-gnome-e608f62fd746132a4d438840a2580c664fed9a08.tar.zst freebsd-ports-gnome-e608f62fd746132a4d438840a2580c664fed9a08.zip |
Fix build for the case, when WITH_LIBRTMP is defined.
Approved by: maintainer's mail-server rejects mail as "spam"
Feature safe: yes
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile.options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index da1a056ef918..9d640e03a0fd 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -221,6 +221,7 @@ CONFIGURE_ARGS+= --disable-tv-v4l1 \ .if defined(WITH_LIBRTMP) LIB_DEPENDS+= rtmp.0:${PORTSDIR}/multimedia/rtmpdump CONFIGURE_ARGS+= --enable-librtmp +EXTRA_LIBS+= -lrtmp .else CONFIGURE_ARGS+= --disable-librtmp .endif |