Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
4a51aa7d
Commit
4a51aa7d
authored
May 07, 2017
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: add missing avcodec dependencies to filters
parent
3e56db89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
configure
configure
+5
-0
No files found.
configure
View file @
4a51aa7d
...
...
@@ -3098,6 +3098,7 @@ deinterlace_vaapi_filter_deps="vaapi"
delogo_filter_deps
=
"gpl"
deshake_filter_select
=
"pixelutils"
drawtext_filter_deps
=
"libfreetype"
elbg_filter_deps
=
"avcodec"
eq_filter_deps
=
"gpl"
fftfilt_filter_deps
=
"avcodec"
fftfilt_filter_select
=
"rdft"
...
...
@@ -6467,6 +6468,7 @@ enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresampl
enabled elbg_filter
&&
prepend avfilter_deps
"avcodec"
enabled fftfilt_filter
&&
prepend avfilter_deps
"avcodec"
enabled find_rect_filter
&&
prepend avfilter_deps
"avformat avcodec"
enabled firequalizer_filter
&&
prepend avfilter_deps
"avcodec"
enabled mcdeint_filter
&&
prepend avfilter_deps
"avcodec"
enabled movie_filter
&&
prepend avfilter_deps
"avformat avcodec"
enabled pan_filter
&&
prepend avfilter_deps
"swresample"
...
...
@@ -6480,10 +6482,13 @@ enabled sofalizer_filter && prepend avfilter_deps "avcodec"
enabled showcqt_filter
&&
prepend avfilter_deps
"avformat avcodec swscale"
enabled showfreqs_filter
&&
prepend avfilter_deps
"avcodec"
enabled showspectrum_filter
&&
prepend avfilter_deps
"avcodec"
enabled signature_filter
&&
prepend avfilter_deps
"avcodec avformat"
enabled smartblur_filter
&&
prepend avfilter_deps
"swscale"
enabled spectrumsynth_filter
&&
prepend avfilter_deps
"avcodec"
enabled spp_filter
&&
prepend avfilter_deps
"avcodec"
enabled subtitles_filter
&&
prepend avfilter_deps
"avformat avcodec"
enabled uspp_filter
&&
prepend avfilter_deps
"avcodec"
enabled zoompan_filter
&&
prepend avfilter_deps
"swscale"
enabled lavfi_indev
&&
prepend avdevice_deps
"avfilter"
...
...
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