aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-07-04 23:29:40 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-07-04 23:29:40 +0000
commit497d5f5c9528b8c94c4703369e1bc90654aaf0c8 (patch)
tree1fed31051d00b63c371e4fc979147c2bcc29a0a5
parenta2836c8236832581d57f55e17342578c603f9b65 (diff)
downloadports-497d5f5c9528b8c94c4703369e1bc90654aaf0c8.tar.gz
ports-497d5f5c9528b8c94c4703369e1bc90654aaf0c8.zip
Notes
-rw-r--r--multimedia/mplayer2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/mplayer2/Makefile b/multimedia/mplayer2/Makefile
index 5644e6777f10..aa7f61821b17 100644
--- a/multimedia/mplayer2/Makefile
+++ b/multimedia/mplayer2/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mplayer2
PORTVERSION= ${MPLAYER2_PORT_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia audio
MASTER_SITES= LOCAL/gblach/
@@ -29,9 +29,10 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
CONFIGURE_ARGS= --cc=${CC} \
--extra-cflags='-I${LOCALBASE}/include/ffmpeg1 \
-I${LOCALBASE}/include/portaudio2' \
- --extra-ldflags='-L${LOCALBASE}/lib/ffmpeg1 \
+ --extra-ldflags='-L${LOCALBASE}/lib/ffmpeg1 -lavresample1 \
-L${LOCALBASE}/lib/portaudio2' \
--mandir=${PREFIX}/man \
+ --enable-libavresample \
--disable-alsa \
--disable-liba52 \
--disable-directfb \