mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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:
@@ -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])
|
||||
|
Reference in New Issue
Block a user