Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
50f1ed9a
Commit
50f1ed9a
authored
Jan 17, 2014
by
jehan
Browse files
limit macosx version to 10.6
parent
dc3efa30
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
configure.ac
configure.ac
+5
-0
No files found.
configure.ac
View file @
50f1ed9a
...
...
@@ -155,6 +155,11 @@ case $host in
;;
x86_64-apple*|i686-apple*)
macosx_found=yes
LIBS="$LIBS -mmacosx-version-min=10.6"
CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.6"
CFLAGS="$CFLAGS -mmacosx-version-min=10.6"
OBJCFLAGS="$OBJCFLAGS -mmacosx-version-min=10.6"
;;
*mingw32ce)
CFLAGS="$CFLAGS -DINET6 -DORTP_INET6 -D_WIN32_WINNT=0x0501 -D_WIN32_WCE -DORTP_STATIC"
...
...
Write
Preview
Markdown
is supported
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