mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
unify handling of playback header
Origin commit data
------------------
Branch: master
Commit: 91137035de
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)
Origin message was:
------------------
- unify handling of playback header
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#include <config.h>
|
||||
#include "playback_hal.h"
|
@@ -12,15 +12,15 @@
|
||||
#include "../libarmbox/playback_libeplayer3.h"
|
||||
#endif
|
||||
#elif HAVE_AZBOX_HARDWARE
|
||||
#include "../azbox/playback.h"
|
||||
#include "../azbox/playback_lib.h"
|
||||
#elif HAVE_GENERIC_HARDWARE
|
||||
#if BOXMODEL_RASPI
|
||||
#include "../raspi/playback.h"
|
||||
#include "../raspi/playback_lib.h"
|
||||
#else
|
||||
#if ENABLE_GSTREAMER
|
||||
#include "../generic-pc/playback_gst.h"
|
||||
#else
|
||||
#include "../generic-pc/playback.h"
|
||||
#include "../generic-pc/playback_lib.h"
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
|
Reference in New Issue
Block a user