projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
riff: Move demuxing code to a separate file.
[libav.git]
/
libavformat
/
Makefile
diff --git
a/libavformat/Makefile
b/libavformat/Makefile
index
a68f606
..
5e2dd2a
100644
(file)
--- a/
libavformat/Makefile
+++ b/
libavformat/Makefile
@@
-24,6
+24,7
@@
OBJS = allformats.o \
utils.o \
OBJS-$(CONFIG_NETWORK) += network.o
+OBJS-$(CONFIG_RIFFDEC) += riffdec.o
OBJS-$(CONFIG_RIFFENC) += riffenc.o
OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtp.o \