summaryrefslogtreecommitdiffstats
path: root/common/linux/ffmpeg_inc.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'common/linux/ffmpeg_inc.h.in')
-rw-r--r--common/linux/ffmpeg_inc.h.in12
1 files changed, 0 insertions, 12 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
-
-