mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
8
libs/scrap/src/bindings/aom_ffi.h
Normal file
8
libs/scrap/src/bindings/aom_ffi.h
Normal 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>
|
||||
9
libs/scrap/src/bindings/vpx_ffi.h
Normal file
9
libs/scrap/src/bindings/vpx_ffi.h
Normal 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>
|
||||
Reference in New Issue
Block a user