diff options
author | konablend <[email protected]> | 2009-03-02 07:55:35 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-02 07:55:35 +0000 |
commit | cd0e056dded87c5ec02a06cf704f001c414aab4a (patch) | |
tree | 243e67329a4fbd9d6e1ef59b760da364c73fa541 /contrib/x264 | |
parent | ef033a746b1c09f7df53e6998d5a2a99c09ee73d (diff) |
BuildSystem:
- added x264 configure argument: --disable-mp4-output
- this prevents x264 from finding gpac externally if it happens to be on host which causes grief with linking
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2197 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x264')
-rw-r--r-- | contrib/x264/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index 6476d19fb..eb6d5e64c 100644 --- a/contrib/x264/module.defs +++ b/contrib/x264/module.defs @@ -8,4 +8,4 @@ X264.CONFIGURE.deps = X264.CONFIGURE.shared = X264.CONFIGURE.static = -X264.CONFIGURE.extra = --enable-pthread +X264.CONFIGURE.extra = --disable-mp4-output --enable-pthread |