libplayer: Remove unsupported QUIET variable

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>
This commit is contained in:
Markos Chandras 2013-05-29 23:27:17 +00:00 committed by Peter Korsgaard
parent d3bde0a64e
commit 95e54f65a2

View 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