mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
fixed incorrect framerate and missing maxfps plist settings in raop_handler.h
and added option to set these in the API through raop_set_display (renamed from raop_set_display_size).. Updated uxplay.cpp to include these new options. Moved version slightly to UxPlay-1.31 tested: confirmed to work using gstreamer videosink "fpsdisplaysink" to explicitly show reduction of streaming fps when set below 30 fps.
This commit is contained in:
@@ -14,10 +14,7 @@ include_directories(${X11_INCLUDE_DIR})
|
||||
endif (ZOOMFIX)
|
||||
|
||||
|
||||
if (NO_AVAHI_FIX)
|
||||
else()
|
||||
add_definitions(-DSUPPRESS_AVAHI_COMPAT_WARNING)
|
||||
endif(NO_AVAHI_FIX)
|
||||
|
||||
add_subdirectory(lib/llhttp)
|
||||
add_subdirectory(lib/playfair)
|
||||
|
||||
Reference in New Issue
Block a user