Commit 5c759bc7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: be sure to have dxva2 headers before compiling FFmpeg

parent bcd6f556
...@@ -1023,7 +1023,11 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2 ...@@ -1023,7 +1023,11 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
# *************************************************************************** # ***************************************************************************
ifdef SVN ifdef SVN
ffmpeg: ifdef HAVE_WIN32
ffmpeg: .dshow_headers
else
ffmpeg:
endif
$(SVN) co $(FFMPEG_SVN) ffmpeg $(SVN) co $(FFMPEG_SVN) ffmpeg
ifdef HAVE_ISA_THUMB ifdef HAVE_ISA_THUMB
patch -p0 < Patches/ffmpeg-avcodec-no-thumb.patch patch -p0 < Patches/ffmpeg-avcodec-no-thumb.patch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment