Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -1,4 +1,4 @@
SUMMARY="A tool to convert video from nearly any format to modern codecs"
SUMMARY="A tool to convert video from nearly any format to modern codecs"
DESCRIPTION="Handbrake is an open-source, GPL-licensed, multiplatform, \
multithreaded video transcoder.
Convert from many common multimedia file formats, including unprotected \
@@ -84,13 +84,13 @@ BUILD_PREREQUIRES="
PATCH()
{
sed -i 's/MODULES += contrib\/.*//g' make/include/main.defs
sed -i 's/MODULES += contrib\/.*//g' make/include/main.defs
}
BUILD()
{
cp make/variant/linux.defs make/variant/haiku.defs
./configure --prefix=$prefix --force
cd build
make