summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-10-01 00:49:16 +0200
committerLuca Barbato <lu_zero@gentoo.org>2012-10-01 19:57:57 +0200
commit55f9037f38bc3beacb2f5a17408c1d24c077d7fd (patch)
tree8b50aa80ebc148470c35741fc95c004ca5f81ce2 /libavformat/Makefile
parentbfcd4b6a1691d20aebc6d2308424c2a88334a9f0 (diff)
avformat: split muxing functions from util.c
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 4064965dc1..057c058f19 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -12,6 +12,7 @@ OBJS = allformats.o \
id3v1.o \
id3v2.o \
metadata.o \
+ mux.o \
options.o \
os_support.o \
riff.o \