From e544f7ca608c40e14dc5d18f051d1dc8e91d681e Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Mon, 2 Apr 2007 22:17:19 +0000 Subject: [PATCH] ffmpeg: targetos must now be in lower case. --- extras/contrib/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 2f4ff2722c..3073de72a2 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -115,7 +115,7 @@ endif # ifdef HAVE_WIN32 HOSTCONF+= --without-pic --disable-shared --enable-msw --with-included-opencdk --with-included-libtasn1 --disable-dependency-tracking -FFMPEGCONF+= --target-os=MINGW32 --enable-memalign-hack --cpu=i686 --disable-debug +FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --disable-debug endif ifdef HAVE_WINCE -- 2.11.4.GIT