diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 23:07:26 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 23:07:26 +0000 |
commit | ddad77fadeecbe99aaf9e283310b774aa894694d (patch) | |
tree | 68775328db80f1fb3cb905382b262eb2cf600f80 /libavcodec/Makefile | |
parent | c77b16ddba4f4bb495d483e0d66acc62f25b0f48 (diff) | |
download | ffmpeg-ddad77fadeecbe99aaf9e283310b774aa894694d.tar.gz |
* 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/Makefile | 2 |
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 \ |