mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
add implementation for boxtype "generic"
This is mostly a dummy implementation except for the dmx class which should be working. It is intended for testing on PCs with budget DVB cards which don't have a decoder anyway.
This commit is contained in:
12
Makefile.am
12
Makefile.am
@@ -44,6 +44,18 @@ libstb_hal_a_LIBADD += \
|
||||
azbox/record.o \
|
||||
azbox/video.o
|
||||
endif
|
||||
if BOXTYPE_GENERIC
|
||||
SUBDIRS += generic-pc
|
||||
libstb_hal_a_LIBADD += \
|
||||
generic-pc/audio.o \
|
||||
generic-pc/dmx.o \
|
||||
generic-pc/hardware_caps.o \
|
||||
generic-pc/init.o \
|
||||
generic-pc/playback.o \
|
||||
generic-pc/pwrmngr.o \
|
||||
generic-pc/record.o \
|
||||
generic-pc/video.o
|
||||
endif
|
||||
if BOXTYPE_SPARK
|
||||
SUBDIRS += libspark libeplayer3
|
||||
libstb_hal_a_LIBADD += \
|
||||
|
Reference in New Issue
Block a user