From 50827fcf44f34521df4708cdb633809b56fb9df3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 22 Dec 2005 00:18:18 +0000 Subject: [PATCH] Reportedly FFmpeg fails to compile on Cygwin with vhook enabled, but FFserver works now. Originally committed as revision 4763 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 32dc287144..9c913ee645 100755 --- a/configure +++ b/configure @@ -350,7 +350,7 @@ CYGWIN*) v4l="no" audio_oss="yes" dv1394="no" -ffserver="no" +vhook="no" extralibs="" cygwin="yes" EXESUF=".exe"