From 78e61cc5c6240a3451dc66d02c330febb8ed087b Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 13 Nov 2006 23:14:24 +0000 Subject: 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 --- libavformat/framehook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/framehook.c') 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 #endif -- cgit v1.2.3