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
d0f45735
Commit
d0f45735
authored
Nov 20, 2005
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* extras/contrib/src/Patches/livedotcom-win32.patch: adapted patch to work with cygwin.
parent
086b882f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
extras/contrib/src/Patches/livedotcom-win32.patch
extras/contrib/src/Patches/livedotcom-win32.patch
+4
-4
No files found.
extras/contrib/src/Patches/livedotcom-win32.patch
View file @
d0f45735
...
@@ -6,20 +6,20 @@ diff -ru live.orig/config.mingw live/config.mingw
...
@@ -6,20 +6,20 @@ diff -ru live.orig/config.mingw live/config.mingw
C = c
C = c
-C_COMPILER = gcc
-C_COMPILER = gcc
-C_FLAGS = $(COMPILE_OPTS) -DUSE_OUR_BZERO=1 -D__MINGW32__
-C_FLAGS = $(COMPILE_OPTS) -DUSE_OUR_BZERO=1 -D__MINGW32__
+C_COMPILER =
i586-mingw32msvc-gcc
+C_COMPILER =
$(CC)
+C_FLAGS = $(COMPILE_OPTS) -DUSE_OUR_BZERO=1 -D__MINGW32__ -DUSE_LOCALE
+C_FLAGS = $(COMPILE_OPTS) -DUSE_OUR_BZERO=1 -D__MINGW32__ -DUSE_LOCALE
CPP = cpp
CPP = cpp
-CPLUSPLUS_COMPILER = c++
-CPLUSPLUS_COMPILER = c++
-CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -D__MINGW32__ -Wall -Wno-deprecated
-CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -D__MINGW32__ -Wall -Wno-deprecated
+CPLUSPLUS_COMPILER =
i586-mingw32msvc-g++
+CPLUSPLUS_COMPILER =
$(CXX)
+CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -D__MINGW32__ -DUSE_LOCALE -Wall -Wno-deprecated
+CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -D__MINGW32__ -DUSE_LOCALE -Wall -Wno-deprecated
OBJ = o
OBJ = o
-LINK = c++ -o
-LINK = c++ -o
+LINK =
i586-mingw32msvc-g++
-o
+LINK =
$(CXX)
-o
LINK_OPTS = -L.
LINK_OPTS = -L.
CONSOLE_LINK_OPTS = $(LINK_OPTS)
CONSOLE_LINK_OPTS = $(LINK_OPTS)
-LIBRARY_LINK = ld -o
-LIBRARY_LINK = ld -o
+LIBRARY_LINK =
i586-mingw32msvc-ld
-o
+LIBRARY_LINK =
$(LD)
-o
LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic
LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic
LIB_SUFFIX = a
LIB_SUFFIX = a
LIBS_FOR_CONSOLE_APPLICATION = -lws2_32
LIBS_FOR_CONSOLE_APPLICATION = -lws2_32
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