ffmpeg upgrade from 4.3 to 4.4 / Andrew fixed patches except patch2/B by Freelancer
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / giflib-5.2.1.patch1
1 --- a/Makefile  2020-02-10 20:33:30.257695474 -0700
2 +++ b/Makefile  2020-02-10 20:37:25.217129318 -0700
3 @@ -6,7 +6,7 @@
4  # of code space in the shared library.
5  
6  #
7 -OFLAGS = -O0 -g
8 +#OFLAGS = -O0 -g
9  OFLAGS  = -O2
10  CFLAGS  = -std=gnu99 -fPIC -Wall -Wno-format-truncation $(OFLAGS)
11  
12 @@ -62,7 +62,7 @@
13  LDLIBS=libgif.a -lm
14  
15  all: libgif.so libgif.a libutil.so libutil.a $(UTILS)
16 -       $(MAKE) -C doc
17 +#      $(MAKE) -C doc
18  
19  $(UTILS):: libgif.a libutil.a
20