Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
e01c363c
Commit
e01c363c
authored
May 18, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iOS: try to build armv7 and armv7s contribs without clashing
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
a5d15eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
extras/package/ios/build.sh
extras/package/ios/build.sh
+2
-8
No files found.
extras/package/ios/build.sh
View file @
e01c363c
...
...
@@ -186,7 +186,7 @@ else
export
ASCPP
=
"xcrun as"
fi
../bootstrap
--host
=
${
TARGET
}
--build
=
"i686-apple-darwin10"
--disable-gpl
\
../bootstrap
--host
=
${
TARGET
}
--build
=
"i686-apple-darwin10"
--
prefix
=
${
VLCROOT
}
/contrib/
${
TARGET
}
-
${
ARCH
}
--
disable-gpl
\
--disable-disc
--disable-sout
\
--enable-small
\
--disable-sdl
\
...
...
@@ -239,12 +239,6 @@ if [ ".$PLATFORM" != ".Simulator" ]; then
export
AVFORMAT_LIBS
=
"-L
${
PREFIX
}
/lib -lavcodec -lz -lavutil -lavformat"
fi
export
DVBPSI_CFLAGS
=
"-I
${
VLCROOT
}
/contrib-ios-
${
TARGET
}
/include "
export
DVBPSI_LIBS
=
"-L
${
VLCROOT
}
/contrib-ios-
${
TARGET
}
/lib "
export
SWSCALE_CFLAGS
=
"-I
${
VLCROOT
}
/contrib-ios-
${
TARGET
}
/include "
export
SWSCALE_LIBS
=
"-L
${
VLCROOT
}
/contrib-ios-
${
TARGET
}
/lib "
mkdir
-p
${
BUILDDIR
}
spushd
${
BUILDDIR
}
...
...
@@ -253,10 +247,10 @@ info ">> --prefix=${PREFIX} --host=${TARGET}"
# Run configure only upon changes.
if
[
"
${
VLCROOT
}
/configure"
-nt
config.log
-o
\
"
${
THIS_SCRIPT_PATH
}
"
-nt
config.log
]
;
then
CONTRIB_DIR
=
${
VLCROOT
}
/contrib-ios-
${
TARGET
}
\
${
VLCROOT
}
/configure
\
--prefix
=
"
${
PREFIX
}
"
\
--host
=
"
${
TARGET
}
"
\
--with-contrib
=
"
${
VLCROOT
}
/contrib/
${
TARGET
}
-
${
ARCH
}
"
\
--disable-debug
\
--enable-static
\
--disable-macosx
\
...
...
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