comparison opt.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 72bb141d9c05
children fa39bba4c8a4
comparison
equal deleted inserted replaced
6394:1a9af4a496f2 6395:9259af8a686b
25 /** 25 /**
26 * @file opt.h 26 * @file opt.h
27 * AVOptions 27 * AVOptions
28 */ 28 */
29 29
30 #include "rational.h" 30 #include "libavutil/rational.h"
31 31
32 enum AVOptionType{ 32 enum AVOptionType{
33 FF_OPT_TYPE_FLAGS, 33 FF_OPT_TYPE_FLAGS,
34 FF_OPT_TYPE_INT, 34 FF_OPT_TYPE_INT,
35 FF_OPT_TYPE_INT64, 35 FF_OPT_TYPE_INT64,