mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-13 03:16:12 +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
|
||||
|
||||
Reference in New Issue
Block a user