fix build on Debian

This commit is contained in:
Yaniv Kamay 2009-10-26 23:30:41 +02:00 committed by Marc-André Lureau
parent 5d6ebd5f1f
commit ee15aef4bc
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#ifdef __GNUG__
extern "C" {
#endif
#include "@AVCODEC_PREFIX@avcodec.h"
#ifdef __GNUG__
}
#endif

4
common/win/ffmpeg_inc.h Normal file
View File

@ -0,0 +1,4 @@
extern "C" {
#include "libavcodec/avcodec.h"
}