libplayer: Remove unsupported QUIET variable
authorMarkos Chandras <markos.chandras@imgtec.com>
Wed, 29 May 2013 23:27:17 +0000 (23:27 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 30 May 2013 11:11:42 +0000 (13:11 +0200)
Fixes the following compilation problem when building with 'make -s'

Unknown option "-q".
See ./configure --help for available options.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libplayer/libplayer.mk

index 8f655aedd5590c14f736b49d6f8f5bca7527b643..511c7f690ff0ada02f52b0f0b27ff5a07eec4e3a 100644 (file)
@@ -18,7 +18,7 @@ define LIBPLAYER_CONFIGURE_CMDS
                --prefix=/usr \
                --cross-compile \
                $(SHARED_STATIC_LIBS_OPTS) \
-               $(QUIET) $(LIBPLAYER_CONF_OPT) \
+               $(LIBPLAYER_CONF_OPT) \
        )
 endef