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
92691c21
Commit
92691c21
authored
Nov 02, 2011
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
old contribs: compilation fixes and compiler experiment
parent
412774e9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
extras/contrib/bootstrap
extras/contrib/bootstrap
+3
-3
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+6
-4
No files found.
extras/contrib/bootstrap
View file @
92691c21
...
...
@@ -320,12 +320,12 @@ case "$DISTRO" in
add_makefile_cfg
"IOS_SDK_ROOT =
${
IOS_SDK_ROOT
}
"
;;
macosx
*
)
SDK_TARGET
=
10.
5
SDK_TARGET
=
10.
6
HAVE_MACOSX_DARWIN_9
=
1
EXTRA_LDFLAGS
=
"
${
EXTRA_LDFLAGS
}
-isysroot
\$
{MACOSX_SDK} -Wl,-syslibroot,
\$
{MACOSX_SDK} -mmacosx-version-min=
\$
{SDK_TARGET}"
EXTRA_CFLAGS
=
"
${
EXTRA_CFLAGS
}
-D
\$
{ENVP} -isysroot
\$
{MACOSX_SDK} -mmacosx-version-min=
\$
{SDK_TARGET}"
CC
=
"/usr/bin/
gcc
"
CXX
=
"/usr/bin/g++"
CC
=
"/usr/bin/
clang
"
CXX
=
"/usr/bin/
clan
g++"
LD
=
"ld"
RANLIB
=
"ranlib"
AR
=
...
...
extras/contrib/src/contrib-src.mak
View file @
92691c21
...
...
@@ -847,8 +847,8 @@ VPX_TARGET-$(ENABLED) = --target=FIXME
VPX_TARGET-$(HAVE_LINUX)
=
VPX_TARGET-$(HAVE_WIN32)
=
--target
=
x86-win32-gcc
VPX_TARGET-$(HAVE_DARWIN_OS)
=
--target
=
ppc32-darwin9-gcc
VPX_TARGET-$(HAVE_MACOSX_ON_INTEL)
=
--target
=
x86-darwin
9
-gcc
VPX_TARGET-$(HAVE_MACOSX64)
=
--target
=
x86_64-darwin
9
-gcc
VPX_TARGET-$(HAVE_MACOSX_ON_INTEL)
=
--target
=
x86-darwin
10
-gcc
VPX_TARGET-$(HAVE_MACOSX64)
=
--target
=
x86_64-darwin
10
-gcc
VPX_DEPS-$(ENABLED)
=
VPX_DEPS-$(HAVE_MACOSX_ON_INTEL)
+=
.yasm
...
...
@@ -948,6 +948,7 @@ FFMPEGCONF += --enable-cross-compile
endif
ifdef
HAVE_CROSS_COMPILE_NEEDS_CROSS_PREFIX
ifndef
HAVE_MACOSX
ifndef
HAVE_ANDROID
ifndef
HAVE_SYMBIAN
FFMPEGCONF
+=
--cross-prefix
=
$(HOST)
-
...
...
@@ -960,6 +961,7 @@ FFMPEGCONF += --cross-prefix=arm-linux-androideabi- --arch=armv6
FFMPEGCONF
+=
$(FFMPEGCONFSMALL)
endif
endif
endif
ifdef
CC
FFMPEGCONF
+=
--cc
=
"
$(CC)
"
...
...
@@ -989,12 +991,12 @@ endif
ifdef
HAVE_MACOSX32
FFMPEGCONF
+=
--enable-libvpx
FFMPEGCONF
+=
--cc
=
gcc-4.2
FFMPEGCONF
+=
--cc
=
clang
endif
ifdef
HAVE_MACOSX64
FFMPEGCONF
+=
--enable-libvpx
FFMPEGCONF
+=
--cc
=
gcc-4.2
FFMPEGCONF
+=
--cc
=
clang
FFMPEGCONF
+=
--cpu
=
core2
endif
...
...
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