From c16af73048ddda6d6749bb1c1b928eb833a97d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Mon, 9 Dec 2024 22:20:39 +0100 Subject: [PATCH] build: Add ffmpeg dependency to wine. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 52e1e82f..0b47c60d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -240,6 +240,7 @@ FFMPEG_CONFIGURE_ARGS := \ --disable-programs \ --disable-doc \ --disable-inline-asm \ + --enable-demuxer=matroska \ $(eval $(call rules-source,ffmpeg,$(SRCDIR)/ffmpeg)) $(eval $(call rules-configure,ffmpeg,32)) @@ -422,7 +423,7 @@ WINE_CONFIGURE_ARGS64 = --enable-win64 \ VKD3D_PE_CFLAGS="-I$(VULKAN_HEADERS_DST64)/include -I$(VKD3D_DST64)/include/vkd3d" \ VKD3D_PE_LIBS="-L$(VKD3D_DST64)/bin -l:libvkd3d-1.dll -l:libvkd3d-shader-1.dll" -WINE_DEPENDS = gst_orc gstreamer gst_base vkd3d +WINE_DEPENDS = gst_orc gstreamer gst_base vkd3d ffmpeg $(eval $(call rules-source,wine,$(SRCDIR)/wine)) $(eval $(call rules-autoconf,wine,32))