fix for issues with client sleep and gstreamer >= 1.24

This commit is contained in:
F. Duncanh
2024-10-02 04:15:43 -04:00
parent 44fec22219
commit b7734c5b72
6 changed files with 19 additions and 40 deletions

View File

@@ -47,12 +47,6 @@ 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