diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-08-03 12:37:29 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-08-03 12:37:29 +0000 |
commit | 029f4248eca90577eaeb900915421753c0c9220b (patch) | |
tree | 33bdb5acc3bf6c38b410737c0bda795b4bc899b0 /multimedia/mplayer/Makefile.options | |
parent | 9a1490d3710b0d39693a8301eda2d8c8e1e5a48f (diff) |
- update to 2010-07-17 snapshot (demuxer fixes, VP8 codec support)
- optionify libmng input support
- explicitly disalbe libdirac-lavc support
- cleanups
PR: ports/149206
Submitted by: maintainer
Approved by: tabthorpe (mentor)
Notes
Notes:
svn path=/head/; revision=258691
Diffstat (limited to 'multimedia/mplayer/Makefile.options')
-rw-r--r-- | multimedia/mplayer/Makefile.options | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index 43565c2c7563..666b96017b06 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -196,16 +196,11 @@ CONFIGURE_ARGS+= --disable-win32dll \ .endif # ARCH == i386/amd64 .if defined(WITH_REALPLAYER) -CONFIGURE_ARGS+= --realcodecsdir=${LOCALBASE}/lib/RealPlayer/codecs RUN_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer BUILD_DEPENDS+= realplay:${PORTSDIR}/multimedia/linux-realplayer .else -.if !defined(WITHOUT_WIN32) && !defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --realcodecsdir=${LOCALBASE}/lib/win32 -.else CONFIGURE_ARGS+= --disable-real .endif -.endif .if defined(WITH_AMR) LIB_DEPENDS+= opencore-amrwb.0:${PORTSDIR}/audio/opencore-amr @@ -225,6 +220,12 @@ CONFIGURE_ARGS+= --disable-tv-v4l1 \ --disable-tv-v4l2 .endif +.if defined(WITH_MNG) +LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng +.else +CONFIGURE_ARGS+= --disable-mng +.endif + .if defined(EXTRA_LIBS) CONFIGURE_ARGS+= --extra-libs="${EXTRA_LIBS}" .endif |