diff avformat.h @ 3065:3c3b2bcd3c38 libavformat

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 33ecae58665a
children 00058259d6a7
line wrap: on
line diff
--- a/avformat.h	Sun Feb 24 23:02:47 2008 +0000
+++ b/avformat.h	Mon Feb 25 09:22:11 2008 +0000
@@ -31,7 +31,7 @@
 
 #include <time.h>
 #include <stdio.h>  /* FILE */
-#include "avcodec.h"
+#include "libavcodec/avcodec.h"
 
 #include "avio.h"