mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
version now 1.35; updated to build on MacOS. Now uses a GLib MainLoop
(corrects previous commit message)
This commit is contained in:
@@ -50,3 +50,4 @@ if( APPLE )
|
||||
message( "APPLE ONLY: \"target_link_directories\" used here requires CMake >= 3.13 ")
|
||||
target_link_directories ( renderers PUBLIC ${GST_LIBRARY_DIRS} )
|
||||
endif()
|
||||
|
||||
|
||||
@@ -59,3 +59,4 @@ void video_renderer_update_background (video_renderer_t *renderer, int type);
|
||||
#endif
|
||||
|
||||
#endif //VIDEO_RENDERER_H
|
||||
|
||||
|
||||
@@ -231,3 +231,4 @@ unsigned int video_renderer_listen(void *loop, video_renderer_t *renderer) {
|
||||
return (unsigned int) gst_bus_add_watch(renderer->bus, (GstBusFunc)
|
||||
gstreamer_pipeline_bus_callback, (gpointer) loop);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user