1. 23 Nov, 2013 1 commit
    • Reimar Döffinger's avatar
      Add --enable-rpath option to add -Wl,-rpath to pkg-config files. · 97a0bad8
      Reimar Döffinger authored
      This allows installing into e.g. /usr/lib/ffmpeg and binaries linked
      against ffmpeg will pick these .so file while binaries linked against
      some fork or different version will pick the libraries in /usr/lib.
      There will be still some issues for binaries that (indirectly) end up
      depending on multiple variants, but for the simpler cases it should allow
      different applications to use different (compatible) variants that
      are installed at the same time.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      97a0bad8
  2. 22 Nov, 2013 39 commits