We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f40c5 commit e32bc80Copy full SHA for e32bc80
examples/libaom/aom_all.h
@@ -0,0 +1,10 @@
1
+#include "aom/aom_decoder.h"
2
+//#include "aom/aom_encoder.h"
3
+//#include "aom/aomcx.h"
4
+#include "aom/aomdx.h"
5
+//#include "aom_ports/mem_ops.h"
6
+// #include "common/tools_common.h"
7
+// #include "common/video_writer.h"
8
+// #include "common/video_reader.h"
9
+// #include "config/aom_config.h"
10
+
examples/libvpx/vpx_all.h
@@ -0,0 +1,7 @@
+//#include "vpx/vp8cx.h"
+// #include "vpx/vpx_encoder.h"
+#include "vpx/vp8dx.h"
+#include "vpx/vpx_decoder.h"
+#include "vpx_ports/mem_ops.h"
0 commit comments