+++ /dev/null
-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