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
c683e6aa
Commit
c683e6aa
authored
May 13, 2014
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: move ebur128 swr dep to configure.
parent
f0ae467e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
configure
configure
+1
-0
Makefile
libavfilter/Makefile
+0
-2
No files found.
configure
View file @
c683e6aa
...
...
@@ -5122,6 +5122,7 @@ enabled asyncts_filter && prepend avfilter_deps "avresample"
enabled atempo_filter
&&
prepend avfilter_deps
"avcodec"
enabled decimate_filter
&&
prepend avfilter_deps
"avcodec"
enabled deshake_filter
&&
prepend avfilter_deps
"avcodec"
enabled ebur128_filter
&&
enabled swresample
&&
prepend avfilter_deps
"swresample"
enabled elbg_filter
&&
prepend avfilter_deps
"avcodec"
enabled mcdeint_filter
&&
prepend avfilter_deps
"avcodec"
enabled movie_filter
&&
prepend avfilter_deps
"avformat avcodec"
...
...
libavfilter/Makefile
View file @
c683e6aa
include
$(SUBDIR)../config.mak
NAME
=
avfilter
EBUR128LIBS-$(CONFIG_SWRESAMPLE)
=
swresample
FFLIBS-$(CONFIG_EBUR128_FILTER)
+=
$(EBUR128LIBS-yes)
HEADERS
=
asrc_abuffer.h
\
avcodec.h
\
...
...
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