summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-02-25 09:22:11 +0000
committerMåns Rullgård <mans@mansr.com>2008-02-25 09:22:11 +0000
commit76a448ed4f5a3f588dcb2a0ccb0f6a4b4a49e957 (patch)
tree8e34d9332aecb8c06be72a25d0c50596b4e9392a /libavcodec
parentbd58e7f730b45e893df2065cd1cf7af3b545e2bf (diff)
downloadffmpeg-streaming-76a448ed4f5a3f588dcb2a0ccb0f6a4b4a49e957.zip
ffmpeg-streaming-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 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
-rw-r--r--libavcodec/opt.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e1128e5..667fe2a 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -27,7 +27,7 @@
*/
-#include "avutil.h"
+#include "libavutil/avutil.h"
#include <sys/types.h> /* size_t */
#define LIBAVCODEC_VERSION_TRIPLET 51,50,1
diff --git a/libavcodec/opt.h b/libavcodec/opt.h
index 284d0b0..4691d1d 100644
--- a/libavcodec/opt.h
+++ b/libavcodec/opt.h
@@ -27,7 +27,7 @@
* AVOptions
*/
-#include "rational.h"
+#include "libavutil/rational.h"
enum AVOptionType{
FF_OPT_TYPE_FLAGS,
OpenPOWER on IntegriCloud