summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf/yafcore
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:18:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:18:14 +0900
commitc336cfb3d5bcebb3fd88fa3c8a62a4508419e50d (patch)
tree0ccb928384d8c23da10dc7df3d031899676a012d /mpeglib/example/yaf/yafcore
parent4fdcd5727dbb0753868aebd1c4f3b1bca23a04bb (diff)
downloadtdemultimedia-master.tar.gz
tdemultimedia-master.zip
Replace kdemacros.h with tdemacros.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mpeglib/example/yaf/yafcore')
-rw-r--r--mpeglib/example/yaf/yafcore/buffer.h2
-rw-r--r--mpeglib/example/yaf/yafcore/commandTable.h2
-rw-r--r--mpeglib/example/yaf/yafcore/inputDecoder.h2
-rw-r--r--mpeglib/example/yaf/yafcore/inputInterface.h2
-rw-r--r--mpeglib/example/yaf/yafcore/outputInterface.h2
-rw-r--r--mpeglib/example/yaf/yafcore/yaf_control.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/mpeglib/example/yaf/yafcore/buffer.h b/mpeglib/example/yaf/yafcore/buffer.h
index 93f4f3d8..ae008d6c 100644
--- a/mpeglib/example/yaf/yafcore/buffer.h
+++ b/mpeglib/example/yaf/yafcore/buffer.h
@@ -22,7 +22,7 @@ extern "C" {
#include <string.h>
#include <stdio.h>
}
-#include <kdemacros.h>
+#include <tdemacros.h>
class TDE_EXPORT Buffer {
diff --git a/mpeglib/example/yaf/yafcore/commandTable.h b/mpeglib/example/yaf/yafcore/commandTable.h
index 77d51906..679913cc 100644
--- a/mpeglib/example/yaf/yafcore/commandTable.h
+++ b/mpeglib/example/yaf/yafcore/commandTable.h
@@ -21,7 +21,7 @@ extern"C" {
#include <stdio.h>
}
-#include <kdemacros.h>
+#include <tdemacros.h>
#define _CT_START 40
diff --git a/mpeglib/example/yaf/yafcore/inputDecoder.h b/mpeglib/example/yaf/yafcore/inputDecoder.h
index 4051fd3d..aa22337d 100644
--- a/mpeglib/example/yaf/yafcore/inputDecoder.h
+++ b/mpeglib/example/yaf/yafcore/inputDecoder.h
@@ -19,7 +19,7 @@
#include "outputInterface.h"
#include <strings.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#define _DECODER_STATUS_IDLE 1
#define _DECODER_STATUS_WORKING 2
diff --git a/mpeglib/example/yaf/yafcore/inputInterface.h b/mpeglib/example/yaf/yafcore/inputInterface.h
index d22bc615..2f2ffd44 100644
--- a/mpeglib/example/yaf/yafcore/inputInterface.h
+++ b/mpeglib/example/yaf/yafcore/inputInterface.h
@@ -18,7 +18,7 @@
#include "buffer.h"
#include <fstream>
-#include <kdemacros.h>
+#include <tdemacros.h>
extern "C" {
#include <unistd.h>
diff --git a/mpeglib/example/yaf/yafcore/outputInterface.h b/mpeglib/example/yaf/yafcore/outputInterface.h
index fe4c8e71..616c1eb7 100644
--- a/mpeglib/example/yaf/yafcore/outputInterface.h
+++ b/mpeglib/example/yaf/yafcore/outputInterface.h
@@ -21,7 +21,7 @@
#include <pthread.h>
#include <fstream>
#include "buffer.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
// uncomment this for debugging the output stream
// (written to file outstream.dbg)
diff --git a/mpeglib/example/yaf/yafcore/yaf_control.h b/mpeglib/example/yaf/yafcore/yaf_control.h
index 630dc398..14cf921f 100644
--- a/mpeglib/example/yaf/yafcore/yaf_control.h
+++ b/mpeglib/example/yaf/yafcore/yaf_control.h
@@ -13,7 +13,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
// prototypes