mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
spark: rename lt_dfbinput to lirmp_input
Origin commit data
------------------
Branch: master
Commit: 74c58d82aa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-12 (Sun, 12 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -38,7 +38,7 @@ libstb_hal_a_LIBADD += \
|
||||
libspark/dmx.o \
|
||||
libspark/init.o \
|
||||
libspark/irmp.o \
|
||||
libspark/lt_dfbinput.o \
|
||||
libspark/lirmp_input.o \
|
||||
libspark/playback.o \
|
||||
libspark/pwrmngr.o \
|
||||
libspark/record.o \
|
||||
|
@@ -8,7 +8,7 @@ AM_LDFLAGS = -lpthread
|
||||
|
||||
libspark_a_SOURCES = \
|
||||
irmp.c \
|
||||
lt_dfbinput.cpp \
|
||||
lirmp_input.cpp \
|
||||
dmx.cpp \
|
||||
ca.cpp \
|
||||
video.cpp \
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "lt_dfbinput.h"
|
||||
#include "lirmp_input.h"
|
||||
#include "pwrmngr.h"
|
||||
|
||||
#include "lt_debug.h"
|
||||
|
@@ -38,7 +38,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "lt_dfbinput.h"
|
||||
#include "lirmp_input.h"
|
||||
extern "C" {
|
||||
#include "irmp.h"
|
||||
}
|
7
libspark/lirmp_input.h
Normal file
7
libspark/lirmp_input.h
Normal file
@@ -0,0 +1,7 @@
|
||||
/* functions from lirmp_input.cpp */
|
||||
|
||||
#ifndef __LIRMP_INPUT_H_
|
||||
#define __LIRMP_INPUT_H_
|
||||
void start_input_thread(void);
|
||||
void stop_input_thread(void);
|
||||
#endif
|
@@ -1,7 +0,0 @@
|
||||
/* functions from lt_dfbinput.c */
|
||||
|
||||
#ifndef __LT_DFB_INPUT_H_
|
||||
#define __LT_DFB_INPUT_H_
|
||||
void start_input_thread(void);
|
||||
void stop_input_thread(void);
|
||||
#endif
|
Reference in New Issue
Block a user