This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
added HAVE_AV_CONFIG_H
Originally committed as revision 19 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
24 years ago
parent
2b0c1a441b
commit
420b073bbc
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libav/Makefile
+2
-0
libavcodec/common.h
+ 1
- 1
libav/Makefile
View File
@@ -1,5 +1,5 @@
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 \
+ 2
- 0
libavcodec/common.h
View File
@@ -1,7 +1,9 @@
#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) */
Write
Preview
Loading…
Cancel
Save