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
95fc8067
Commit
95fc8067
authored
10 years ago
by
Timo Rothenpieler
Committed by
Michael Niedermayer
10 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move extralibs variables using ldl after ldl definition
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
fae545ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
configure
configure
+4
-3
No files found.
configure
View file @
95fc8067
...
...
@@ -2570,16 +2570,13 @@ drawtext_filter_deps="libfreetype"
ebur128_filter_deps
=
"gpl"
flite_filter_deps
=
"libflite"
frei0r_filter_deps
=
"frei0r dlopen"
frei0r_filter_extralibs
=
'$ldl'
frei0r_src_filter_deps
=
"frei0r dlopen"
frei0r_src_filter_extralibs
=
'$ldl'
geq_filter_deps
=
"gpl"
histeq_filter_deps
=
"gpl"
hqdn3d_filter_deps
=
"gpl"
interlace_filter_deps
=
"gpl"
kerndeint_filter_deps
=
"gpl"
ladspa_filter_deps
=
"ladspa dlopen"
ladspa_filter_extralibs
=
'$ldl'
mcdeint_filter_deps
=
"avcodec gpl"
movie_filter_deps
=
"avcodec avformat"
mp_filter_deps
=
"gpl avcodec swscale"
...
...
@@ -4651,6 +4648,10 @@ elif check_func dlopen -ldl; then
ldl
=
-ldl
fi
frei0r_filter_extralibs
=
'$ldl'
frei0r_src_filter_extralibs
=
'$ldl'
ladspa_filter_extralibs
=
'$ldl'
if
!
disabled network
;
then
check_func getaddrinfo
$network_extralibs
check_func getservbyport
$network_extralibs
...
...
This diff is collapsed.
Click to expand it.
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