diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-07 11:56:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-07 11:56:02 +0200 |
commit | a71832f826bbefd80fca59eb45c72b5d141a064b (patch) | |
tree | 3ee2a3bb67f39293bb0b5b23528614e33b9abc82 /libavformat/Makefile | |
parent | b9d55a07f3cd0dc3013d47d819c4102bd64111b1 (diff) | |
download | ffmpeg-a71832f826bbefd80fca59eb45c72b5d141a064b.tar.gz |
avformat/Makefile: remove stray tab
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index bde8278696..11e1a69e13 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 \ |