OSDN Git Service

* restored previous behaviour for this moment
authorZdenek Kabelac <kabi@informatics.muni.cz>
Tue, 21 May 2002 22:18:12 +0000 (22:18 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Tue, 21 May 2002 22:18:12 +0000 (22:18 +0000)
  users are supposed to supply proper SCR_PATH however

Originally committed as revision 559 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index cf026c7..a3554c4 100644 (file)
@@ -6,7 +6,7 @@ include ../config.mak
 
 VPATH=$(SRC_PATH)/libavcodec
 
-CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I$(SRC_PATH)
+CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I$(SRC_PATH) -I.. -fPIC -DPIC
 LDFLAGS= -g
 
 OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \