mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
test for GStreamer>= 1.24, define GST_124 if found
This commit is contained in:
@@ -47,6 +47,12 @@ if ( GST_MACOS )
|
||||
message ( STATUS "define GST_MACOS" )
|
||||
endif()
|
||||
|
||||
if ( GST_124 )
|
||||
add_definitions( -DGST_124 )
|
||||
message ( STATUS "define GST_124" )
|
||||
endif()
|
||||
|
||||
|
||||
add_executable( uxplay uxplay.cpp )
|
||||
target_link_libraries( uxplay
|
||||
renderers
|
||||
|
||||
Reference in New Issue
Block a user