Skip to content
Extraits de code Groupes Projets

WINDOW: use mpv_observe_property for deprecated MPV_EVENTs

Fusionnées Elliu a demandé de fusionner fix-mpv-deprecated-events vers master
1 file
+ 3
1
Comparer les modifications
  • Côte à côte
  • En ligne
+ 3
1
@@ -26,7 +26,9 @@
.common_build:
before_script:
- apt update && apt -y install make libmpv-dev cmake clang clang-format gcc g++ libomp-dev libsdl2-dev libsdl2-image-dev xxd mkvtoolnix libcurl4-openssl-dev libsqlite3-dev manpages man-db
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
- chmod +x ./rustup.sh
- ./rustup.sh -y --default-toolchain beta
- source ~/.cargo/env
script:
- cmake -Bbuild -DCMAKE_C_COMPILER=${c_compiler} -DCMAKE_CXX_COMPILER=${cxx_compiler} && make -Cbuild
Chargement en cours