Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ea27196a
Commit
ea27196a
authored
Nov 28, 2007
by
Felix Paul Kühne
Browse files
* automagically assume --with-macosx-sdk
parent
858281e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ea27196a
...
@@ -214,6 +214,9 @@ case "${host_os}" in
...
@@ -214,6 +214,9 @@ case "${host_os}" in
echo " Assuming --disable-glx"
echo " Assuming --disable-glx"
enable_xvideo="no"
enable_xvideo="no"
echo " Assuming --disable-xvideo"
echo " Assuming --disable-xvideo"
with_macosx_sdk="yes"
echo " Assuming --with-macosx-sdk"
fi
fi
if test ".`uname -p`" = ".i386"; then
if test ".`uname -p`" = ".i386"; then
dnl Due to a ld(64) bug in 10.5 we cannot use our mmx code
dnl Due to a ld(64) bug in 10.5 we cannot use our mmx code
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment