diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/linux/ffmpeg_inc.h.in | 12 | ||||
-rw-r--r-- | common/win/ffmpeg_inc.h | 4 |
2 files changed, 0 insertions, 16 deletions
diff --git a/common/linux/ffmpeg_inc.h.in b/common/linux/ffmpeg_inc.h.in deleted file mode 100644 index 7e322b51..00000000 --- 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 8d4473ff..00000000 --- a/common/win/ffmpeg_inc.h +++ /dev/null @@ -1,4 +0,0 @@ - -extern "C" { -#include "libavcodec/avcodec.h" -} |