diff options
author | Rodeo <[email protected]> | 2013-12-05 14:01:08 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-12-05 14:01:08 +0000 |
commit | e1764eb3ae1fb59c2d10b5fdbafc865fc7d22d80 (patch) | |
tree | e28a1067f1470000e6eb5a2370a15e5a1cadea31 /contrib/x264 | |
parent | f773e1f14d781cecc60f59e71322ef005fe06016 (diff) |
Build: use GNU99 mode.
Required for proper POSIX behaviour on Solaris.
Patch by icchan. Thanks!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5915 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x264')
-rw-r--r-- | contrib/x264/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index d01dec8a1..e4192b3a6 100644 --- a/contrib/x264/module.defs +++ b/contrib/x264/module.defs @@ -4,6 +4,8 @@ $(eval $(call import.CONTRIB.defs,X264)) X264.FETCH.url = http://download.handbrake.fr/handbrake/contrib/x264-r2377-1ca7bb9.tar.gz X264.EXTRACT.tarbase = x264 +X264.GCC.args.c_std = + X264.CONFIGURE.deps = X264.CONFIGURE.shared = |