mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
add the -f videoflip option, modeled on flip and rotate in RPiPlay
This commit is contained in:
@@ -4,13 +4,16 @@ project(uxplay)
|
||||
|
||||
set (CMAKE_CXX_STANDARD 11)
|
||||
|
||||
add_definitions(-DAVAHI_COMPAT_NOWARN)
|
||||
|
||||
if (ZOOMFIX)
|
||||
add_definitions(-DX_DISPLAY_FIX)
|
||||
find_package(X11 REQUIRED)
|
||||
link_libraries(${X11_LIBRARIES})
|
||||
include_directories(${X11_INCLUDE_DIR})
|
||||
# link_directories(${X11_LIBRARIES})
|
||||
endif (ZOOMFIX)
|
||||
|
||||
add_definitions(-DAVAHI_COMPAT_NOWARN)
|
||||
|
||||
add_subdirectory(lib/llhttp)
|
||||
add_subdirectory(lib/playfair)
|
||||
@@ -20,5 +23,5 @@ add_subdirectory(renderers)
|
||||
add_executable( uxplay uxplay.cpp)
|
||||
target_link_libraries ( uxplay renderers airplay ${X11_LIBRARIES})
|
||||
|
||||
install(PROGRAMS uxplay DESTINATION bin)
|
||||
install(TARGETS uxplay RUNTIME DESTINATION bin)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user