提交 cab3ef82 编写于 作者: D Diego Biurrun

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
上级 2c29781d
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册