Skip to content

Commit

Permalink
INTEGRATION_video_encoder: Try to fix MacOS test.
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pecka <peci1@seznam.cz>
  • Loading branch information
peci1 committed Nov 10, 2020
1 parent b0a64fe commit e64798c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions av/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
option(IGN_COMMON_BUILD_HW_VIDEO
"Build support for HW-accelerated video encoding" ON)
if(APPLE)
option(IGN_COMMON_BUILD_HW_VIDEO
"Build support for HW-accelerated video encoding" OFF)
else()
option(IGN_COMMON_BUILD_HW_VIDEO
"Build support for HW-accelerated video encoding" ON)
endif()

ign_get_libsources_and_unittests(sources gtest_sources)

Expand Down

0 comments on commit e64798c

Please sign in to comment.