Skip to content

Commit e32bc80

Browse files
committed
add header file
1 parent 68f40c5 commit e32bc80

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

examples/libaom/aom_all.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
//#include "vpx/vp8cx.h"
3+
// #include "vpx/vpx_encoder.h"
4+
#include "vpx/vp8dx.h"
5+
#include "vpx/vpx_decoder.h"
6+
#include "vpx_ports/mem_ops.h"
7+

0 commit comments

Comments
 (0)