mirror of
https://github.com/Genymobile/scrcpy
synced 2024-12-20 14:22:26 +00:00
Add missing includes
Refs #2616 <https://github.com/Genymobile/scrcpy/issues/2616>
This commit is contained in:
parent
fa100b814b
commit
31131039bb
@ -1,5 +1,6 @@
|
|||||||
#include "decoder.h"
|
#include "decoder.h"
|
||||||
|
|
||||||
|
#include <libavcodec/avcodec.h>
|
||||||
#include <libavformat/avformat.h>
|
#include <libavformat/avformat.h>
|
||||||
|
|
||||||
#include "events.h"
|
#include "events.h"
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#include "recorder.h"
|
#include "recorder.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <libavcodec/avcodec.h>
|
||||||
|
#include <libavformat/avformat.h>
|
||||||
#include <libavutil/time.h>
|
#include <libavutil/time.h>
|
||||||
|
|
||||||
#include "util/log.h"
|
#include "util/log.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user