mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
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
This commit is contained in:
parent
2c29781dc8
commit
cab3ef828a
2
configure
vendored
2
configure
vendored
@ -448,7 +448,7 @@ dlfcn="no"
|
|||||||
dlopen="no"
|
dlopen="no"
|
||||||
mpegaudio_hp="yes"
|
mpegaudio_hp="yes"
|
||||||
SHFLAGS='-shared -Wl,-soname,$@'
|
SHFLAGS='-shared -Wl,-soname,$@'
|
||||||
VHOOKSHFLAGS="$SHFLAGS"
|
VHOOKSHFLAGS='$(SHFLAGS)'
|
||||||
netserver="no"
|
netserver="no"
|
||||||
need_inet_aton="no"
|
need_inet_aton="no"
|
||||||
protocols="yes"
|
protocols="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user