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
f793c083
Commit
f793c083
authored
Nov 16, 2006
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Forwardport [17820] and [17823]. Live contrib compile fixes.
parent
94a01b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
extras/contrib/src/Patches/live-osx.patch
extras/contrib/src/Patches/live-osx.patch
+10
-7
No files found.
extras/contrib/src/Patches/live-osx.patch
View file @
f793c083
diff -ruN live.old/Makefile.tail live/Makefile.tail
diff -ruN live.old/Makefile.tail live/Makefile.tail
--- live.old/Makefile.tail 2006-11-16 03:34:34.000000000 +0100
--- live.old/Makefile.tail 2006-11-16 03:09:43.000000000 +0100
+++ live/Makefile.tail 2006-11-16 03:35:57.000000000 +0100
+++ live/Makefile.tail 2006-11-16 22:10:06.000000000 +0100
@@ -19,7 +19,6 @@
@@ -18,9 +18,7 @@
ALL = $(LIVEMEDIA_LIB) \
$(GROUPSOCK_LIB) \
$(GROUPSOCK_LIB) \
$(USAGE_ENVIRONMENT_LIB) \
$(USAGE_ENVIRONMENT_LIB) \
$(BASIC_USAGE_ENVIRONMENT_LIB) \
-
$(BASIC_USAGE_ENVIRONMENT_LIB) \
- $(TESTPROGS_APP) \
- $(TESTPROGS_APP) \
$(MEDIA_SERVER_APP)
- $(MEDIA_SERVER_APP)
+ $(BASIC_USAGE_ENVIRONMENT_LIB)
all: $(ALL)
all: $(ALL)
diff -ruN live.old/config.macosx live/config.macosx
diff -ruN live.old/config.macosx live/config.macosx
--- live.old/config.macosx 2006-11-16 03:
34:34
.000000000 +0100
--- live.old/config.macosx 2006-11-16 03:
09:43
.000000000 +0100
+++ live/config.macosx 2006-11-16
03:35:23
.000000000 +0100
+++ live/config.macosx 2006-11-16
22:09:58
.000000000 +0100
@@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
-COMPILE_OPTS = $(INCLUDES) -I. -DBSD=1 -O -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1
-COMPILE_OPTS = $(INCLUDES) -I. -DBSD=1 -O -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1
+COMPILE_OPTS = $(INCLUDES) -I. EXTRA_CFLAGS -DBSD=1 -O -DSOCKLEN_T=socklen_t -DUSE_LOCALE -DHAVE_SOCKADDR_LEN=1
+COMPILE_OPTS = $(INCLUDES) -I. EXTRA_CFLAGS -DBSD=1 -O -DSOCKLEN_T=socklen_t -DUSE_LOCALE -DHAVE_SOCKADDR_LEN=1
...
...
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