krec compile problem

Michael Olbrich michael.olbrich at gmx.net
Mon Sep 15 17:56:25 BST 2003


Hi,

without the following patch krec wont compile without oggvorbis.
The class KRecExport_OGG wont get defined but the moc file is included.

Michael
(Please cc me as I'm not on the list)

Index: krecexport_ogg.cpp
===================================================================
RCS file: /home/kde/kdemultimedia/krec/krecexport_ogg.cpp,v
retrieving revision 1.1
diff -u -5 -d -p -r1.1 krecexport_ogg.cpp
--- krecexport_ogg.cpp  13 Sep 2003 12:04:38 -0000      1.1
+++ krecexport_ogg.cpp  15 Sep 2003 16:29:25 -0000
@@ -12,16 +12,16 @@
  *   the Free Software Foundation; version 2 of the License.
  *   *
  *                                                                         *
  ***************************************************************************/

 #include "krecexport_ogg.h"
-#include "krecexport_ogg.moc"

 #include <config.h>

 #ifdef HAVE_VORBIS

+#include "krecexport_ogg.moc"
 #include "krecglobal.h"

 #include <kdebug.h>
 #include <ktempfile.h>
 #include <qfile.h>



More information about the kde-multimedia mailing list