Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
92fec47d
Commit
92fec47d
authored
Nov 02, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
parent
930e26a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavformat/Makefile
libavformat/Makefile
+1
-1
No files found.
libavformat/Makefile
View file @
92fec47d
...
...
@@ -24,7 +24,7 @@ OBJS = allformats.o \
OBJS-$(CONFIG_NETWORK)
+=
network.o
# muxers/demuxers
OBJS-$(CONFIG_A64_MUXER)
+=
a64.o
OBJS-$(CONFIG_A64_MUXER)
+=
a64.o
rawenc.o
OBJS-$(CONFIG_AAC_DEMUXER)
+=
aacdec.o rawdec.o
OBJS-$(CONFIG_AC3_DEMUXER)
+=
ac3dec.o rawdec.o
OBJS-$(CONFIG_AC3_MUXER)
+=
rawenc.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