Commit e423f897 authored by mru's avatar mru

rename HAVE_DLFCN to HAVE_DLFCN_H


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7078 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 265a9184
...@@ -424,7 +424,7 @@ HAVE_LIST=' ...@@ -424,7 +424,7 @@ HAVE_LIST='
beosthreads beosthreads
byteswap_h byteswap_h
dcbzl dcbzl
dlfcn dlfcn_h
dlopen dlopen
freetype2 freetype2
gprof gprof
...@@ -578,7 +578,7 @@ extralibs="-lm" ...@@ -578,7 +578,7 @@ extralibs="-lm"
bigendian="no" bigendian="no"
vhook="default" vhook="default"
avisynth="no" avisynth="no"
dlfcn="no" dlfcn_h="no"
dlopen="no" dlopen="no"
mpegaudio_hp="yes" mpegaudio_hp="yes"
SHFLAGS='-shared -Wl,-soname,$@' SHFLAGS='-shared -Wl,-soname,$@'
...@@ -1509,7 +1509,7 @@ done ...@@ -1509,7 +1509,7 @@ done
# dlopen/dlfcn.h probing # dlopen/dlfcn.h probing
check_header dlfcn.h && dlfcn=yes check_header dlfcn.h && dlfcn_h=yes
temp_extralibs -ldl temp_extralibs -ldl
if check_func dlopen; then if check_func dlopen; then
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include <netdb.h> #include <netdb.h>
#include <signal.h> #include <signal.h>
#ifdef HAVE_DLFCN #ifdef HAVE_DLFCN_H
#include <dlfcn.h> #include <dlfcn.h>
#endif #endif
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "avformat.h" #include "avformat.h"
#include "framehook.h" #include "framehook.h"
#ifdef HAVE_DLFCN #ifdef HAVE_DLFCN_H
#include <dlfcn.h> #include <dlfcn.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment