use gst_macos fix for "Official" GStreamer >= 1.22 packages

This commit is contained in:
F. Duncanh
2023-09-25 01:14:14 -04:00
parent 6350794fac
commit e475a61885
6 changed files with 99 additions and 77 deletions

View File

@@ -42,6 +42,11 @@ add_subdirectory( lib/playfair )
add_subdirectory( lib )
add_subdirectory( renderers )
if ( GST_MACOS )
add_definitions( -DGST_MACOS )
message ( STATUS "define GST_MACOS" )
endif()
add_executable( uxplay uxplay.cpp )
target_link_libraries( uxplay
renderers