From: Gabor Juhos Date: Thu, 27 Mar 2014 07:03:09 +0000 (+0000) Subject: packages/speex: fix whitespaces X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f162dd88663eb5e518fbd8de789e18d945ce0644;p=openwrt%2Fsvn-archive%2Farchive.git packages/speex: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40072 --- diff --git a/libs/speex/Makefile b/libs/speex/Makefile index 1441049425..6d0e51febd 100644 --- a/libs/speex/Makefile +++ b/libs/speex/Makefile @@ -35,11 +35,11 @@ endef define Package/libspeex/description Open source patent-free speech compression codec library. - Speex is an Open Source/Free Software patent-free audio compression - format designed for speech. The Speex Project aims to lower the - barrier of entry for voice applications by providing a free - alternative to expensive proprietary speech codecs. Moreover, Speex - is well-adapted to Internet applications and provides useful features + Speex is an Open Source/Free Software patent-free audio compression + format designed for speech. The Speex Project aims to lower the + barrier of entry for voice applications by providing a free + alternative to expensive proprietary speech codecs. Moreover, Speex + is well-adapted to Internet applications and provides useful features that are not present in most other codecs. This package contains the shared codec library, needed by other programs. @@ -49,11 +49,11 @@ TARGET_CFLAGS += $(FPIC) define Package/libspeexdsp/description Open source patent-free speech compression codec library. - Speex is an Open Source/Free Software patent-free audio compression - format designed for speech. The Speex Project aims to lower the - barrier of entry for voice applications by providing a free - alternative to expensive proprietary speech codecs. Moreover, Speex - is well-adapted to Internet applications and provides useful features + Speex is an Open Source/Free Software patent-free audio compression + format designed for speech. The Speex Project aims to lower the + barrier of entry for voice applications by providing a free + alternative to expensive proprietary speech codecs. Moreover, Speex + is well-adapted to Internet applications and provides useful features that are not present in most other codecs. This package contains the shared dsp library, needed by other programs. @@ -74,7 +74,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - bin_PROGRAMS="" \ + bin_PROGRAMS="" \ all install endef @@ -101,4 +101,3 @@ endef $(eval $(call BuildPackage,libspeex)) $(eval $(call BuildPackage,libspeexdsp)) -