diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-07 11:56:02 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-07-07 19:29:19 +0300 |
commit | 38e9585de993c32899588ab037180f2c930ce74c (patch) | |
tree | 7ef9ce0007f16d44d64e0fb06e54aabd05068bf4 /libavformat/Makefile | |
parent | 46d208e1e097ab0bb37aea8f3ffa80a25b4d0eef (diff) | |
download | ffmpeg-streaming-38e9585de993c32899588ab037180f2c930ce74c.zip ffmpeg-streaming-38e9585de993c32899588ab037180f2c930ce74c.tar.gz |
Makefile: Remove stray tabs
Signed-off-by: Martin Storsjö <martin@martin.st>
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 9d002a8..35070d7 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -9,7 +9,7 @@ OBJS = allformats.o \ avio.o \ aviobuf.o \ cutils.o \ - format.o \ + format.o \ id3v1.o \ id3v2.o \ log2_tab.o \ |