Skip to content

Commit

Permalink
add header file
Browse files Browse the repository at this point in the history
  • Loading branch information
spinpx committed Nov 11, 2023
1 parent 68f40c5 commit e32bc80
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/libaom/aom_all.h
Original file line number Diff line number Diff line change
@@ -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"

7 changes: 7 additions & 0 deletions examples/libvpx/vpx_all.h
Original file line number Diff line number Diff line change
@@ -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 comments on commit e32bc80

Please sign in to comment.