mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-16 13:51:15 +00:00
Fix Odroid-C2 build.
This commit is contained in:
committed by
Iwan Timmer
parent
4bf3137bfc
commit
045e608681
Regular → Executable
+1
-1
@@ -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