mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +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:
@@ -76,7 +76,6 @@ pkginclude_HEADERS = \
|
||||
include/hardware_caps.h \
|
||||
include/init_td.h \
|
||||
include/mmi.h \
|
||||
include/playback.h \
|
||||
include/playback_hal.h \
|
||||
include/pwrmngr.h \
|
||||
include/record_hal.h \
|
||||
|
@@ -50,7 +50,7 @@
|
||||
#define IN_FILE "/tmp/rmfp.in2"
|
||||
#define OUT_FILE "/tmp/rmfp.out2"
|
||||
|
||||
#include "playback.h"
|
||||
#include "playback_lib.h"
|
||||
|
||||
extern "C"{
|
||||
#include "e2mruainclude.h"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifndef __PLAYBACK_H
|
||||
#define __PLAYBACK_H
|
||||
#ifndef __PLAYBACK_LIB_H_
|
||||
#define __PLAYBACK_LIB_H_
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
@@ -59,4 +59,4 @@ class cPlayback
|
||||
void DMNotify(int Event, void *pTsBuf, void *Tag);
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
#endif // __PLAYBACK_LIB_H_
|
@@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "ca.h"
|
||||
#include "ca_hal.h"
|
||||
#include "lt_debug.h"
|
||||
#define lt_debug(args...) _lt_debug(TRIPLE_DEBUG_CA, this, args)
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "playback.h"
|
||||
#include "playback_lib.h"
|
||||
|
||||
static const char * FILENAME = "playback-dummy";
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1 +0,0 @@
|
||||
../generic-pc/playback.h
|
1
raspi/playback_lib.h
Symbolic link
1
raspi/playback_lib.h
Symbolic link
@@ -0,0 +1 @@
|
||||
../generic-pc/playback_lib.h
|
Reference in New Issue
Block a user