implemented core support & sample
fixed whitespaces fixed issues fixed issue fixed module statement issues fixed access mode added initialization check fixed warning
This commit is contained in:
@@ -22,6 +22,10 @@ if((NOT ANDROID) AND HAVE_OPENGL)
|
||||
add_subdirectory(opengl)
|
||||
endif()
|
||||
|
||||
if(UNIX AND NOT ANDROID AND HAVE_VAAPI)
|
||||
add_subdirectory(vaapi)
|
||||
endif()
|
||||
|
||||
if(ANDROID AND BUILD_ANDROID_EXAMPLES)
|
||||
add_subdirectory(android)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user