diff options
-rw-r--r-- | multimedia/mplayer2/Makefile | 5 |
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 \ |