Changeset 97a0bad in ffmpeg

Timestamp:
Nov 23, 2013, 8:57:38 AM (11 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
8733b363
Parents:
ffe31c65
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (11/10/13 08:02:51)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (11/23/13 08:57:38)
Message:

Add --enable-rpath option to add -Wl,-rpath to pkg-config files.

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: Reimar Döffinger <Reimar.Doeffinger@gmx.de>

(No files)

Note: See TracChangeset for help on using the changeset viewer.