# HG changeset patch # User kabi # Date 1022022446 0 # Node ID 8aba98b353f0cbcfcc66d90d03eac6c6f77b0232 # Parent 2b9ded215201f41b8d4041a636aaf8cf2afc8da2 * oops - these are the midnight commits... removed -fPIC used for testing compilability diff -r 2b9ded215201 -r 8aba98b353f0 Makefile --- a/Makefile Tue May 21 22:18:12 2002 +0000 +++ b/Makefile Tue May 21 23:07:26 2002 +0000 @@ -6,7 +6,7 @@ VPATH=$(SRC_PATH)/libavcodec -CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I$(SRC_PATH) -I.. -fPIC -DPIC +CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I$(SRC_PATH) -I.. LDFLAGS= -g OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \