X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fgiflib-5.2.1.patch1;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fgiflib-5.2.1.patch1;h=8560f04615bc207643e976081264d9de1c79f6d8;hb=86c9537e0540010ff43b16feb4cd7de98409eba1;hp=0000000000000000000000000000000000000000;hpb=ae9b00c3f960e5bd9f74a9d9103e332f4c288ab4;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/giflib-5.2.1.patch1 b/cinelerra-5.1/thirdparty/src/giflib-5.2.1.patch1 new file mode 100644 index 00000000..8560f046 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/giflib-5.2.1.patch1 @@ -0,0 +1,20 @@ +--- a/Makefile 2020-02-10 20:33:30.257695474 -0700 ++++ b/Makefile 2020-02-10 20:37:25.217129318 -0700 +@@ -6,7 +6,7 @@ + # of code space in the shared library. + + # +-OFLAGS = -O0 -g ++#OFLAGS = -O0 -g + OFLAGS = -O2 + CFLAGS = -std=gnu99 -fPIC -Wall -Wno-format-truncation $(OFLAGS) + +@@ -62,7 +62,7 @@ + LDLIBS=libgif.a -lm + + all: libgif.so libgif.a libutil.so libutil.a $(UTILS) +- $(MAKE) -C doc ++# $(MAKE) -C doc + + $(UTILS):: libgif.a libutil.a +