Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
1b58a20c
Commit
1b58a20c
authored
Dec 08, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: try to maintain X.5 runtime compatibility
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
1720849c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
contrib/src/main.mak
contrib/src/main.mak
+4
-2
No files found.
contrib/src/main.mak
View file @
1b58a20c
...
...
@@ -107,6 +107,8 @@ endif
endif
ifdef
HAVE_MACOSX
OSX_VERSION
=
10.6
MIN_OSX_VERSION
=
10.5
MACOSX_SDK
=
/Developer/SDKs/MacOSX
$(OSX_VERSION)
.sdk
CC
=
gcc-4.2
CXX
=
g++-4.2
...
...
@@ -114,8 +116,8 @@ AR=ar
LD
=
ld
STRIP
=
strip
RANLIB
=
ranlib
EXTRA_CFLAGS
+=
-isysroot
$(MACOSX_SDK)
-mmacosx-version-min
=
$(OSX_VERSION)
EXTRA_LDFLAGS
+=
-Wl
,-syslibroot,
$(MACOSX_SDK)
-mmacosx-version-min
=
$(
OSX_VERSION)
-isysroot
$(MACOSX_SDK
)
EXTRA_CFLAGS
+=
-isysroot
$(MACOSX_SDK)
-mmacosx-version-min
=
$(
MIN_OSX_VERSION)
-DMACOSX_DEPLOYMENT_TARGET
=
$(MIN_
OSX_VERSION)
EXTRA_LDFLAGS
+=
-Wl
,-syslibroot,
$(MACOSX_SDK)
-mmacosx-version-min
=
$(
MIN_OSX_VERSION)
-isysroot
$(MACOSX_SDK)
-DMACOSX_DEPLOYMENT_TARGET
=
$(MIN_OSX_VERSION
)
#TODO ppc
ifeq
($(ARCH),x86_64)
EXTRA_CFLAGS
+=
-m64
...
...
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