mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-09-02 18:30:57 +02:00
first preliminary AZzbox ME support
TODO: some code is very similar to SPARK (record and pwrmngr
are just symlinked, dmx is almost identical). Reduce duplication
by factoring out DVBAPI code into an extra directory.
* what works: audio, video, demux
* what probably doesn't work or is untested: record
* what very likely doesn't work: playback
Playback is just copied over from aztrino and made to compile.
If you are lucky, it just segfaults :-)
Origin commit data
------------------
Branch: master
Commit: 0ac7346489
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-18 (Mon, 18 Jun 2012)
------------------
This commit was generated by Migit
This commit is contained in:
11
Makefile.am
11
Makefile.am
@@ -30,6 +30,17 @@ libstb_hal_a_LIBADD += \
|
||||
libtriple/record_td.o \
|
||||
libtriple/video_td.o
|
||||
endif
|
||||
if BOXTYPE_AZBOX
|
||||
SUBDIRS += azbox
|
||||
libstb_hal_a_LIBADD += \
|
||||
azbox/audio.o \
|
||||
azbox/dmx.o \
|
||||
azbox/init.o \
|
||||
azbox/playback.o \
|
||||
azbox/pwrmngr.o \
|
||||
azbox/record.o \
|
||||
azbox/video.o
|
||||
endif
|
||||
if BOXTYPE_SPARK
|
||||
SUBDIRS += libspark libeplayer3
|
||||
libstb_hal_a_LIBADD += \
|
||||
|
Reference in New Issue
Block a user