diff options
author | rene <rene@FreeBSD.org> | 2011-10-27 05:00:26 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-10-27 05:00:26 +0800 |
commit | 8563a2e67be784075cc78a0453045845267d12c3 (patch) | |
tree | b9530e8dd2270e0489ea697cd357b7354bb5ea8a /www | |
parent | b1287e30bdbfa08af247218ea1565958c48f273d (diff) | |
download | freebsd-ports-gnome-8563a2e67be784075cc78a0453045845267d12c3.tar.gz freebsd-ports-gnome-8563a2e67be784075cc78a0453045845267d12c3.tar.zst freebsd-ports-gnome-8563a2e67be784075cc78a0453045845267d12c3.zip |
'use_proprietary_codecs' has been renamed to 'proprietary_codecs'.
PR: ports/162018
Submitted by: John Watson [wizputer gmail]
Obtained from: Chromium Chruetertee rev. 252
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index ebe86fdfbfb1..52909a8c1c20 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -100,10 +100,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-base__base.gypi-freebsd .if defined(WITH_CODECS) GYP_DEFINES+= ffmpeg_branding=Chrome -GYP_DEFINES+= use_proprietary_codecs=1 +GYP_DEFINES+= proprietary_codecs=1 .else GYP_DEFINES+= ffmpeg_branding=Chromium -GYP_DEFINES+= use_proprietary_codecs=0 +GYP_DEFINES+= proprietary_codecs=0 .endif .if defined(WITH_GCONF) |