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" -}