mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 15:25:35 +00:00
Add missing headers
This commit is contained in:
parent
82b956a1e8
commit
c8a8f05e78
@ -27,6 +27,7 @@
|
||||
#endif
|
||||
|
||||
#include <Limelight.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <pthread.h>
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <va/va.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
int vaapi_init_lib();
|
||||
int vaapi_init(AVCodecContext* decoder_ctx);
|
||||
|
@ -34,6 +34,8 @@
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <poll.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user