diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:18:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:18:14 +0900 |
commit | c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d (patch) | |
tree | 0ccb928384d8c23da10dc7df3d031899676a012d /mpeglib/lib/frame | |
parent | 4fdcd5727dbb0753868aebd1c4f3b1bca23a04bb (diff) | |
download | tdemultimedia-c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d.tar.gz tdemultimedia-c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mpeglib/lib/frame')
-rw-r--r-- | mpeglib/lib/frame/IOFrameQueue.h | 2 | ||||
-rw-r--r-- | mpeglib/lib/frame/audioFrame.h | 2 | ||||
-rw-r--r-- | mpeglib/lib/frame/audioFrameQueue.h | 2 | ||||
-rw-r--r-- | mpeglib/lib/frame/framer.h | 2 | ||||
-rw-r--r-- | mpeglib/lib/frame/pcmFrame.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mpeglib/lib/frame/IOFrameQueue.h b/mpeglib/lib/frame/IOFrameQueue.h index 652977b6..e21f9157 100644 --- a/mpeglib/lib/frame/IOFrameQueue.h +++ b/mpeglib/lib/frame/IOFrameQueue.h @@ -16,7 +16,7 @@ #define __IOFRAMEQUEUE_H #include "frameQueue.h" -#include <kdemacros.h> +#include <tdemacros.h> /** This class can store up to <size> frames. diff --git a/mpeglib/lib/frame/audioFrame.h b/mpeglib/lib/frame/audioFrame.h index 853a5391..c9707326 100644 --- a/mpeglib/lib/frame/audioFrame.h +++ b/mpeglib/lib/frame/audioFrame.h @@ -29,7 +29,7 @@ #include "frame.h" -#include <kdemacros.h> +#include <tdemacros.h> #define SCALFACTOR SHRT_MAX #define MP3FRAMESIZE (2*2*2*32*18) diff --git a/mpeglib/lib/frame/audioFrameQueue.h b/mpeglib/lib/frame/audioFrameQueue.h index 63f8bd57..fe133e68 100644 --- a/mpeglib/lib/frame/audioFrameQueue.h +++ b/mpeglib/lib/frame/audioFrameQueue.h @@ -19,7 +19,7 @@ #include "floatFrame.h" #include "pcmFrame.h" -#include <kdemacros.h> +#include <tdemacros.h> /** This class solves the problem that we produce audioFrames diff --git a/mpeglib/lib/frame/framer.h b/mpeglib/lib/frame/framer.h index 2c1081ba..b90df946 100644 --- a/mpeglib/lib/frame/framer.h +++ b/mpeglib/lib/frame/framer.h @@ -19,7 +19,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <kdemacros.h> +#include <tdemacros.h> #define FRAME_NEED 0 #define FRAME_WORK 1 diff --git a/mpeglib/lib/frame/pcmFrame.h b/mpeglib/lib/frame/pcmFrame.h index f031519f..029f0eab 100644 --- a/mpeglib/lib/frame/pcmFrame.h +++ b/mpeglib/lib/frame/pcmFrame.h @@ -17,7 +17,7 @@ #include "audioFrame.h" -#include <kdemacros.h> +#include <tdemacros.h> // this format has a sampleSize of 16, signed, endian==machine class TDE_EXPORT PCMFrame : public AudioFrame { |