diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 22:18:12 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 22:18:12 +0000 |
commit | c77b16ddba4f4bb495d483e0d66acc62f25b0f48 (patch) | |
tree | ce21be0df519be38aabc40852414b659003b1ce6 /libavcodec/Makefile | |
parent | 8083185f88d9e80394cb8f1dbf2cfd919308f7b3 (diff) | |
download | ffmpeg-c77b16ddba4f4bb495d483e0d66acc62f25b0f48.tar.gz |
* restored previous behaviour for this moment
users are supposed to supply proper SCR_PATH however
Originally committed as revision 559 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 cf026c7ea0..a3554c4a5d 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) +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 \ |