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
51263d78
Commit
51263d78
authored
Mar 11, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a configure for cygwin!
parent
09f06e18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
extras/package/win32/configure-cygwin.sh
extras/package/win32/configure-cygwin.sh
+42
-0
No files found.
extras/package/win32/configure-cygwin.sh
0 → 100755
View file @
51263d78
PATH
=
"/usr/win32/bin:
$PATH
"
\
PKG_CONFIG_LIBDIR
=
/usr/win32/lib/pkgconfig
\
CPPFLAGS
=
"-I/usr/win32/include -I/usr/win32/include/ebml"
\
LDFLAGS
=
"-L/usr/win32/lib"
\
CC
=
"gcc -mno-cygwin"
CXX
=
"g++ -mno-cygwin"
\
./configure
--host
=
i686-pc-mingw32
\
--enable-release
\
--without-contrib
\
--enable-nls
\
--enable-shared-libvlc
\
--enable-update-check
\
--enable-lua
\
--enable-faad
\
--enable-flac
\
--enable-theora
\
--enable-twolame
\
--enable-quicktime
\
--enable-real
\
--enable-dirac
\
--enable-realrtsp
\
--enable-ffmpeg
--with-ffmpeg-mp3lame
--with-ffmpeg-faac
\
--with-ffmpeg-config-path
=
/usr/win32/bin
--with-ffmpeg-zlib
\
--enable-livedotcom
--with-livedotcom-tree
=
/usr/win32/live.com
\
--enable-dca
\
--disable-mkv
\
--enable-x264
\
--enable-dvdread
--with-dvdnav-config-path
=
/usr/win32/bin
\
--enable-shout
\
--enable-goom
\
--enable-caca
--with-caca-config-path
=
/usr/win32/bin
\
--enable-portaudio
\
--enable-sdl
--with-sdl-config-path
=
/usr/win32/bin
\
--enable-qt4
\
--enable-wxwidgets
--with-wx-config-path
=
/usr/win32/lib/wx/config
\
--with-freetype-config-path
=
/usr/win32/bin
\
--with-fribidi-config-path
=
/usr/win32/bin
\
--with-xml2-config-path
=
/usr/win32/bin
\
--enable-mozilla
--with-mozilla-sdk-path
=
/usr/win32/gecko-sdk
\
--enable-activex
\
--disable-gnomevfs
--disable-hal
--disable-gtk
\
--disable-cddax
--disable-vcdx
\
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