mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-28 16:41:52 +08:00
init
This commit is contained in:
11
libs/hwcodec/cpp/common/platform/linux/linux.h
Normal file
11
libs/hwcodec/cpp/common/platform/linux/linux.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LINUX_H
|
||||
#define LINUX_H
|
||||
|
||||
extern "C" int linux_support_nv();
|
||||
extern "C" int linux_support_amd();
|
||||
extern "C" int linux_support_intel();
|
||||
extern "C" int linux_support_rkmpp();
|
||||
extern "C" int linux_support_v4l2m2m();
|
||||
extern "C" int setup_parent_death_signal();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user