rcinput: fix unknown KEY_FASTFORWARD for ARM_HARDWARE

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8efccc5f21
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-28 (Sat, 28 Oct 2017)

Origin message was:
------------------
- rcinput: fix unknown KEY_FASTFORWARD for ARM_HARDWARE

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-10-28 14:18:09 +02:00
parent 82e352a531
commit 3356fc64a9

View File

@@ -1738,6 +1738,8 @@ int CRCInput::translate(int code)
#ifdef HAVE_ARM_HARDWARE
case KEY_VIDEO:
return RC_favorites;
case KEY_FASTFORWARD:
return RC_forward;
#endif
#ifdef HAVE_AZBOX_HARDWARE
case KEY_HOME: