mirror of
https://github.com/openwrt/video.git
synced 2026-05-31 06:51:54 +08:00
Fix -iconv/-no-iconv switch
See comment: https://github.com/openwrt/video/commit/e529dc6cc7de8c52e7c1a1033f9dca576ab3182a#r26652161
This commit is contained in:
@@ -360,7 +360,7 @@ define Build/Configure
|
||||
-no-glib \
|
||||
-eventfd \
|
||||
-no-inotify \
|
||||
$(if $(CONFIG_BUILD_NLS),-no-iconv,-no-iconv) \
|
||||
$(if $(CONFIG_BUILD_NLS),-iconv,-no-iconv) \
|
||||
-no-icu \
|
||||
-system-pcre \
|
||||
-system-zlib \
|
||||
|
||||
Reference in New Issue
Block a user