Merge pull request #1101 from djpohly/cmake-propagate

Making a note to put more specific instructions Build/README.md.  Simple "make a shell script with the command" instructions should be good.
This commit is contained in:
Kyzentun
2016-05-13 11:38:37 -06:00
+1 -1
View File
@@ -51,7 +51,7 @@ if (NOT WITH_EXTERNAL_WARNINGS)
endif()
list(APPEND SM_FFMPEG_MAKE
"make"
$(MAKE)
)
if (WITH_FFMPEG_JOBS GREATER 1)
list(APPEND SM_FFMPEG_MAKE "-j${WITH_FFMPEG_JOBS}")