Commit c6dfafc1 authored by glantau's avatar glantau

added HAVE_AV_CONFIG_H


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ff5d1d60
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