aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-05-21 22:18:12 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-05-21 22:18:12 +0000
commitc77b16ddba4f4bb495d483e0d66acc62f25b0f48 (patch)
treece21be0df519be38aabc40852414b659003b1ce6 /libavcodec/Makefile
parent8083185f88d9e80394cb8f1dbf2cfd919308f7b3 (diff)
downloadffmpeg-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/Makefile2
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 \