- unify handling of playback header

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-22 20:17:14 +01:00
committed by Thilo Graf
parent e478e35f0e
commit 871bbcc86f
10 changed files with 10 additions and 72 deletions

View File

@@ -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"

View File

@@ -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_