comparison avcodec.h @ 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 dc8990727103
children 7f9e2b5893fc
comparison
equal deleted inserted replaced
6394:1a9af4a496f2 6395:9259af8a686b
25 * @file avcodec.h 25 * @file avcodec.h
26 * external API header 26 * external API header
27 */ 27 */
28 28
29 29
30 #include "avutil.h" 30 #include "libavutil/avutil.h"
31 #include <sys/types.h> /* size_t */ 31 #include <sys/types.h> /* size_t */
32 32
33 #define LIBAVCODEC_VERSION_TRIPLET 51,50,1 33 #define LIBAVCODEC_VERSION_TRIPLET 51,50,1
34 34
35 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_TRIPLET) 35 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_TRIPLET)