comparison avcore.h @ 20:8a62c1403cd0 libavcore

Use quotes instead of angle brackets for local #includes.
author diego
date Wed, 01 Sep 2010 02:12:03 +0000
parents ebe3b7ce4cca
children 0899fc09d43c
comparison
equal deleted inserted replaced
19:cee2ee2eff81 20:8a62c1403cd0
22 /** 22 /**
23 * @file 23 * @file
24 * shared media utilities for the libav* libraries 24 * shared media utilities for the libav* libraries
25 */ 25 */
26 26
27 #include <libavutil/avutil.h> 27 #include "libavutil/avutil.h"
28 28
29 #define LIBAVCORE_VERSION_MAJOR 0 29 #define LIBAVCORE_VERSION_MAJOR 0
30 #define LIBAVCORE_VERSION_MINOR 6 30 #define LIBAVCORE_VERSION_MINOR 6
31 #define LIBAVCORE_VERSION_MICRO 0 31 #define LIBAVCORE_VERSION_MICRO 0
32 32