diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-13 23:14:24 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-13 23:14:24 +0000 |
commit | 78e61cc5c6240a3451dc66d02c330febb8ed087b (patch) | |
tree | 6a2e156f3793e31765929819b5c594d7a88f5ce8 /libavformat/framehook.c | |
parent | 68bbeacae3762726df4dd0caa83c00c9643003fb (diff) | |
download | ffmpeg-78e61cc5c6240a3451dc66d02c330febb8ed087b.tar.gz |
rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN
Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/framehook.c')
-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 c85296160b..df1f4b55d7 100644 --- a/libavformat/framehook.c +++ b/libavformat/framehook.c @@ -23,7 +23,7 @@ #include "avformat.h" #include "framehook.h" -#ifdef CONFIG_HAVE_DLFCN +#ifdef HAVE_DLFCN #include <dlfcn.h> #endif |