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
306808f1
Commit
306808f1
authored
Oct 30, 2015
by
Muhammad Faiz
Committed by
Michael Niedermayer
Oct 30, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/showcqt: fix dependency with avformat
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
d9611864
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
Makefile
libavfilter/Makefile
+1
-1
No files found.
configure
View file @
306808f1
...
...
@@ -2832,7 +2832,7 @@ scale_filter_deps="swscale"
scale2ref_filter_deps
=
"swscale"
select_filter_select
=
"pixelutils"
smartblur_filter_deps
=
"gpl swscale"
showcqt_filter_deps
=
"avcodec swscale"
showcqt_filter_deps
=
"avcodec
avformat
swscale"
showcqt_filter_select
=
"fft"
showfreqs_filter_deps
=
"avcodec"
showfreqs_filter_select
=
"fft"
...
...
libavfilter/Makefile
View file @
306808f1
...
...
@@ -272,7 +272,7 @@ OBJS-$(CONFIG_ADRAWGRAPH_FILTER) += f_drawgraph.o
OBJS-$(CONFIG_APHASEMETER_FILTER)
+=
avf_aphasemeter.o
OBJS-$(CONFIG_AVECTORSCOPE_FILTER)
+=
avf_avectorscope.o
OBJS-$(CONFIG_CONCAT_FILTER)
+=
avf_concat.o
OBJS-$(CONFIG_SHOWCQT_FILTER)
+=
avf_showcqt.o
lswsutils.o
OBJS-$(CONFIG_SHOWCQT_FILTER)
+=
avf_showcqt.o
lswsutils.o
lavfutils.o
OBJS-$(CONFIG_SHOWFREQS_FILTER)
+=
avf_showfreqs.o
OBJS-$(CONFIG_SHOWSPECTRUM_FILTER)
+=
avf_showspectrum.o
OBJS-$(CONFIG_SHOWVOLUME_FILTER)
+=
avf_showvolume.o
...
...
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