Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
if brew list ffmpeg &> /dev/null; then brew unlink ffmpeg; fi
brew install -q autoconf automake curl pkgconf libtool python freetype fribidi little-cms2 \
luajit libass ffmpeg-full meson rust uchardet mujs libplacebo molten-vk vulkan-loader vulkan-headers \
libarchive libbluray libcaca libcdio-paranoia libdvdnav rubberband zimg
libarchive libbluray libcaca libcdio-paranoia libdvdnav libdvdread rubberband zimg
brew link ffmpeg-full

- name: Build with meson
Expand Down Expand Up @@ -584,6 +584,7 @@ jobs:
libcaca \
libcdio-paranoia \
libdvdnav \
libdvdread \
libdisplay-info \
libplacebo \
libXinerama \
Expand Down Expand Up @@ -680,6 +681,7 @@ jobs:
libass:p
libcdio-paranoia:p
libdvdnav:p
libdvdread:p
libjpeg-turbo:p
libplacebo:p
lua51:p
Expand Down
2 changes: 1 addition & 1 deletion ci/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PKG_CONFIG_PATH="$(brew --prefix libarchive)/lib/pkgconfig/" CC="${CC}" CXX="${C
meson setup build $common_args \
-Dprefix="${MPV_INSTALL_PREFIX}" \
-Dobjc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-D{caca,cdda,dvdnav,gl,iconv,lcms2,libarchive,libbluray,lua,jpeg}=enabled \
-D{caca,cdda,dvda,dvdnav,gl,iconv,lcms2,libarchive,libbluray,lua,jpeg}=enabled \
-D{plain-gl,rubberband,zimg,zlib}=enabled \
-D{cocoa,coreaudio,gl-cocoa,videotoolbox-gl,videotoolbox-pl}=enabled \
-D{swift-build,macos-cocoa-cb,macos-media-player,macos-touchbar,vulkan}=enabled \
Expand Down
2 changes: 1 addition & 1 deletion ci/build-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. ./ci/build-common.sh

args=(
-D{amf,cdda,d3d-hwaccel,d3d11,dvdnav,jpeg,lcms2,libarchive}=enabled
-D{amf,cdda,d3d-hwaccel,d3d11,dvda,dvdnav,jpeg,lcms2,libarchive}=enabled
-D{libbluray,lua,shaderc,spirv-cross,uchardet,vapoursynth}=enabled
-D{egl-angle-lib,egl-angle-win32,pdf-build,rubberband,win32-smtc}=enabled
)
Expand Down
1 change: 1 addition & 0 deletions ci/build-tumbleweed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ meson setup build $common_args $@ \
-Db_sanitize=address,undefined \
-Dcdda=enabled \
-Ddvbin=enabled \
-Ddvda=enabled \
-Ddvdnav=enabled \
-Dlibarchive=enabled \
-Dmanpage-build=enabled \
Expand Down
Loading