changeset 6395:9259af8a686b libavcodec

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.
author mru
date Mon, 25 Feb 2008 09:22:11 +0000
parents 1a9af4a496f2
children 2d7afa1bc573
files avcodec.h opt.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/types.h> /* size_t */
 
 #define LIBAVCODEC_VERSION_TRIPLET 51,50,1
--- 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,