endif()
# Build a more complete example
option(BUILD_AM7XXX-PLAY "Build a more complete example: am7xxx-play" TRUE)
if(BUILD_AM7XXX-PLAY)
find_package(FFmpeg REQUIRED)
endif()
# Build a more complete example
option(BUILD_AM7XXX-PLAY "Build a more complete example: am7xxx-play" TRUE)
if(BUILD_AM7XXX-PLAY)
find_package(FFmpeg REQUIRED)
set(CMAKE_REQUIRED_INCLUDES ${FFMPEG_LIBAVFORMAT_INCLUDE_DIRS})
check_symbol_exists(avformat_open_input
"libavformat/avformat.h"
set(CMAKE_REQUIRED_INCLUDES ${FFMPEG_LIBAVFORMAT_INCLUDE_DIRS})
check_symbol_exists(avformat_open_input
"libavformat/avformat.h"
add_executable(am7xxx-modeswitch am7xxx-modeswitch.c)
target_link_libraries(am7xxx-modeswitch ${LIBUSB_1_LIBRARIES})
install(TARGETS am7xxx-modeswitch
add_executable(am7xxx-modeswitch am7xxx-modeswitch.c)
target_link_libraries(am7xxx-modeswitch ${LIBUSB_1_LIBRARIES})
install(TARGETS am7xxx-modeswitch