X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fgiflib-5.1.6.patch1;h=860809420f4333883332b119e415bca19acebbb2;hp=ba7225d7785ae17020d019710945ca43084be388;hb=2cda7606e91cc23cf68a7f6376af2e8b9520b273;hpb=61298e645e43da02c939e9512949f0b183542d58 diff --git a/cinelerra-5.1/thirdparty/src/giflib-5.1.6.patch1 b/cinelerra-5.1/thirdparty/src/giflib-5.1.6.patch1 index ba7225d7..86080942 100644 --- a/cinelerra-5.1/thirdparty/src/giflib-5.1.6.patch1 +++ b/cinelerra-5.1/thirdparty/src/giflib-5.1.6.patch1 @@ -1,5 +1,6 @@ +diff -ur a/Makefile b/Makefile --- a/Makefile 2019-02-12 07:26:13.000000000 -0700 -+++ b/Makefile 2019-02-24 17:51:20.557618626 -0700 ++++ b/Makefile 2019-02-25 18:33:26.360039018 -0700 @@ -7,8 +7,8 @@ # @@ -7,7 +8,16 @@ -OFLAGS = -O0 -g -#OFLAGS = -O2 -fwhole-program +#OFLAGS = -O0 -g -+OFLAGS = -O2 -g ++OFLAGS = -O2 CFLAGS = -std=gnu99 -fPIC -Wall -Wno-format-truncation $(OFLAGS) LDFLAGS = -g +@@ -61,7 +61,7 @@ + LDLIBS=libgif.a -lm + + all: libgif.so libgif.a $(UTILS) +- $(MAKE) -C doc ++# $(MAKE) -C doc + + $(UTILS):: libgif.a +