Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
cc108086
Commit
cc108086
authored
Aug 25, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: fix 64bit compilation on Leopard
parent
c95dc6cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-3
No files found.
extras/contrib/src/Makefile
View file @
cc108086
...
...
@@ -152,7 +152,7 @@ X264CONF=--host=$(HOST)
X264CONF
+=
--enable-pic
FFMPEGCONF
+=
--cc
=
$(CC)
FFMPEGCONF
+=
--arch
=
$(ARCH)
ifdef
HAVE_DARWIN_
10
ifdef
HAVE_DARWIN_
64
FFMPEGCONF
+=
--cpu
=
core2
X264CONF
+=
--host
=
x86_64-apple-darwin10
endif
...
...
@@ -801,7 +801,7 @@ ifdef HAVE_WIN32
THEORACONF
+=
--disable-docs
endif
ifdef
HAVE_DARWIN_
10
ifdef
HAVE_DARWIN_
64
THEORACONF
+=
--disable-asm
endif
ifdef
HAVE_WIN64
...
...
@@ -1915,7 +1915,7 @@ glib-$(GLIB_VERSION).tar.bz2:
glib
:
glib-$(GLIB_VERSION).tar.bz2
$(EXTRACT_BZ2)
(
cd
$@
;
patch
-p0
< ../Patches/glib-remove-gtkdoc.patch
)
ifdef
HAVE_DARWIN_
10
ifdef
HAVE_DARWIN_
64
(
cd
$@
;
patch
-p0
< ../Patches/glib-Darwin64.patch
)
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