comparison libdirac.h @ 8590:7a463923ecd1 libavcodec

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents c4a4495715dd
children e9d9d946f213
comparison
equal deleted inserted replaced
8589:a29b5b5c3c9d 8590:7a463923ecd1
26 #ifndef AVCODEC_LIBDIRAC_H 26 #ifndef AVCODEC_LIBDIRAC_H
27 #define AVCODEC_LIBDIRAC_H 27 #define AVCODEC_LIBDIRAC_H
28 28
29 #include "config.h" 29 #include "config.h"
30 30
31 #ifdef CONFIG_LIBDIRAC 31 #if CONFIG_LIBDIRAC
32 32
33 #include "avcodec.h" 33 #include "avcodec.h"
34 #include <libdirac_common/dirac_types.h> 34 #include <libdirac_common/dirac_types.h>
35 35
36 /** 36 /**