diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-10-01 00:49:16 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-10-01 19:57:57 +0200 |
commit | 55f9037f38bc3beacb2f5a17408c1d24c077d7fd (patch) | |
tree | 8b50aa80ebc148470c35741fc95c004ca5f81ce2 /libavformat/Makefile | |
parent | bfcd4b6a1691d20aebc6d2308424c2a88334a9f0 (diff) | |
download | ffmpeg-55f9037f38bc3beacb2f5a17408c1d24c077d7fd.tar.gz |
avformat: split muxing functions from util.c
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
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 \ |