From d9c37187e69fb48922cada37d1fcf80f16ad5d2d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 13 Apr 2016 16:05:03 +0200 Subject: libs: Fix typos (found by codespell) Signed-off-by: Stefan Weil --- libs/faad2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/faad2') diff --git a/libs/faad2/Makefile b/libs/faad2/Makefile index 0d1310b11..f6bed3d95 100644 --- a/libs/faad2/Makefile +++ b/libs/faad2/Makefile @@ -78,7 +78,7 @@ endef define Build/Configure # This replacement were do according to many comments on the web because of gcc 3.4.5 version (.6 included).- - # wich doesn't recognices the -iquote parameter to AM_CFLAGS + # which doesn't recognices the -iquote parameter to AM_CFLAGS ($(SED) 's,-iquote $$$$(top_srcdir),-I$$$$(top_srcdir),g' $(PKG_BUILD_DIR)/libfaad/Makefile.am; \ $(SED) 's,-iquote $$$$(top_srcdir),-I$$$$(top_srcdir),g' $(PKG_BUILD_DIR)/libfaad/Makefile.in); (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \ -- cgit v1.2.3