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:
fduncanh
2021-08-09 18:37:58 -04:00
parent 00865c9023
commit cdcfb88510
6 changed files with 112 additions and 58 deletions

View File

@@ -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)