changeset 410:8aba98b353f0 libavcodec

* oops - these are the midnight commits... removed -fPIC used for testing compilability
author kabi
date Tue, 21 May 2002 23:07:26 +0000
parents 2b9ded215201
children 5c8b3a717929
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \