Install headers in $prefix/include/$libname

Install each library's headers in $prefix/include/$libname.
The installed headers use #include "lib*/*.h"; applications
are expected to do the same.

Specify only $prefix/include in .pc files.

Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2008-02-25 09:22:11 +00:00
parent bd58e7f730
commit 76a448ed4f
7 changed files with 19 additions and 24 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
* external api for the pp stuff
*/
#include "avutil.h"
#include "libavutil/avutil.h"
#define LIBPOSTPROC_VERSION_TRIPLET 51,1,0