Commit 02a37c3e authored by kabi's avatar kabi

* avoid conflicts with non-ffmpeg config.h and also it's consistent

  with few other header files included from the main ffmpeg's dir


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@555 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 493eb6df
......@@ -6,7 +6,7 @@ include ../config.mak
VPATH=$(SRC_PATH)/libavcodec
CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)
CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I$(SRC_PATH)
LDFLAGS= -g
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
......
......@@ -17,7 +17,7 @@
#ifdef HAVE_AV_CONFIG_H
/* only include the following when compiling package */
#include "config.h"
#include "../config.h"
#include <stdlib.h>
#include <stdio.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment