Commit 95e54f65 authored by Markos Chandras's avatar Markos Chandras Committed by Peter Korsgaard
Browse files

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: default avatarMarkos Chandras <markos.chandras@imgtec.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d3bde0a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ define LIBPLAYER_CONFIGURE_CMDS
		--prefix=/usr \
		--cross-compile \
		$(SHARED_STATIC_LIBS_OPTS) \
		$(QUIET) $(LIBPLAYER_CONF_OPT) \
		$(LIBPLAYER_CONF_OPT) \
	)
endef