[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdemultimedia/phonon-xine
From:       Matthias Kretz <kretz () kde ! org>
Date:       2007-06-01 19:13:44
Message-ID: 1180725224.380679.19662.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 670502 by mkretz:

no lib in the xine backend anymore -> no EXPORT macros needed anymore

 M  +1 -2      audioport.h  
 M  +1 -2      audiopostlist.h  
 D             phononxineexport.h  
 M  +3 -4      xineengine.h  
 M  +1 -2      xinestream.h  


--- trunk/KDE/kdemultimedia/phonon-xine/audioport.h #670501:670502
@@ -23,7 +23,6 @@
 #include <QSharedDataPointer>
 #include <xine.h>
 #include <QSharedData>
-#include "phononxineexport.h"
 #include <QObject>
 
 class QByteArray;
@@ -36,7 +35,7 @@
 
 class AudioPortData;
 
-class PHONON_XINE_ENGINE_EXPORT AudioPort
+class AudioPort
 {
     public:
         AudioPort();
--- trunk/KDE/kdemultimedia/phonon-xine/audiopostlist.h #670501:670502
@@ -20,7 +20,6 @@
 #ifndef PHONON_AUDIOPOSTLIST_H
 #define PHONON_AUDIOPOSTLIST_H
 
-#include "phononxineexport.h"
 typedef struct xine_post_out_s xine_post_out_t;
 
 namespace Phonon
@@ -33,7 +32,7 @@
 class AudioEffect;
 class AudioPort;
 
-class PHONON_XINE_ENGINE_EXPORT AudioPostList
+class AudioPostList
 {
     public:
         AudioPostList();
--- trunk/KDE/kdemultimedia/phonon-xine/xineengine.h #670501:670502
@@ -27,7 +27,6 @@
 #include <QSet>
 #include <QStringList>
 #include <ksharedconfig.h>
-#include "phononxineexport.h"
 #include <QSize>
 
 namespace Phonon
@@ -49,7 +48,7 @@
         UiChannelsChangedEvent = 5407
 	};
 
-	class PHONON_XINE_ENGINE_EXPORT XineProgressEvent : public QEvent
+    class XineProgressEvent : public QEvent
 	{
 		public:
 			XineProgressEvent( const QString& description, int percent );
@@ -61,7 +60,7 @@
 			int m_percent;
 	};
 
-    class PHONON_XINE_ENGINE_EXPORT XineFrameFormatChangeEvent : public QEvent
+    class XineFrameFormatChangeEvent : public QEvent
     {
         public:
             XineFrameFormatChangeEvent(int w, int h, int aspect, bool panScan);
@@ -77,7 +76,7 @@
 
     class XineEnginePrivate;
 
-	class PHONON_XINE_ENGINE_EXPORT XineEngine
+    class XineEngine
 	{
         friend class Phonon::Xine::Backend;
         friend class XineEnginePrivate;
--- trunk/KDE/kdemultimedia/phonon-xine/xinestream.h #670501:670502
@@ -30,7 +30,6 @@
 #include <sys/time.h>
 #include <time.h>
 #include "audioport.h"
-#include "phononxineexport.h"
 #include "audiopostlist.h"
 
 class QTimer;
@@ -52,7 +51,7 @@
  *
  * \author Matthias Kretz <kretz@kde.org>
  */
-class PHONON_XINE_ENGINE_EXPORT XineStream : public QThread
+class XineStream : public QThread
 {
     Q_OBJECT
     public:
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic