aboutsummaryrefslogtreecommitdiff
path: root/libs/faad2
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-04-13 16:05:03 +0200
committerStefan Weil <sw@weilnetz.de>2016-04-13 16:05:03 +0200
commitd9c37187e69fb48922cada37d1fcf80f16ad5d2d (patch)
tree0a3b54af1a24a08e27f6ff12b45c007107c2658e /libs/faad2
parentf9f3a364b9c6c247fcb197db025f2552538d0466 (diff)
libs: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libs/faad2')
-rw-r--r--libs/faad2/Makefile2
1 files changed, 1 insertions, 1 deletions
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}; \