comparison common.h @ 392:d0f3bb6e367e libavutil

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents c3b57cc542e0
children 864980df1385
comparison
equal deleted inserted replaced
391:997894c973e2 392:d0f3bb6e367e
21 /** 21 /**
22 * @file common.h 22 * @file common.h
23 * common internal and external api header. 23 * common internal and external api header.
24 */ 24 */
25 25
26 #ifndef COMMON_H 26 #ifndef FFMPEG_COMMON_H
27 #define COMMON_H 27 #define FFMPEG_COMMON_H
28 28
29 #include <inttypes.h> 29 #include <inttypes.h>
30 30
31 #ifdef HAVE_AV_CONFIG_H 31 #ifdef HAVE_AV_CONFIG_H
32 /* only include the following when compiling package */ 32 /* only include the following when compiling package */
364 #else 364 #else
365 #define START_TIMER 365 #define START_TIMER
366 #define STOP_TIMER(id) {} 366 #define STOP_TIMER(id) {}
367 #endif 367 #endif
368 368
369 #endif /* COMMON_H */ 369 #endif /* FFMPEG_COMMON_H */