Origin commit data
------------------
Branch: ni/coolstream
Commit: 6d6a0ded6f
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-15 (Tue, 15 Oct 2019)

Origin message was:
------------------
- fix commit bdd31a77f7

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-10-15 22:02:04 +02:00
parent 2613ce696c
commit 6d1eb46807

View File

@@ -577,13 +577,11 @@ elif test "$BOXMODEL" = "vuduo"; then
fi
# BOXMODELs that allows to change osd resolution
boxmodels=hd2 hd51 hd60 bre2ze4k vusolo4k vuduo4k vuultimo4k vuuno4k vuuno4kse vuzero4k vuduo
for boxmodel in $boxmodels; do
if test "$BOXMODEL" = "$boxmodel"; then
case "$BOXMODEL" in
hd2|hd51|hd60|bre2ze4k|vusolo4k|vuduo4k|vuultimo4k|vuuno4k|vuuno4kse|vuzero4k|vuduo)
AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable to change osd resolution])
fi
done
;;
esac
])
dnl backward compatiblity