summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/example/yaf')
-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
-rw-r--r--mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h2
-rw-r--r--mpeglib/example/yaf/yafxplayer/yafOutputStream.h2
8 files changed, 8 insertions, 8 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
diff --git a/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h b/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h
index 798c8a62..1abc4452 100644
--- a/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h
+++ b/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h
@@ -20,7 +20,7 @@
#include "inputDecoderXPlayer.h"
#include "yafOutputStream.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
class TDE_EXPORT InputDecoderYAF : public InputDecoderXPlayer {
diff --git a/mpeglib/example/yaf/yafxplayer/yafOutputStream.h b/mpeglib/example/yaf/yafxplayer/yafOutputStream.h
index 25d7978f..70e26974 100644
--- a/mpeglib/example/yaf/yafxplayer/yafOutputStream.h
+++ b/mpeglib/example/yaf/yafxplayer/yafOutputStream.h
@@ -41,7 +41,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
// If you get compile errors when using mpeglib
// simply remove the yaf dependencies