comparison libdirac.h @ 6737:dcb3b40c7b71 libavcodec

10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so include the header before using parts from it.
author diego
date Sat, 03 May 2008 13:55:31 +0000
parents 56a758caf05c
children c4a4495715dd
comparison
equal deleted inserted replaced
6736:56a758caf05c 6737:dcb3b40c7b71
24 */ 24 */
25 25
26 #ifndef FFMPEG_LIBDIRAC_H 26 #ifndef FFMPEG_LIBDIRAC_H
27 #define FFMPEG_LIBDIRAC_H 27 #define FFMPEG_LIBDIRAC_H
28 28
29 #include "config.h"
30
29 #ifdef CONFIG_LIBDIRAC 31 #ifdef CONFIG_LIBDIRAC
30 32
31 #include "avcodec.h" 33 #include "avcodec.h"
32 #include <libdirac_common/dirac_types.h> 34 #include <libdirac_common/dirac_types.h>
33 35