mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-02 22:16:24 +00:00
Add missing headers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user