mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-04-14 18:42:37 +02:00
fix sdl mingw build script
This commit is contained in:
parent
33d7f39fa9
commit
4e9ae1efb8
@ -27,8 +27,8 @@ cd ..
|
|||||||
|
|
||||||
echo Starting to build sdl2:
|
echo Starting to build sdl2:
|
||||||
cd SDL
|
cd SDL
|
||||||
./configure --enable-static --disable-shared --prefix=$MSYSTEM_PREFIX && make install -j $nproc
|
mkdir build && cd build && cmake -DCMAKE_EXE_LINKER_FLAGS="-static" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$MSYSTEM_PREFIX .. -G "MinGW Makefiles" && cmake --build . --target install -j $nproc
|
||||||
cd ..
|
cd ../../
|
||||||
|
|
||||||
echo Starting to build libopus to improve decode quality on FFmpeg:
|
echo Starting to build libopus to improve decode quality on FFmpeg:
|
||||||
cd opus
|
cd opus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user