On 11/03/14 19:14, Diego Biurrun wrote: > On Tue, Mar 11, 2014 at 02:51:18PM +0100, Luca Barbato wrote: >> Should be used only to pass extra flags to pkgconf invocation, >> e.g. --static. >> >> Contextually add an help entry for --pkg-config >> >> Signed-off-by: Luca Barbato <[email protected]> >> --- >> >> Hopefully with all the issues pointed fixed. >> >> configure | 7 +++++-- >> 1 file changed, 5 insertions(+), 2 deletions(-) > > Does it work as advertised?
Obviously for me, people can try before I commit. >> --- a/configure >> +++ b/configure >> @@ -228,6 +228,7 @@ Advanced options (experts only): >> --cc=CC use C compiler CC [$cc_default] >> --dep-cc=DEPCC use dependency generator DEPCC [$cc_default] >> --ld=LD use linker LD >> + --pkg-config=PKGCONF use pkg-config PKGCONF [$pkg_config_default] >> --host-cc=HOSTCC use host C compiler HOSTCC >> --host-cflags=HCFLAGS use HCFLAGS when compiling for host >> --host-cppflags=HCPPFLAGS use HCPPFLAGS when compiling for host > > See the patch I just sent. > >> @@ -237,6 +238,7 @@ Advanced options (experts only): >> --host-os=OS compiler host OS [$target_os] >> --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS] >> --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS] >> + --pkg_config-flags=FLAGS pass additional flags to pkgconf [] > > Move this directly below --pkg-config. Can be done. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
