Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
5bddd2df
Commit
5bddd2df
authored
Apr 09, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: Force schroedinger to be mono-threaded, until it is fixed for win32.
parent
e2680bfc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
5bddd2df
...
...
@@ -2517,7 +2517,7 @@ schroedinger: schroedinger-$(SCHROED_VERSION).tar.gz
patch
-d
schroedinger
-p1
< Patches/schroedinger-1.0.6-fixes.patch
.schroedinger
:
schroedinger .liboil
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-O3"
&&
make
&&
make
install
)
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--
with-thread
=
none
--
prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-O3"
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.schroedinger
...
...
extras/contrib/src/packages.mak
View file @
5bddd2df
...
...
@@ -131,7 +131,7 @@ LIBDTS_URL=http://debian.unnet.nl/pub/videolan/libdts/$(LIBDTS_VERSION)/libdts-$
LIBDCA_SVN
=
svn://svn.videolan.org/libdca/trunk
MODPLUG_VERSION
=
0.8.4
MODPLUG_URL
=
$(SF)
/modplug-xmms/libmodplug-
$(MODPLUG_VERSION)
.tar.gz
CDDB_VERSION
=
1.3.
0
CDDB_VERSION
=
1.3.
2
CDDB_URL
=
$(SF)
/libcddb/libcddb-
$(CDDB_VERSION)
.tar.bz2
VCDIMAGER_VERSION
=
0.7.23
VCDIMAGER_URL
=
$(GNU)
/vcdimager/vcdimager-
$(VCDIMAGER_VERSION)
.tar.gz
...
...
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