comparison framehook.c @ 4206:c3102b189cb6 libavformat

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 97a01cb166f5
children 77e0c7511d41
comparison
equal deleted inserted replaced
4205:41878938d030 4206:c3102b189cb6
21 #include <errno.h> 21 #include <errno.h>
22 #include "config.h" 22 #include "config.h"
23 #include "avformat.h" 23 #include "avformat.h"
24 #include "framehook.h" 24 #include "framehook.h"
25 25
26 #ifdef HAVE_DLFCN_H 26 #if HAVE_DLFCN_H
27 #include <dlfcn.h> 27 #include <dlfcn.h>
28 #endif 28 #endif
29 29
30 30
31 typedef struct FrameHookEntry { 31 typedef struct FrameHookEntry {