ffmpeg: replace tabulators with spaces for consistency
authorPaul Menzel <paulepanter@users.sourceforge.net>
Fri, 17 Dec 2010 12:27:02 +0000 (13:27 +0100)
committerKhem Raj <raj.khem@gmail.com>
Sat, 25 Dec 2010 11:16:48 +0000 (03:16 -0800)
commit7dfd4e0a25d97d6ef2940541573d5fd282329c9e
tree9227b17eb230935a5cf9cedee5587254436b8056
parent3e0f19d247ac69d5ddb47b1dce5fb58e1d635aad
ffmpeg: replace tabulators with spaces for consistency

`omapfbplay*.bb` recipes use tabulators consistently and therefore they are not changed.

Use

grep -e $'\t' ffmpeg_*bb

to find tabulators in Bash [1].

[1] http://www.claudiokuenzler.com/blog/99/tabulator-in-bash

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/ffmpeg/ffmpeg_0.4.9-pre1.bb
recipes/ffmpeg/ffmpeg_0.5.bb
recipes/ffmpeg/ffmpeg_git.bb
recipes/ffmpeg/ffmpeg_svn.bb