From c12c3facbd32c30267949ddf4eaa71ca5134718e Mon Sep 17 00:00:00 2001 From: Yaniv Kamay Date: Mon, 26 Oct 2009 23:30:41 +0200 Subject: fix build on Debian --- common/win/ffmpeg_inc.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/win/ffmpeg_inc.h (limited to 'common/win') diff --git a/common/win/ffmpeg_inc.h b/common/win/ffmpeg_inc.h new file mode 100644 index 00000000..8d4473ff --- /dev/null +++ b/common/win/ffmpeg_inc.h @@ -0,0 +1,4 @@ + +extern "C" { +#include "libavcodec/avcodec.h" +} -- cgit