diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-10-04 07:56:56 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-10-04 07:56:56 +0200 |
commit | 65d5edcd2cfaf293cb59b8bcb6eee6f47f5b827a (patch) | |
tree | 5441f513ece520b1dd0478049d85f93ad11fb8d2 /libavfilter | |
parent | dc3aeba3b1f183e75e4c5f909d848699e0343f14 (diff) | |
download | ffmpeg-streaming-65d5edcd2cfaf293cb59b8bcb6eee6f47f5b827a.zip ffmpeg-streaming-65d5edcd2cfaf293cb59b8bcb6eee6f47f5b827a.tar.gz |
lavfi: remove align tabs in Makefile.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index d35020f..7086753 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -18,7 +18,7 @@ OBJS = allfilters.o \ defaults.o \ drawutils.o \ formats.o \ - graphparser.o \ + graphparser.o \ transform.o \ OBJS-$(CONFIG_AVCODEC) += avcodec.o |