Commit 420b073b authored by Fabrice Bellard's avatar Fabrice Bellard

added HAVE_AV_CONFIG_H


Originally committed as revision 19 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2b0c1a44
include ../config.mak
CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec
CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec -DHAVE_AV_CONFIG_H
OBJS= rm.o mpeg.o asf.o avienc.o jpegenc.o swf.o wav.o raw.o \
avidec.o ffm.o \
......
#ifndef COMMON_H
#define COMMON_H
#ifdef HAVE_AV_CONFIG_H
#include "../config.h"
#endif
#ifndef __WINE_WINDEF16_H
/* workaround for typedef conflict in MPlayer (wine typedefs) */
......
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