mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
add reassurance that GStreamer>=1.24 is not a requirement
This commit is contained in:
@@ -43,6 +43,8 @@ pkg_check_modules ( GST124 gstreamer-1.0>=1.24 )
|
||||
if ( GST124_FOUND )
|
||||
message( STATUS "*** GStreamer >= 1.24: GST_124 will be defined" )
|
||||
set( GST_124 "1" CACHE STRING "define GST_124" )
|
||||
else()
|
||||
message( STATUS "No problem: will use Gtreamer < 1.24" )
|
||||
endif()
|
||||
|
||||
add_library( renderers
|
||||
|
||||
Reference in New Issue
Block a user