diff options
author | Måns Rullgård <mans@mansr.com> | 2008-02-25 09:22:11 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-02-25 09:22:11 +0000 |
commit | 76a448ed4f5a3f588dcb2a0ccb0f6a4b4a49e957 (patch) | |
tree | 8e34d9332aecb8c06be72a25d0c50596b4e9392a /libavformat/avformat.h | |
parent | bd58e7f730b45e893df2065cd1cf7af3b545e2bf (diff) | |
download | ffmpeg-76a448ed4f5a3f588dcb2a0ccb0f6a4b4a49e957.tar.gz |
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
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 06396eebff..98d7e2e81f 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -31,7 +31,7 @@ #include <time.h> #include <stdio.h> /* FILE */ -#include "avcodec.h" +#include "libavcodec/avcodec.h" #include "avio.h" |