[vlc-devel] commit: Contrib: be sure to have dxva2 headers before compiling FFmpeg ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jan 9 00:25:27 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan  9 00:24:21 2010 +0100| [5c759bc7747c855fda55a6324a78c5d581967ae4] | committer: Jean-Baptiste Kempf 

Contrib: be sure to have dxva2 headers before compiling FFmpeg

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c759bc7747c855fda55a6324a78c5d581967ae4
---

 extras/contrib/src/Makefile |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index ee13f43..3509c75 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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




More information about the vlc-devel mailing list