aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-07-05 07:29:40 +0800
committergblach <gblach@FreeBSD.org>2013-07-05 07:29:40 +0800
commita2ffc8e32522aef8059feef41552703c9a1ad525 (patch)
tree1fed31051d00b63c371e4fc979147c2bcc29a0a5 /multimedia
parentb2580aca67bd715a3f7de9f2f95be1fb7aec43c0 (diff)
downloadfreebsd-ports-gnome-a2ffc8e32522aef8059feef41552703c9a1ad525.tar.gz
freebsd-ports-gnome-a2ffc8e32522aef8059feef41552703c9a1ad525.tar.zst
freebsd-ports-gnome-a2ffc8e32522aef8059feef41552703c9a1ad525.zip
- Build mplayer2 with libavresample
- Bump PORTREVISION Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'multimedia')
-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 \