diff mbox

[FFmpeg-devel,2/3] configure: --help should display --host-extralibs

Message ID fa51e83e1501f1dc8854b8986bd8b1f44bd2baa5.1545266543.git.pross@xvid.org
State Accepted
Commit d80eb8409c5a682042327b6fac2061694c3d9f9b
Headers show

Commit Message

Peter Ross Dec. 20, 2018, 12:49 a.m. UTC
---
(--host-libs is not defined in code, and does not work)

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Carl Eugen Hoyos Dec. 20, 2018, 12:55 a.m. UTC | #1
2018-12-20 1:49 GMT+01:00, Peter Ross <pross@xvid.org>:
> ---
> (--host-libs is not defined in code, and does not work)
>
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 7136f22395..2f35741aca 100755
> --- a/configure
> +++ b/configure
> @@ -380,7 +380,7 @@ Toolchain options:
>    --host-cppflags=HCPPFLAGS use HCPPFLAGS when compiling for host
>    --host-ld=HOSTLD         use host linker HOSTLD
>    --host-ldflags=HLDFLAGS  use HLDFLAGS when linking for host
> -  --host-libs=HLIBS        use libs HLIBS when linking for host
> +  --host-extralibs=HLIBS   use libs HLIBS when linking for host

Please push.

Carl Eugen
diff mbox

Patch

diff --git a/configure b/configure
index 7136f22395..2f35741aca 100755
--- a/configure
+++ b/configure
@@ -380,7 +380,7 @@  Toolchain options:
   --host-cppflags=HCPPFLAGS use HCPPFLAGS when compiling for host
   --host-ld=HOSTLD         use host linker HOSTLD
   --host-ldflags=HLDFLAGS  use HLDFLAGS when linking for host
-  --host-libs=HLIBS        use libs HLIBS when linking for host
+  --host-extralibs=HLIBS   use libs HLIBS when linking for host
   --host-os=OS             compiler host OS [$target_os]
   --extra-cflags=ECFLAGS   add ECFLAGS to CFLAGS [$CFLAGS]
   --extra-cxxflags=ECFLAGS add ECFLAGS to CXXFLAGS [$CXXFLAGS]