comparison postprocess.h @ 81:8d1245b4d7fb libpostproc

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 279387224d8c
children f69ff6d3abe3
comparison
equal deleted inserted replaced
80:279387224d8c 81:8d1245b4d7fb
25 * @file postprocess.h 25 * @file postprocess.h
26 * @brief 26 * @brief
27 * external api for the pp stuff 27 * external api for the pp stuff
28 */ 28 */
29 29
30 #include "avutil.h" 30 #include "libavutil/avutil.h"
31 31
32 #define LIBPOSTPROC_VERSION_TRIPLET 51,1,0 32 #define LIBPOSTPROC_VERSION_TRIPLET 51,1,0
33 33
34 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_TRIPLET) 34 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_TRIPLET)
35 #define LIBPOSTPROC_VERSION AV_VERSION(LIBPOSTPROC_VERSION_TRIPLET) 35 #define LIBPOSTPROC_VERSION AV_VERSION(LIBPOSTPROC_VERSION_TRIPLET)