mirror of https://git.ffmpeg.org/ffmpeg.git
* oops - these are the midnight commits...
removed -fPIC used for testing compilability Originally committed as revision 560 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c77b16ddba
commit
ddad77fade
|
@ -6,7 +6,7 @@ include ../config.mak
|
||||||
|
|
||||||
VPATH=$(SRC_PATH)/libavcodec
|
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
|
LDFLAGS= -g
|
||||||
|
|
||||||
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
|
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
|
||||||
|
|
Loading…
Reference in New Issue