Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
0179de14
Commit
0179de14
authored
Jan 09, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: fix schroedinger compile for Win32
parent
c86d8f7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
extras/contrib/src/Distributions/win32.mak
extras/contrib/src/Distributions/win32.mak
+2
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-1
extras/contrib/src/Patches/schroedinger-notests.patch
extras/contrib/src/Patches/schroedinger-notests.patch
+10
-0
No files found.
extras/contrib/src/Distributions/win32.mak
View file @
0179de14
...
...
@@ -3,9 +3,9 @@ all: .iconv .intl .freetype .fribidi .zlib \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .shout .vorbisenc .theora
\
.flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss
\
.live .pthreads .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec .dirac
\
.png .gpg-error .gcrypt .gnutls .mpcdec .dirac
.schroedinger
\
.dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image
\
.dx_headers .dshow_headers .gecko-win32 .dca
\
.lua .tag .fontconfig .portaudio .kate .libass .zvbi
\
.fluid .aclocal .peflags .cddb .sqlite3 .libprojectM
# .daap .cd
db .cd
io .vcdimager
# .daap .cdio .vcdimager
extras/contrib/src/Makefile
View file @
0179de14
...
...
@@ -2421,9 +2421,10 @@ schroedinger-$(SCHROED_VERSION).tar.gz:
schroedinger
:
schroedinger-$(SCHROED_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p0
< Patches/schroedinger-notests.patch
.schroedinger
:
schroedinger .liboil
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--with-thread
=
none
--disable-g
streamer
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-O3"
&&
make
-C
schroedinger
&&
make
-C
schroedinger
install
)
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--with-thread
=
none
--disable-g
tk-doc
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-O3"
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.schroedinger
...
...
extras/contrib/src/Patches/schroedinger-notests.patch
0 → 100644
View file @
0179de14
--- schroedinger/Makefile.am 2009-09-29 07:08:51.000000000 +0200
+++ schroedinger.new/Makefile.am 2010-01-09 02:18:41.000000000 +0100
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = schroedinger doc tools testsuite
+SUBDIRS = schroedinger doc tools
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
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