Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC Browser Plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
VideoLAN
VLC Browser Plugins
Commits
287b1cb5
Commit
287b1cb5
authored
Jan 04, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MacOS X build
parent
3c554260
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
configure.ac
configure.ac
+1
-1
extras/macosx/build-vlc.sh
extras/macosx/build-vlc.sh
+6
-4
No files found.
configure.ac
View file @
287b1cb5
...
...
@@ -73,7 +73,7 @@ case "${host_os}" in
dnl Force gcc "-arch" flag
ARCH_flag=""
case "${host}" in
i
3
86*)
i
*
86*)
ARCH_flag="-arch i386"
;;
ppc64*)
...
...
extras/macosx/build-vlc.sh
View file @
287b1cb5
...
...
@@ -137,13 +137,13 @@ cd 64build
--enable-flac
\
--enable-theora
\
--enable-shout
\
--
en
able-ncurses
\
--
en
able-twolame
\
--
dis
able-ncurses
\
--
dis
able-twolame
\
--enable-realrtsp
\
--enable-libass
\
--enable-macosx-audio
\
--disable-macosx-eyetv
\
--
dis
able-macosx-qtkit
\
--
en
able-macosx-qtkit
\
--enable-macosx-vout
\
--disable-skins2
\
--disable-xcb
\
...
...
@@ -157,7 +157,8 @@ cd 64build
--disable-sdl
\
--disable-sdl-image
\
--disable-macosx-vlc-app
\
--with-macosx-sdk
=
$SDKROOT
\
--disable-dirac
\
--with-macosx-sdk
=
$SDKROOT
\
--with-macosx-version-min
=
10.6
\
--prefix
=
${
PREFIX
}
>
${
out
}
...
...
@@ -244,6 +245,7 @@ antiflicker
anaglyph
remap
bluray
x264
"
for
i
in
${
blacklist
}
...
...
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