Advertisement
Guest User

fix for mxf .a link in ffmpeg configure by iive

a guest
Sep 11th, 2015
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.46 KB | None | 0 0
  1. diff --git a/configure b/configure
  2. index 056feea..267c823 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -923,8 +923,8 @@ check_ld(){
  6.      log check_ld "$@"
  7.      type=$1
  8.      shift 1
  9. -    flags=$(filter_out '-l*|*.so' $@)
  10. -    libs=$(filter '-l*|*.so' $@)
  11. +    flags=$(filter_out '-l*|*.so|*.a' $@)
  12. +    libs=$(filter '-l*|*.so|*.a' $@)
  13.      check_$type $($cflags_filter $flags) || return
  14.      flags=$($ldflags_filter $flags)
  15.      libs=$($ldflags_filter $libs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement