Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
8477c534
Commit
8477c534
authored
Aug 17, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: assume OS X 10.7 by default and raise compatibility level to 10.6
parent
6b521aaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
contrib/bootstrap
contrib/bootstrap
+1
-1
contrib/src/main.mak
contrib/src/main.mak
+1
-1
No files found.
contrib/bootstrap
View file @
8477c534
...
...
@@ -143,7 +143,7 @@ add_make_enabled()
check_macosx_sdk
()
{
[
-z
"
${
OSX_VERSION
}
"
]
&&
echo
"OSX_VERSION not specified, assuming 10.
6"
&&
OSX_VERSION
=
10.6
[
-z
"
${
OSX_VERSION
}
"
]
&&
echo
"OSX_VERSION not specified, assuming 10.
7"
&&
OSX_VERSION
=
10.7
if
test
-z
"
$SDKROOT
"
then
SDKROOT
=
`
xcode-select
-print-path
`
/Platforms/MacOSX.platform/Developer/SDKs/MacOSX
$OSX_VERSION
.sdk
...
...
contrib/src/main.mak
View file @
8477c534
...
...
@@ -105,7 +105,7 @@ CXX := $(HOST)-g++ --sysroot=$(ANDROID_NDK)/platforms/android-9/arch-$(PLATFORM_
endif
ifdef
HAVE_MACOSX
MIN_OSX_VERSION
=
10.
5
MIN_OSX_VERSION
=
10.
6
CC
=
gcc-4.2
CXX
=
g++-4.2
AR
=
ar
...
...
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