Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
e4fa3e2f
Commit
e4fa3e2f
authored
Feb 20, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: remove non-working compilation support for OS X Tiger
parent
ed0d8303
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
26 deletions
+8
-26
extras/contrib/bootstrap
extras/contrib/bootstrap
+8
-26
No files found.
extras/contrib/bootstrap
View file @
e4fa3e2f
...
@@ -109,38 +109,20 @@ esac
...
@@ -109,38 +109,20 @@ esac
case
$HOST
in
case
$HOST
in
ppc-darwin
)
ppc-darwin
)
# Mac OS X < 10.4
# Mac OS X < 10.4
echo
"Your version of Mac OS X is too old!"
>
&2
echo
"Your version of Mac OS X is too old!"
>
&2
echo
"Compiling VLC requires 10.
4
.x or later"
>
&2
echo
"Compiling VLC requires 10.
5
.x or later"
>
&2
exit
1
exit
1
;;
;;
powerpc-apple-darwin8
)
powerpc-apple-darwin8
)
# Mac OS X 10.4 or 10.5 with Xcode 2.5
echo
"Your version of Mac OS X is too old!"
>
&2
# Makefile cross compiling is only supported with gcc-4.0
echo
"Compiling and running VLC requires 10.5.x or later"
>
&2
# ENVP defines the oldest environment on which the program will be able to run
exit
1
SDK_TARGET
=
10.4
echo
"SDK_TARGET =
${
SDK_TARGET
}
"
>>
config.mak
echo
"ENVP = MACOSX_DEPLOYMENT_TARGET=
${
SDK_TARGET
}
"
>>
config.mak
echo
"MACOSX_SDK = /Developer/SDKs/MacOSX10.4u.sdk"
>>
config.mak
CFLAGS_TUNING
=
" -arch ppc -mtune=G4"
EXTRA_CFLAGS
=
" -D
\$
{ENVP} -mmacosx-version-min=
\$
{SDK_TARGET}"
CC
=
"gcc -isysroot
\$
{MACOSX_SDK}"
CXX
=
"g++ -isysroot
\$
{MACOSX_SDK}"
LD
=
"ld -arch ppc -syslibroot
\$
{MACOSX_SDK}"
echo
"PATH = /bin:/usr/bin:/usr/local/bin"
>>
config.mak
cat
src/Distributions/darwin.mak
>>
distro.mak
;;
;;
i686-apple-darwin8
)
i686-apple-darwin8
)
SDK_TARGET
=
10.4
echo
"Your version of Mac OS X is too old!"
>
&2
echo
"SDK_TARGET =
${
SDK_TARGET
}
"
>>
config.mak
echo
"Compiling and running VLC requires 10.5.x or later"
>
&2
echo
"HAVE_DARWIN_OS_ON_INTEL = 1"
>>
config.mak
exit
1
echo
"ENVP = MACOSX_DEPLOYMENT_TARGET=
${
SDK_TARGET
}
"
>>
config.mak
echo
"MACOSX_SDK = /Developer/SDKs/MacOSX10.4u.sdk"
>>
config.mak
CFLAGS_TUNING
=
" -march=pentium-m -mtune=prescott"
EXTRA_CFLAGS
=
" -D
\$
{ENVP} -isysroot
\$
{MACOSX_SDK} -mmacosx-version-min=
\$
{SDK_TARGET}"
EXTRA_LDFLAGS
=
" -isysroot
\$
{MACOSX_SDK} -Wl,-syslibroot,
\$
{MACOSX_SDK}"
echo
"PATH = /bin:/usr/bin:/usr/local/bin"
>>
config.mak
cat
src/Distributions/darwin.mak
>>
distro.mak
;;
;;
powerpc-apple-darwin9
)
powerpc-apple-darwin9
)
# Mac OS X 10.5 with Xcode 3, specific rules apply
# Mac OS X 10.5 with Xcode 3, specific rules apply
...
...
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