diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-02 18:15:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-02 18:20:24 +0200 |
commit | 513042c92669dbfcd604a9dcdb96176e05ecba90 (patch) | |
tree | 076d1be0435de00d262aa2c202fbb3ee3fb3268e /libavformat/Makefile | |
parent | f5b31daa5e27c009bae78c0ae6a366aaa9dfc9fe (diff) | |
parent | 55f9037f38bc3beacb2f5a17408c1d24c077d7fd (diff) | |
download | ffmpeg-513042c92669dbfcd604a9dcdb96176e05ecba90.tar.gz |
Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'
* commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd':
avformat: split muxing functions from util.c
Conflicts:
libavformat/internal.h
libavformat/utils.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 92adfcdceb..9481d2bd12 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -14,6 +14,7 @@ OBJS = allformats.o \ id3v1.o \ id3v2.o \ metadata.o \ + mux.o \ options.o \ os_support.o \ riff.o \ |