From 2f0bc9d38e82bdf99c53a3095ef5e28852b871c6 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 8 Apr 2010 17:09:32 +0200 Subject: [PATCH] Initialize _kill_mark so we don't get spurious valgrind warnings --- common/linux/ffmpeg_inc.h.in | 12 ------------ common/win/ffmpeg_inc.h | 4 ---- 2 files changed, 16 deletions(-) delete mode 100644 common/linux/ffmpeg_inc.h.in delete mode 100644 common/win/ffmpeg_inc.h diff --git a/common/linux/ffmpeg_inc.h.in b/common/linux/ffmpeg_inc.h.in deleted file mode 100644 index 7e322b5..0000000 --- a/common/linux/ffmpeg_inc.h.in +++ /dev/null @@ -1,12 +0,0 @@ - -#ifdef __GNUG__ -extern "C" { -#endif - -#include "@AVCODEC_PREFIX@avcodec.h" - -#ifdef __GNUG__ -} -#endif - - diff --git a/common/win/ffmpeg_inc.h b/common/win/ffmpeg_inc.h deleted file mode 100644 index 8d4473f..0000000 --- a/common/win/ffmpeg_inc.h +++ /dev/null @@ -1,4 +0,0 @@ - -extern "C" { -#include "libavcodec/avcodec.h" -}