mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
fix HD60/HD61
Origin commit data
------------------
Branch: master
Commit: 73bc573a51
Author: TangoCash <eric@loxat.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -32,7 +32,7 @@ AM_LDFLAGS += \
|
||||
-lgsttag-1.0 \
|
||||
-lgstmpegts-1.0
|
||||
else
|
||||
if BOXMODEL_HD60
|
||||
if BOXMODEL_HISILICON
|
||||
libarmbox_la_SOURCES += \
|
||||
playback_hisilicon.cpp
|
||||
else
|
||||
|
@@ -137,7 +137,7 @@ int cAudio::Start(void)
|
||||
{
|
||||
int ret;
|
||||
ret = ioctl(fd, AUDIO_PLAY);
|
||||
#ifdef BOXMODEL_HD60 || BOXMODEL_HD61
|
||||
#if BOXMODEL_HISILICON
|
||||
ioctl(fd, AUDIO_CONTINUE);
|
||||
#endif
|
||||
return ret;
|
||||
|
@@ -541,7 +541,7 @@ int cVideo::Start(void * /*PcrChannel*/, unsigned short /*PcrPid*/, unsigned sho
|
||||
playstate = VIDEO_PLAYING;
|
||||
fop(ioctl, VIDEO_SELECT_SOURCE, VIDEO_SOURCE_DEMUX);
|
||||
int res = fop(ioctl, VIDEO_PLAY);
|
||||
#ifdef BOXMODEL_HD60 || BOXMODEL_HD61
|
||||
#if BOXMODEL_HISILICON
|
||||
fop(ioctl, VIDEO_CONTINUE);
|
||||
#endif
|
||||
if (brightness > -1) {
|
||||
|
Reference in New Issue
Block a user