summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-04-23 08:52:53 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-04-23 08:52:53 +0000
commiteeba58ccc7f06b9b36efcdb93855168f8cf87599 (patch)
treec9b721982ad54a3191fe4d5e9a64f8777e4c9149 /libavcodec/Makefile
parentd697b89baba6df9b72d8c03dfdd5952fb05e2b6a (diff)
* path to ffmpegs config.h
Originally committed as revision 419 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 a2b1cc035a..e5a8cfb3ad 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -1,6 +1,6 @@
include ../config.mak
-CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H
+CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I. -I..
LDFLAGS= -g
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \