# HG changeset patch # User mru # Date 1203931331 0 # Node ID 9259af8a686b25004020f865e66aa5b3ed4f0be5 # Parent 1a9af4a496f285544067d3074d211eef1881c382 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. diff -r 1a9af4a496f2 -r 9259af8a686b avcodec.h --- a/avcodec.h Mon Feb 25 05:46:53 2008 +0000 +++ b/avcodec.h Mon Feb 25 09:22:11 2008 +0000 @@ -27,7 +27,7 @@ */ -#include "avutil.h" +#include "libavutil/avutil.h" #include /* size_t */ #define LIBAVCODEC_VERSION_TRIPLET 51,50,1 diff -r 1a9af4a496f2 -r 9259af8a686b opt.h --- a/opt.h Mon Feb 25 05:46:53 2008 +0000 +++ b/opt.h Mon Feb 25 09:22:11 2008 +0000 @@ -27,7 +27,7 @@ * AVOptions */ -#include "rational.h" +#include "libavutil/rational.h" enum AVOptionType{ FF_OPT_TYPE_FLAGS,