summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-05-21 23:07:26 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-05-21 23:07:26 +0000
commitddad77fadeecbe99aaf9e283310b774aa894694d (patch)
tree68775328db80f1fb3cb905382b262eb2cf600f80 /libavcodec/Makefile
parentc77b16ddba4f4bb495d483e0d66acc62f25b0f48 (diff)
* oops - these are the midnight commits...
removed -fPIC used for testing compilability Originally committed as revision 560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a3554c4a5d..d76d986f30 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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 \