From: Andres Mejia Date: Wed, 27 Jul 2011 02:49:53 +0000 (-0400) Subject: Remove mp4client-makefile-fix.patch, applied upstream. X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~289 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=52637281b15c3c3ef374a4891ecf5524ccc93b7a;p=gpac.git Remove mp4client-makefile-fix.patch, applied upstream. --- diff --git a/debian/patches/mp4client-makefile-fix.patch b/debian/patches/mp4client-makefile-fix.patch deleted file mode 100644 index 1ac2923..0000000 --- a/debian/patches/mp4client-makefile-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: Patch fixes build failure due to missing -ldl. -Origin: http://git.debian.org/?p=pkg-multimedia/gpac.git;a=blob;f=debian/patches/mp4client-makefile-fix.patch -Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3295895&group_id=84101&atid=571740 ---- a/applications/mp4client/Makefile -+++ b/applications/mp4client/Makefile -@@ -4,7 +4,7 @@ - - CFLAGS= $(OPTFLAGS) -I"$(SRC_PATH)/include" -I../../ - --LINKLIBS=$(OGL_LIBS) -+LINKLIBS=$(OGL_LIBS) $(GPAC_SH_FLAGS) - - ifeq ($(DEBUGBUILD), yes) - CFLAGS+=-g diff --git a/debian/patches/series b/debian/patches/series index b9f7fb9..f54ca2c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -mp4client-makefile-fix.patch soname-fix.patch MP4Client-manpage-fix.patch