From e32bc80b7431ea0614ecd0eae35dce3317cac932 Mon Sep 17 00:00:00 2001 From: pwngchen Date: Sat, 11 Nov 2023 22:40:01 +0800 Subject: [PATCH] add header file --- examples/libaom/aom_all.h | 10 ++++++++++ examples/libvpx/vpx_all.h | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 examples/libaom/aom_all.h create mode 100644 examples/libvpx/vpx_all.h diff --git a/examples/libaom/aom_all.h b/examples/libaom/aom_all.h new file mode 100644 index 0000000..ee7f1da --- /dev/null +++ b/examples/libaom/aom_all.h @@ -0,0 +1,10 @@ +#include "aom/aom_decoder.h" +//#include "aom/aom_encoder.h" +//#include "aom/aomcx.h" +#include "aom/aomdx.h" +//#include "aom_ports/mem_ops.h" +// #include "common/tools_common.h" +// #include "common/video_writer.h" +// #include "common/video_reader.h" +// #include "config/aom_config.h" + diff --git a/examples/libvpx/vpx_all.h b/examples/libvpx/vpx_all.h new file mode 100644 index 0000000..11253a8 --- /dev/null +++ b/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" +