changeset 1510:d68525fe36da libavformat

rename HAVE_DLFCN to HAVE_DLFCN_H
author mru
date Tue, 14 Nov 2006 23:53:37 +0000
parents edc979a1ecb5
children 6d9dd5b5e764
files framehook.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/framehook.c	Tue Nov 14 22:24:10 2006 +0000
+++ b/framehook.c	Tue Nov 14 23:53:37 2006 +0000
@@ -23,7 +23,7 @@
 #include "avformat.h"
 #include "framehook.h"
 
-#ifdef HAVE_DLFCN
+#ifdef HAVE_DLFCN_H
 #include <dlfcn.h>
 #endif