test for GStreamer>= 1.24, define GST_124 if found

This commit is contained in:
F. Duncanh
2024-04-22 01:36:10 -04:00
parent 0057033485
commit 50799326ca
2 changed files with 13 additions and 0 deletions

View File

@@ -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