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
5165e593
Commit
5165e593
authored
Oct 23, 2005
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport OS X specific USE_LOCALE patch to trunk/
parent
3e8aabdc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-0
extras/contrib/src/Patches/livedotcom-osx.patch
extras/contrib/src/Patches/livedotcom-osx.patch
+15
-0
No files found.
extras/contrib/src/Makefile
View file @
5165e593
...
...
@@ -865,6 +865,7 @@ live555-$(LIVEDOTCOM_VERSION).tar.gz:
live
:
live555-$(LIVEDOTCOM_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/live.patch
patch
-p
0 < Patches/livedotcom-osx.patch
.live
:
live
ifeq
($(HOST),ppc-darwin)
...
...
extras/contrib/src/Patches/livedotcom-osx.patch
0 → 100644
View file @
5165e593
--- live.orig/config.macosx 2005-10-23 08:50:31.000000000 +0200
+++ live/config.macosx 2005-10-23 17:10:57.000000000 +0200
@@ -1,10 +1,10 @@
COMPILE_OPTS = $(INCLUDES) -I. -DBSD=1 -O -DSOCKLEN_T=socklen_t
C = c
C_COMPILER = cc
-C_FLAGS = $(COMPILE_OPTS)
+C_FLAGS = $(COMPILE_OPTS) -DUSE_LOCALE
CPP = cpp
CPLUSPLUS_COMPILER = c++
-CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall
+CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DUSE_LOCALE
OBJ = o
LINK = c++ -o
LINK_OPTS = -L.
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