Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a3bcd2df
Commit
a3bcd2df
authored
Jan 04, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "macosx/framework: Support multiple architectures."
This reverts commit
5a20b90e
.
parent
d6be76f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
21 deletions
+6
-21
projects/macosx/framework/Configure.sh
projects/macosx/framework/Configure.sh
+6
-21
No files found.
projects/macosx/framework/Configure.sh
View file @
a3bcd2df
...
...
@@ -48,6 +48,7 @@ args="--disable-ncurses $args"
args
=
"--disable-httpd
$args
"
args
=
"--disable-vlm
$args
"
args
=
"--disable-skins2
$args
"
args
=
"--disable-x11
$args
"
args
=
"--disable-glx
$args
"
args
=
"--disable-xvideo
$args
"
args
=
"--disable-xcb
$args
"
...
...
@@ -70,28 +71,12 @@ else
args
=
"--enable-release
$args
"
fi
archcount
=
0
# 64 bits switches
for
a
in
$ARCHS
;
do
archs_args
=
"-arch
$a
$archs_args
"
let
archcount
=
archcount+1
done
if
test
$archcount
-ge
2
;
then
echo
"****"
echo
"WARNING: You are building a VLC with --disable-dependency-tracking"
echo
" because FAT architecture are not compatible with "
echo
" disable-dependency-tracking."
echo
""
echo
" You will have to do a clean build manually."
echo
""
echo
"To disable this message, build only one architecture."
echo
""
echo
"****"
args
=
"--disable-dependency-tracking
$args
"
if
test
$ARCHS
=
"x86_64"
then
args
=
"--build=x86_64-apple-darwin10
$args
"
fi
echo
"Running
[
$archs_args
]
configure
$args
"
echo
"Running configure
$args
"
top_srcdir
=
"
$SRCROOT
/../../.."
CFLAGS
=
"
$archs_args
"
CXXFLAGS
=
"
$archs_args
"
OBJCFLAGS
=
"
$archs_args
"
exec
$top_srcdir
/configure
$args
\ No newline at end of file
CFLAGS
=
"-arch
$ARCHS
"
CXXFLAGS
=
"-arch
$ARCHS
"
CPPFLAGS
=
"-arch
$ARCHS
"
OBJCFLAGS
=
"-arch
$ARCHS
"
exec
$top_srcdir
/configure
$args
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