Make pkgconfig_generate() fill Libs with the required linking flags
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 15 Sep 2009 23:54:31 +0000 (23:54 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 15 Sep 2009 23:54:31 +0000 (23:54 +0000)
commit8cd6b388f43396eb022aeb0e75752d956de5f81f
treee6aa51edd509365ead2aac6179062264211315df
parentea25c063c303160e92b2566057614bd6863c48ea
Make pkgconfig_generate() fill Libs with the required linking flags
if the "shared" var has not been explicitely enabled, rather than if
it has been explicitly disabled.

This way is not necessary to explicitly disable shared libraries in
order to have a pc file usable with only static libraries.

Originally committed as revision 19868 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure