Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Nov 23, 2023
1 parent e575ec4 commit d84cac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ fi

PKG_CONFIG_PATH="${FFMPEG_SYSROOT}/lib/pkgconfig/" CC="${CC}" CXX="${CXX}" \
meson setup build \
--werror
-Dprefix="${MPV_INSTALL_PREFIX}" \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-D{libmpv,tests}=true \
-D{gl,iconv,lcms2,lua,jpeg,plain-gl,zlib}=enabled \
-D{cocoa,coreaudio,gl-cocoa,macos-cocoa-cb,macos-touchbar,videotoolbox-gl}=enabled

meson compile -C build -j4
meson install -C build
./build/mpv -v --no-config

0 comments on commit d84cac2

Please sign in to comment.