diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:33 +0900 |
commit | cdd8febb68a55d7651ba5f18cb54bbd2e96e448a (patch) | |
tree | 79c8f33c33acda097108b022db1e591b234af968 /mpeglib/example/yaf/yafcore/yaf_control.h | |
parent | 249738f07cec0169142f5cbdf79d222ddbcf3a4b (diff) | |
download | tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.tar.gz tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mpeglib/example/yaf/yafcore/yaf_control.h')
-rw-r--r-- | mpeglib/example/yaf/yafcore/yaf_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/example/yaf/yafcore/yaf_control.h b/mpeglib/example/yaf/yafcore/yaf_control.h index 890a1bb8..630dc398 100644 --- a/mpeglib/example/yaf/yafcore/yaf_control.h +++ b/mpeglib/example/yaf/yafcore/yaf_control.h @@ -19,7 +19,7 @@ // prototypes //extern "C" void control_xplayer(); -KDE_EXPORT void yaf_control(InputInterface* input, +TDE_EXPORT void yaf_control(InputInterface* input, OutputInterface* output, InputDecoder* decoder); |