[Ffmpeg-cvslog] r7078 - in trunk: configure ffserver.c libavformat/framehook.c
mru
subversion
Wed Nov 15 00:53:38 CET 2006
Author: mru
Date: Wed Nov 15 00:53:37 2006
New Revision: 7078
Modified:
trunk/configure
trunk/ffserver.c
trunk/libavformat/framehook.c
Log:
rename HAVE_DLFCN to HAVE_DLFCN_H
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Nov 15 00:53:37 2006
@@ -424,7 +424,7 @@
beosthreads
byteswap_h
dcbzl
- dlfcn
+ dlfcn_h
dlopen
freetype2
gprof
@@ -578,7 +578,7 @@
bigendian="no"
vhook="default"
avisynth="no"
-dlfcn="no"
+dlfcn_h="no"
dlopen="no"
mpegaudio_hp="yes"
SHFLAGS='-shared -Wl,-soname,$@'
@@ -1509,7 +1509,7 @@
# dlopen/dlfcn.h probing
-check_header dlfcn.h && dlfcn=yes
+check_header dlfcn.h && dlfcn_h=yes
temp_extralibs -ldl
if check_func dlopen; then
Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c (original)
+++ trunk/ffserver.c Wed Nov 15 00:53:37 2006
@@ -37,7 +37,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
-#ifdef HAVE_DLFCN
+#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif
Modified: trunk/libavformat/framehook.c
==============================================================================
--- trunk/libavformat/framehook.c (original)
+++ trunk/libavformat/framehook.c Wed Nov 15 00:53:37 2006
@@ -23,7 +23,7 @@
#include "avformat.h"
#include "framehook.h"
-#ifdef HAVE_DLFCN
+#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif
More information about the ffmpeg-cvslog
mailing list