Update and enhance travis's building capabilities.
Borrow (proper) ideas from [ldionne's work](https://github.com/ldionne/hana/blob/c8542789946b9ff8be693301c7b57d8bd14d8c4b/.travis.yml)
This commit is contained in:
+1
-1
@@ -368,7 +368,7 @@ elseif(LINUX)
|
||||
endif()
|
||||
|
||||
find_package(yasm)
|
||||
if (NOT YASM_FOUND)
|
||||
if (WITH_FFMPEG AND NOT YASM_FOUND)
|
||||
message("YASM was not found. Please install if you wish for ffmpeg support.")
|
||||
set(WITH_FFMPEG OFF)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user