[Ffmpeg-cvslog] r6281 - trunk/configure
diego
subversion
Sun Sep 17 00:07:20 CEST 2006
Author: diego
Date: Sun Sep 17 00:07:20 2006
New Revision: 6281
Modified:
trunk/configure
Log:
Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile
variable so that overriding SHFLAGS later in the configure script has the
desired effect.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Sep 17 00:07:20 2006
@@ -448,7 +448,7 @@
dlopen="no"
mpegaudio_hp="yes"
SHFLAGS='-shared -Wl,-soname,$@'
-VHOOKSHFLAGS="$SHFLAGS"
+VHOOKSHFLAGS='$(SHFLAGS)'
netserver="no"
need_inet_aton="no"
protocols="yes"
More information about the ffmpeg-cvslog
mailing list