aom vcpkg binding

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-05-08 19:57:32 +08:00
parent a2954d89e5
commit a3f3bb4751
3 changed files with 30 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
#include <aom/aom.h>
#include <aom/aom_image.h>
#include <aom/aom_integer.h>
#include <aom/aom_codec.h>
#include <aom/aom_external_partition.h>
#include <aom/aom_frame_buffer.h>
#include <aom/aom_encoder.h>
#include <aom/aomcx.h>

View File

@@ -0,0 +1,9 @@
#include <vpx/vp8.h>
#include <vpx/vp8cx.h>
#include <vpx/vp8dx.h>
#include <vpx/vpx_codec.h>
#include <vpx/vpx_decoder.h>
#include <vpx/vpx_encoder.h>
#include <vpx/vpx_frame_buffer.h>
#include <vpx/vpx_image.h>
#include <vpx/vpx_integer.h>