diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-08-31 21:26:40 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-08-31 21:26:40 +0000 |
commit | d5c038ec8cb4326e9e0e12a256d6f9e3f0915bb8 (patch) | |
tree | 2fb5cd6ef3c168a61dbde36f0aa087343b5cd67d /multimedia/mplayer/files/patch-configure | |
parent | - Add LICENSE (diff) |
Enable VDPAU by default for mplayer on i386/amd64; general port cleanup
amd64/i386:
- Enable VDPAU by default for the large NVIDIA user base,
proposed by ehaupt
- BUILD_DEPEND on yasm only on amd64/i386
General cleanups:
- Remove REINPLACE_CMD on CONFIGURE_SCRIPT conditional for post-8.x
machines, is now part of patch-configure
- Offer RTCPU OPTION only on archs that support it (amd64, i386, ppc)
- Update RTCPU_DESC accordingly
- Use OPTION helper for RTCPU instead of complicated conditionals
- Remove superfluous check for ARCH when setting CFLAGS for armv6
Notes
Notes:
svn path=/head/; revision=395729
Diffstat (limited to 'multimedia/mplayer/files/patch-configure')
-rw-r--r-- | multimedia/mplayer/files/patch-configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/mplayer/files/patch-configure b/multimedia/mplayer/files/patch-configure index cf4c421ece4e..3a81e72a17d6 100644 --- a/multimedia/mplayer/files/patch-configure +++ b/multimedia/mplayer/files/patch-configure @@ -158,6 +158,15 @@ fi echores "$_mencoder" +@@ -8072,7 +8083,7 @@ libs_mplayer=$ld_tmp + + ############################################################################# + +-CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE" ++CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" + + CXXFLAGS=" $CFLAGS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" + @@ -8353,7 +8364,7 @@ TIMER = $_timer EXESUF = $_exesuf EXESUFS_ALL = .exe |