mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Fix Odroid-C2 build.
This commit is contained in:
committed by
Iwan Timmer
parent
4bf3137bfc
commit
045e608681
2
cmake/FindAmlogic.cmake
Normal file → Executable file
2
cmake/FindAmlogic.cmake
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
find_path(AMLOGIC_INCLUDE_DIR
|
||||
NAMES codec.h
|
||||
DOC "Amlogic include directory"
|
||||
PATHS /usr/local/include/amcodec /usr/include/amcodec)
|
||||
PATHS /usr/local/include/amcodec /usr/include/amcodec /usr/include/)
|
||||
mark_as_advanced(AMLOGIC_INCLUDE_DIR)
|
||||
|
||||
find_library(AMAVUTILS_LIBRARY
|
||||
|
||||
2
src/video/aml.c
Normal file → Executable file
2
src/video/aml.c
Normal file → Executable file
@@ -27,7 +27,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <amcodec/codec.h>
|
||||
#include <codec.h>
|
||||
|
||||
#define SYNC_OUTSIDE 0x02
|
||||
#define UCODE_IP_ONLY_PARAM 0x08
|
||||
|
||||
Reference in New Issue
Block a user