mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +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:
@@ -42,3 +42,4 @@ target_link_libraries( uxplay
|
|||||||
)
|
)
|
||||||
|
|
||||||
install( TARGETS uxplay RUNTIME DESTINATION bin )
|
install( TARGETS uxplay RUNTIME DESTINATION bin )
|
||||||
|
|
||||||
|
|||||||
@@ -63,3 +63,4 @@ elseif( APPLE )
|
|||||||
${LIBZ}
|
${LIBZ}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
@@ -50,3 +50,4 @@ if( APPLE )
|
|||||||
message( "APPLE ONLY: \"target_link_directories\" used here requires CMake >= 3.13 ")
|
message( "APPLE ONLY: \"target_link_directories\" used here requires CMake >= 3.13 ")
|
||||||
target_link_directories ( renderers PUBLIC ${GST_LIBRARY_DIRS} )
|
target_link_directories ( renderers PUBLIC ${GST_LIBRARY_DIRS} )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
@@ -59,3 +59,4 @@ void video_renderer_update_background (video_renderer_t *renderer, int type);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //VIDEO_RENDERER_H
|
#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)
|
return (unsigned int) gst_bus_add_watch(renderer->bus, (GstBusFunc)
|
||||||
gstreamer_pipeline_bus_callback, (gpointer) loop);
|
gstreamer_pipeline_bus_callback, (gpointer) loop);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user