Skip to content

Commit

Permalink
ffmpeg: build with w32threads
Browse files Browse the repository at this point in the history
Some people are reporting this actually fix freeze issues. Hopefully. Fix #30
  • Loading branch information
shinchiro committed Aug 9, 2019
1 parent c2dc842 commit e2f0042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ffmpeg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ ExternalProject_Add(ffmpeg
--enable-libmfx
--enable-amf
--disable-decoder=libaom_av1
--disable-w32threads
"--extra-cflags=-DMODPLUG_STATIC"
BUILD_COMMAND ${MAKE}
INSTALL_COMMAND ${MAKE} install
Expand Down

0 comments on commit e2f0042

Please sign in to comment.