mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
* avoid conflicts with non-ffmpeg config.h and also it's consistent
with few other header files included from the main ffmpeg's dir Originally committed as revision 555 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4a908fbc6c
commit
49d71c7b05
@ -6,7 +6,7 @@ include ../config.mak
|
|||||||
|
|
||||||
VPATH=$(SRC_PATH)/libavcodec
|
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
|
LDFLAGS= -g
|
||||||
|
|
||||||
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
|
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_AV_CONFIG_H
|
#ifdef HAVE_AV_CONFIG_H
|
||||||
/* only include the following when compiling package */
|
/* only include the following when compiling package */
|
||||||
#include "config.h"
|
#include "../config.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user