On Wed, 2020-04-15 at 13:34 +0800, Paul Wise wrote:
> Generally one should only link a program with libraries that provide
> symbols that are directly used by the program.
Ok, good to hear transitive linking can be assumed to work these days!
> If libtheoraenc uses some functions from libtheorad
Paul,
Looking at this bug, I don't understand what exactly you're reporting.
libtheoraenc does depend on libtheoradec, so applications need to link
to both. This is declared in the pkg-config file:
$ pkg-config --libs theoraenc
-ltheoraenc -ltheoradec -logg
Is the issue that this depende
2 matches
Mail list logo