Chen-tao / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Use LIBSUBDIR for vpx.pc #420

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected behavior? What do you see instead?
libir in vpx.pc should be set as $(LIBSRCDIR).

In the current libs.mk, libdir is hard-coded as ${prefix}/lib

On platforms which use lib64 or lib32 for the destination of the library files, 
libvpx is configured with "--libdir=/usr/lib64" option. This also should be 
reflected to vpx.pc.

Original issue reported on code.google.com by t.mat...@gmail.com on 19 Apr 2012 at 10:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ah, not LIBSRCDIR but LIBSUBDIR.

Original comment by t.mat...@gmail.com on 19 Apr 2012 at 10:41

Attachments:

GoogleCodeExporter commented 9 years ago
Applied, thanks for the patch.

https://gerrit.chromium.org/gerrit/20775

Original comment by jkoles...@google.com on 20 Apr 2012 at 10:35