Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
18b67ae5
Commit
18b67ae5
authored
Nov 14, 2006
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename HAVE_DLFCN to HAVE_DLFCN_H
Originally committed as revision 7078 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c21d6325
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
configure
configure
+3
-3
ffserver.c
ffserver.c
+1
-1
framehook.c
libavformat/framehook.c
+1
-1
No files found.
configure
View file @
18b67ae5
...
...
@@ -424,7 +424,7 @@ HAVE_LIST='
beosthreads
byteswap_h
dcbzl
dlfcn
dlfcn
_h
dlopen
freetype2
gprof
...
...
@@ -578,7 +578,7 @@ extralibs="-lm"
bigendian
=
"no"
vhook
=
"default"
avisynth
=
"no"
dlfcn
=
"no"
dlfcn
_h
=
"no"
dlopen
=
"no"
mpegaudio_hp
=
"yes"
SHFLAGS
=
'-shared -Wl,-soname,$@'
...
...
@@ -1509,7 +1509,7 @@ done
# 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
...
...
ffserver.c
View file @
18b67ae5
...
...
@@ -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
...
...
libavformat/framehook.c
View file @
18b67ae5
...
...
@@ -23,7 +23,7 @@
#include "avformat.h"
#include "framehook.h"
#ifdef HAVE_DLFCN
#ifdef HAVE_DLFCN
_H
#include <dlfcn.h>
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment