Commit 48c554b4 authored by kabi's avatar kabi

* oops - these are the midnight commits...

  removed -fPIC used for testing compilability


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@560 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a63a8854
......@@ -6,7 +6,7 @@ include ../config.mak
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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment