comparison framehook.c @ 1510:d68525fe36da libavformat

rename HAVE_DLFCN to HAVE_DLFCN_H
author mru
date Tue, 14 Nov 2006 23:53:37 +0000
parents 26ab1aeefb58
children da3d430bfe71
comparison
equal deleted inserted replaced
1509:edc979a1ecb5 1510:d68525fe36da
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 26 #ifdef 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 {