diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-14 23:53:37 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-14 23:53:37 +0000 |
commit | 18b67ae59e83f97c2f05518579ac885b9fb5e86e (patch) | |
tree | 98444aeb73b48ad8f022009d7e9d4b3e2d36ba33 /libavformat | |
parent | c21d6325ab01e53af1319bbdbe8bb634015c4a23 (diff) | |
download | ffmpeg-18b67ae59e83f97c2f05518579ac885b9fb5e86e.tar.gz |
rename HAVE_DLFCN to HAVE_DLFCN_H
Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/framehook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/framehook.c b/libavformat/framehook.c index df1f4b55d7..03bbc95f6d 100644 --- a/libavformat/framehook.c +++ b/libavformat/framehook.c @@ -23,7 +23,7 @@ #include "avformat.h" #include "framehook.h" -#ifdef HAVE_DLFCN +#ifdef HAVE_DLFCN_H #include <dlfcn.h> #endif |