]> git.sesse.net Git - vlc/commitdiff
Contrib: be sure to have dxva2 headers before compiling FFmpeg
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 Jan 2010 23:24:21 +0000 (00:24 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 Jan 2010 23:25:20 +0000 (00:25 +0100)
extras/contrib/src/Makefile

index ee13f43414998bf439bea51777035c81c2c5974a..3509c755c4482264f08b1bb10ed1cf8962984811 100644 (file)
@@ -1023,7 +1023,11 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
 # ***************************************************************************
 
 ifdef SVN
-ffmpeg:
+ifdef HAVE_WIN32
+ffmpeg: .dshow_headers
+else
+ffmpeg: 
+endif
        $(SVN) co $(FFMPEG_SVN) ffmpeg
 ifdef HAVE_ISA_THUMB
        patch -p0 < Patches/ffmpeg-avcodec-no-thumb.patch