Mercurial > libavformat.hg
comparison framehook.c @ 1493:26ab1aeefb58 libavformat
rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN
author | mru |
---|---|
date | Mon, 13 Nov 2006 23:14:24 +0000 |
parents | 88994beb6054 |
children | d68525fe36da |
comparison
equal
deleted
inserted
replaced
1492:deaec052eec4 | 1493:26ab1aeefb58 |
---|---|
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 CONFIG_HAVE_DLFCN | 26 #ifdef HAVE_DLFCN |
27 #include <dlfcn.h> | 27 #include <dlfcn.h> |
28 #endif | 28 #endif |
29 | 29 |
30 | 30 |
31 typedef struct _FrameHookEntry { | 31 typedef struct _FrameHookEntry { |