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, 12 insertions, 0 deletions
diff --git a/common/linux/ffmpeg_inc.h.in b/common/linux/ffmpeg_inc.h.in
new file mode 100644
index 00000000..7e322b51
--- /dev/null
+++ b/common/linux/ffmpeg_inc.h.in
@@ -0,0 +1,12 @@
+
+#ifdef __GNUG__
+extern "C" {
+#endif
+
+#include "@AVCODEC_PREFIX@avcodec.h"
+
+#ifdef __GNUG__
+}
+#endif
+
+