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
21b6991c
Commit
21b6991c
authored
Dec 31, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/Makefile: make FFLIBS list consistent.
parent
1f265f52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Makefile
libavfilter/Makefile
+4
-5
No files found.
libavfilter/Makefile
View file @
21b6991c
...
...
@@ -2,20 +2,19 @@ include $(SUBDIR)../config.mak
NAME
=
avfilter
FFLIBS
=
avutil
FFLIBS-$(CONFIG_ASYNCTS_FILTER)
+=
avresample
FFLIBS-$(CONFIG_RESAMPLE_FILTER)
+=
avresample
FFLIBS-$(CONFIG_SCALE_FILTER)
+=
swscale
FFLIBS-$(CONFIG_ACONVERT_FILTER)
+=
swresample
FFLIBS-$(CONFIG_AMOVIE_FILTER)
+=
avformat
avcodec
FFLIBS-$(CONFIG_ARESAMPLE_FILTER)
+=
swresample
FFLIBS-$(CONFIG_ASYNCTS_FILTER)
+=
avresample
FFLIBS-$(CONFIG_ATEMPO_FILTER)
+=
avcodec
FFLIBS-$(CONFIG_DECIMATE_FILTER)
+=
avcodec
FFLIBS-$(CONFIG_MOVIE_FILTER)
+=
avformat
avcodec
FFLIBS-$(CONFIG_MP_FILTER)
+=
avcodec
FFLIBS-$(CONFIG_PAN_FILTER)
+=
swresample
FFLIBS-$(CONFIG_PP_FILTER)
+=
postproc
FFLIBS-$(CONFIG_REMOVELOGO_FILTER)
+=
avformat
avcodec
FFLIBS-$(CONFIG_MP_FILTER)
+=
avcodec
FFLIBS-$(CONFIG_RESAMPLE_FILTER)
+=
avresample
FFLIBS-$(CONFIG_SCALE_FILTER)
+=
swscale
FFLIBS-$(CONFIG_SMARTBLUR_FILTER)
+=
swscale
HEADERS
=
asrc_abuffer.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