package ffmpeg: disable libnut on i686-pc-mingw32

This commit is contained in:
Tony Theodore 2013-10-19 21:57:42 +11:00
parent 2b82342590
commit fc46813219
1 changed files with 2 additions and 0 deletions

View File

@ -54,3 +54,5 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef
$(PKG)_BUILD_i686-pc-mingw32 = $(subst --enable-libnut,--disable-libnut,$($(PKG)_BUILD))