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
8885a29e
Commit
8885a29e
authored
Feb 06, 2018
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/Makefile: fix fifo and fifo_test muxer build objects
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
8f6a71f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile
libavformat/Makefile
+2
-1
No files found.
libavformat/Makefile
View file @
8885a29e
...
@@ -163,7 +163,8 @@ OBJS-$(CONFIG_EAC3_MUXER) += rawenc.o
...
@@ -163,7 +163,8 @@ OBJS-$(CONFIG_EAC3_MUXER) += rawenc.o
OBJS-$(CONFIG_EPAF_DEMUXER)
+=
epafdec.o
pcm.o
OBJS-$(CONFIG_EPAF_DEMUXER)
+=
epafdec.o
pcm.o
OBJS-$(CONFIG_FFMETADATA_DEMUXER)
+=
ffmetadec.o
OBJS-$(CONFIG_FFMETADATA_DEMUXER)
+=
ffmetadec.o
OBJS-$(CONFIG_FFMETADATA_MUXER)
+=
ffmetaenc.o
OBJS-$(CONFIG_FFMETADATA_MUXER)
+=
ffmetaenc.o
OBJS-$(CONFIG_FIFO_MUXER)
+=
fifo.o
fifo_test.o
OBJS-$(CONFIG_FIFO_MUXER)
+=
fifo.o
OBJS-$(CONFIG_FIFO_TEST_MUXER)
+=
fifo_test.o
OBJS-$(CONFIG_FILMSTRIP_DEMUXER)
+=
filmstripdec.o
OBJS-$(CONFIG_FILMSTRIP_DEMUXER)
+=
filmstripdec.o
OBJS-$(CONFIG_FILMSTRIP_MUXER)
+=
filmstripenc.o
OBJS-$(CONFIG_FILMSTRIP_MUXER)
+=
filmstripenc.o
OBJS-$(CONFIG_FITS_DEMUXER)
+=
fitsdec.o
OBJS-$(CONFIG_FITS_DEMUXER)
+=
fitsdec.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