diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-15 16:08:58 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-06-14 00:24:35 -0400 |
commit | 2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb (patch) | |
tree | a68db84370951701f84a7f40d7020d9d3fe6ba3d /libavformat/Makefile | |
parent | 5a69ded12aaf2bd3baed5d1d644ef23cfecef87f (diff) | |
download | ffmpeg-2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb.tar.gz |
lavf: group dump functions together
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 59fe34e7ad..b6957f60ec 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -8,6 +8,7 @@ OBJS = allformats.o \ avio.o \ aviobuf.o \ cutils.o \ + dump.o \ format.o \ id3v1.o \ id3v2.o \ |