X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vlc-config.in.in;h=55211fb5ce3f64286c297cd6bda83dac741b1e5c;hb=a5c83dda798f93cc7a76bbb50d89352117e6ec46;hp=79e3e7ec4d64e5eec3cb247415360e88fac80adf;hpb=0669643b1c7370abeda3799588825d46527f5897;p=vlc diff --git a/vlc-config.in.in b/vlc-config.in.in index 79e3e7ec4d..55211fb5ce 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -228,10 +228,6 @@ while test $# -gt 0; do ;; mozilla) ;; - external) - echo_external=yes - libs="${libs} -lvlc -lvlc-control" - ;; *) module="$tgt" ;; @@ -295,22 +291,10 @@ fi # Libs # There are 4 possibilities # - We are a plugin or a builtin -# - We are building from the outside (external): -# - Give full libvlc linkflags + -lvlc (in libdir) -# - Link with builtins in libdir # - We are building something from the inside (builtin) # - Link with builtins in place # If you want something shared from the inside (binding), # you need "builtin vlc" if test "${echo_libs}" = yes; then - if test "${echo_external}" = yes; then - for module in `echo "${builtins}"`; do - libs="${libs} @libdir@/vlc/lib${module}.a" - done - for module in `echo "${builtins}"`; do - register_flags "${module}" - done - register_flags "vlc" - fi echo "${libs}" fi