fix compile

Origin commit data
------------------
Branch: master
Commit: c2a574aa4b
Author: TangoCash <eric@loxat.de>
Date: 2017-12-17 (Sun, 17 Dec 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-12-17 09:55:56 +01:00
committed by Thilo Graf
parent 8e2bff2e9e
commit 509de07985

View File

@@ -47,7 +47,7 @@ if test "$enable_gstreamer_10" = "yes"; then
PKG_CHECK_MODULES([GSTREAMER_VIDEO], [gstreamer-video-1.0])
fi
if test x$BOXTYPE = xarmbox && "$enable_gstreamer_10" = "yes"; then
if test x$BOXTYPE = xarmbox -a "$enable_gstreamer_10" = "yes"; then
PKG_CHECK_MODULES([GSTREAMER], [gstreamer-1.0])
PKG_CHECK_MODULES([GSTREAMER_AUDIO], [gstreamer-audio-1.0])
PKG_CHECK_MODULES([GSTREAMER_VIDEO], [gstreamer-video-1.0])