-Index: gpac-0.4.5/src/Makefile
-===================================================================
---- gpac-0.4.5.orig/src/Makefile 2008-12-04 18:57:33.000000000 +0100
-+++ gpac-0.4.5/src/Makefile 2008-12-04 18:58:30.000000000 +0100
+--- a/src/Makefile
++++ b/src/Makefile
@@ -179,7 +179,7 @@
OBJSPIC=$(OBJS)
endif
-Index: gpac-0.4.5/configure
-===================================================================
---- gpac-0.4.5.orig/configure 2008-12-04 22:23:57.000000000 +0100
-+++ gpac-0.4.5/configure 2008-12-04 22:24:07.000000000 +0100
+--- a/configure
++++ b/configure
@@ -222,7 +222,7 @@
if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then
-Index: gpac-0.4.5/src/isomedia/box_code_base.c
-===================================================================
---- gpac-0.4.5.orig/src/isomedia/box_code_base.c 2009-03-06 13:39:59.000000000 +0100
-+++ gpac-0.4.5/src/isomedia/box_code_base.c 2009-03-06 13:40:23.000000000 +0100
+--- a/src/isomedia/box_code_base.c
++++ b/src/isomedia/box_code_base.c
@@ -109,7 +109,7 @@
tmp = (GF_ChapterListBox *) malloc(sizeof(GF_ChapterListBox));
-Index: gpac-0.4.5/src/compositor/visual_manager_3d_gl.c
-===================================================================
---- gpac-0.4.5.orig/src/compositor/visual_manager_3d_gl.c 2009-09-10 09:52:37.000000000 -0400
-+++ gpac-0.4.5/src/compositor/visual_manager_3d_gl.c 2009-09-10 09:58:53.000000000 -0400
+--- a/src/compositor/visual_manager_3d_gl.c
++++ b/src/compositor/visual_manager_3d_gl.c
@@ -70,6 +70,7 @@
#elif defined (WIN32)
#define GET_GLFUN(__name) (PFNGLARBMULTITEXTUREPROC) wglGetProcAddress(__name)