diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-09-16 22:07:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-09-16 22:07:20 +0000 |
commit | cab3ef828a9a5952bcf2f254bd0c59bfc35ae2fc (patch) | |
tree | e2374dc46b8a0e1bd76199fb8afd4dff0aa77c06 /configure | |
parent | 2c29781dc8ed0464099cce8f368ae46d9c333897 (diff) | |
download | ffmpeg-cab3ef828a9a5952bcf2f254bd0c59bfc35ae2fc.tar.gz |
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.
Originally committed as revision 6281 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -448,7 +448,7 @@ dlfcn="no" dlopen="no" mpegaudio_hp="yes" SHFLAGS='-shared -Wl,-soname,$@' -VHOOKSHFLAGS="$SHFLAGS" +VHOOKSHFLAGS='$(SHFLAGS)' netserver="no" need_inet_aton="no" protocols="yes" |