diff options
author | Michael Niedermayer <[email protected]> | 2013-07-07 11:56:02 +0200 |
---|---|---|
committer | Martin Storsjö <[email protected]> | 2013-07-07 19:29:19 +0300 |
commit | 38e9585de993c32899588ab037180f2c930ce74c (patch) | |
tree | 7ef9ce0007f16d44d64e0fb06e54aabd05068bf4 | |
parent | 46d208e1e097ab0bb37aea8f3ffa80a25b4d0eef (diff) |
Makefile: Remove stray tabs
Signed-off-by: Martin Storsjö <[email protected]>
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 9d002a8e7f..35070d7afb 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 \ |