Commit 609ed8bf authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: fixed 64bit compilation of x264 on Mac OS X

parent 392c7b8a
......@@ -1418,7 +1418,7 @@ ifdef HAVE_MACOSX
X264CONF =--host=$(HOST)
X264CONF += --enable-pic
ifdef HAVE_MACOSX64
X264CONF +=--host=x86_64-apple-MACOSX10
X264CONF +=--host=x86_64-apple-darwin10
endif
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment