build: Add ffmpeg dependency to wine.

This commit is contained in:
Rémi Bernon 2024-12-09 22:20:39 +01:00 committed by Arkadiusz Hiler
parent 149a60e3d1
commit c16af73048

View File

@ -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))