Added tool to create screenshot for amlogic grabber

Former-commit-id: d403deab3f931d01bec97b726d8e70b73d3a0012
This commit is contained in:
T.van der Zwan
2015-08-08 08:13:37 +02:00
parent 2de173722d
commit 1447209846
3 changed files with 137 additions and 8 deletions

View File

@@ -3,13 +3,16 @@ add_subdirectory(hyperion-remote)
# The following clients depend on the protobuf library
if(ENABLE_PROTOBUF)
# Add the 'Video 4 Linux' grabber if it is enabled
if(ENABLE_V4L2)
add_subdirectory(hyperion-v4l2)
endif()
if (ENABLE_AMLOGIC)
add_subdirectory(hyperion-aml)
endif()
# Add the 'Video 4 Linux' grabber if it is enabled
if(ENABLE_V4L2)
add_subdirectory(hyperion-v4l2)
endif()
# Add the X11 grabber if it is enabled
if(ENABLE_X11)
add_subdirectory(hyperion-x11)
endif()
# Add the X11 grabber if it is enabled
if(ENABLE_X11)
add_subdirectory(hyperion-x11)
endif()
endif()