Skip to content

Commit

Permalink
I hate windows :(, try again
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Mar 25, 2024
1 parent a7447e4 commit 8eb4a86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion depends/common/ffmpeg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,10 @@ else()
cmake -E echo "FFMPEG configure error" &&
cmake -E echo "The associated config.log is output for troubleshooting." &&
cmake -E echo "--------------------------------- FFMPEG CONFIG LOG START" &&
cd "${CMAKE_BINARY_DIR}\\ffmpeg-prefix\\src\\ffmpeg-build\\ffbuild" &&
echo cmd /C type "${CMAKE_BINARY_DIR}\\ffmpeg-prefix\\src\\ffmpeg-build\\ffbuild\\config.log" &&
cmake -E echo "--------------------------------- FFMPEG CONFIG LOG START111" &&
cd "${CMAKE_BINARY_DIR}\\ffmpeg-prefix\\src\\ffmpeg-build\\ffbuild\\" &&
cmake -E echo "--------------------------------- FFMPEG CONFIG LOG START222" &&
type config.log &&
cmake -E echo "----------------------------------- FFMPEG CONFIG LOG END" &&
exit 1
Expand Down

0 comments on commit 8eb4a86

Please sign in to comment.