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
ed9be19b
Commit
ed9be19b
authored
Jul 23, 2012
by
KO Myung-Hun
Committed by
Rémi Denis-Courmont
Jul 23, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OS/2: Add an extra configure script
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
5911c76f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
extras/package/os2/configure.sh
extras/package/os2/configure.sh
+48
-0
No files found.
extras/package/os2/configure.sh
0 → 100644
View file @
ed9be19b
#!/bin/sh
OPTIONS
=
"
--enable-shared
--enable-run-as-root
--enable-lua
--enable-live555
--enable-dvdread
--enable-dvdnav
--enable-vcd
--enable-libcddb
--enable-realrtsp
--enable-dvbpsi
--enable-ogg
--enable-mux_ogg
--enable-mkv
--enable-mad
--enable-merge-ffmpeg
--enable-avcodec
--enable-avformat
--enable-swscale
--enable-postproc
--enable-a52
--enable-flac
--enable-libmpeg2
--enable-vorbis
--enable-png
--enable-x264
--disable-xcb
--disable-xvideo
--disable-glx
--enable-freetype
--disable-fribidi
--enable-fontconfig
--enable-kva
--enable-kai
--enable-qt
--disable-skins2
--enable-libxml2
--enable-libgcrypt
--enable-vlc
"
export
ARCHFLAGS
=
${
ARCHFLAGS
-
"-march=i486"
}
export
CFLAGS
=
"
${
CFLAGS
}
${
ARCHFLAGS
}
"
export
CXXFLAGS
=
"
${
CXXFLAGS
}
${
ARCHFLAGS
}
"
sh
"
$(
dirname
$0
)
"
/../../../configure
${
OPTIONS
}
$*
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