From a71832f826bbefd80fca59eb45c72b5d141a064b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <michaelni@gmx.at> Date: Sun, 7 Jul 2013 11:56:02 +0200 Subject: [PATCH] avformat/Makefile: remove stray tab Signed-off-by: Michael Niedermayer <michaelni@gmx.at> --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index bde82786960..11e1a69e139 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -11,7 +11,7 @@ OBJS = allformats.o \ avio.o \ aviobuf.o \ cutils.o \ - format.o \ + format.o \ id3v1.o \ id3v2.o \ metadata.o \ -- GitLab