Whitespace cleanup in root and 'build' folder.

* Removed trailing whitespace and empty lines at top of files.
This commit is contained in:
Oliver Tappe
2014-05-01 12:55:41 +02:00
parent 79895eed07
commit 8c54af563c
28 changed files with 189 additions and 196 deletions
+2 -2
View File
@@ -169,7 +169,7 @@ if [ IsPackageAvailable mesa_devel ] {
if [ IsPackageAvailable ffmpeg_devel ] {
local ffmpegLibs = libavformat.so libavcodec.so libavdevice.so
libavfilter.so libswscale.so libavutil.so ;
ExtractBuildFeatureArchives ffmpeg :
file: base ffmpeg
runtime: lib
@@ -180,7 +180,7 @@ if [ IsPackageAvailable ffmpeg_devel ] {
;
EnableBuildFeatures ffmpeg ;
} else {
Echo "FFMpeg support not available on $(TARGET_PACKAGING_ARCH)" ;
}