summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/libav/libavutil/avconfig.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-04-16 20:57:56 +0200
committerSven Gothel <[email protected]>2012-04-16 20:57:56 +0200
commit697f47eed72b52acd4728a95edd176b4bb6f7c31 (patch)
tree167ea6fe3df5cd9040191843a38c79cd7adbd60f /make/stub_includes/libav/libavutil/avconfig.h
parent10935e1ec0d8ed677bc3fddfaa8cd73898a3bcbf (diff)
Adding libav (ffmpeg) header file, allowing upcoming dynamic linked GLMediaPlayer impl. to be compiled (LGPL terms)
Libav header: libavutil 51.22.1 libavformat 53.21.0 libavcodec 53.35.0 .. just to ease our compile time setup.
Diffstat (limited to 'make/stub_includes/libav/libavutil/avconfig.h')
-rw-r--r--make/stub_includes/libav/libavutil/avconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/stub_includes/libav/libavutil/avconfig.h b/make/stub_includes/libav/libavutil/avconfig.h
new file mode 100644
index 000000000..f10aa6186
--- /dev/null
+++ b/make/stub_includes/libav/libavutil/avconfig.h
@@ -0,0 +1,6 @@
+/* Generated by ffconf */
+#ifndef AVUTIL_AVCONFIG_H
+#define AVUTIL_AVCONFIG_H
+#define AV_HAVE_BIGENDIAN 0
+#define AV_HAVE_FAST_UNALIGNED 1
+#endif /* AVUTIL_AVCONFIG_H */