mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
use audio_hal.h and dmx_hal.h instead of *_td.h
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <hardware/tddevices.h>
|
||||
#include <avs/avs_inf.h>
|
||||
#define AUDIO_DEVICE "/dev/" DEVICE_NAME_AUDIO
|
||||
#include "audio_td.h"
|
||||
#include "audio_hal.h"
|
||||
#include "lt_debug.h"
|
||||
#define lt_debug(args...) _lt_debug(TRIPLE_DEBUG_AUDIO, this, args)
|
||||
#define lt_info(args...) _lt_info(TRIPLE_DEBUG_AUDIO, this, args)
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "playback_hal.h"
|
||||
#include "dmx_hal.h"
|
||||
#include "audio_td.h"
|
||||
#include "audio_hal.h"
|
||||
#include "video_hal.h"
|
||||
#include "video_priv.h"
|
||||
#include "lt_debug.h"
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include <hardware/vid/vid_inf.h>
|
||||
#define video_format_t vidDispSize_t
|
||||
#include <cs_types.h>
|
||||
#include "dmx_td.h"
|
||||
#include "dmx_hal.h"
|
||||
|
||||
#define STB_HAL_VIDEO_HAS_GETSCREENIMAGE 1
|
||||
|
||||
|
Reference in New Issue
Block a user