We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc212d commit 96a1d86Copy full SHA for 96a1d86
depends/common/ffmpeg/CMakeLists.txt
@@ -137,7 +137,11 @@ if(NOT WIN32)
137
--enable-gnutls
138
--enable-libzvbi
139
${STANDARD_CONF}
140
- ${EXTRA_CONF})
+ ${EXTRA_CONF} &&
141
+ echo "---------------------------------START" &&
142
+ cat ${CMAKE_BINARY_DIR}/ffmpeg-prefix/src/ffmpeg-build/ffbuild/config.log &&
143
+ echo "----------------------------------END" &&
144
+ exit 1)
145
146
if(CORE_SYSTEM_NAME STREQUAL darwin_embedded)
147
externalproject_add_step(ffmpeg
0 commit comments