changeset 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 deaec052eec4
children f1b6a9a50eec
files framehook.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/framehook.c	Mon Nov 13 05:18:19 2006 +0000
+++ b/framehook.c	Mon Nov 13 23:14:24 2006 +0000
@@ -23,7 +23,7 @@
 #include "avformat.h"
 #include "framehook.h"
 
-#ifdef CONFIG_HAVE_DLFCN
+#ifdef HAVE_DLFCN
 #include <dlfcn.h>
 #endif