]> git.sesse.net Git - vlc/commitdiff
Patch no longer needed.
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 5 Jan 2008 14:09:25 +0000 (14:09 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 5 Jan 2008 14:09:25 +0000 (14:09 +0000)
extras/contrib/src/Patches/live-osx.patch [deleted file]

diff --git a/extras/contrib/src/Patches/live-osx.patch b/extras/contrib/src/Patches/live-osx.patch
deleted file mode 100644 (file)
index 277e833..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ruN live/Makefile.tail live.new/Makefile.tail
---- live/Makefile.tail 2007-01-17 21:44:27.000000000 +0100
-+++ live.new/Makefile.tail     2007-02-20 08:45:20.000000000 +0100
-@@ -17,10 +17,8 @@
- ALL = $(LIVEMEDIA_LIB) \
-       $(GROUPSOCK_LIB) \
-       $(USAGE_ENVIRONMENT_LIB) \
--      $(BASIC_USAGE_ENVIRONMENT_LIB) \
--      $(TESTPROGS_APP) \
--      $(MEDIA_SERVER_APP)
-+      $(BASIC_USAGE_ENVIRONMENT_LIB) 
- all:  $(ALL)
-diff -ruN live/config.macosx live.new/config.macosx
---- live/config.macosx 2007-01-17 21:44:26.000000000 +0100
-+++ live.new/config.macosx     2007-02-20 08:43:45.000000000 +0100
-@@ -1,4 +1,4 @@
--COMPILE_OPTS =                $(INCLUDES) -I. -DBSD=1 -O -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1
-+COMPILE_OPTS =                $(INCLUDES) -I. $(EXTRA_LDFLAGS) -DBSD=1 -O -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1
- C =                   c
- C_COMPILER =          cc
- C_FLAGS =             $(COMPILE_OPTS)