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

List:       kde-core-devel
Subject:    mpeglib cdrom patch....
From:       Alex Zepeda <jazepeda () pacbell ! net>
Date:       2000-08-29 4:23:17
[Download RAW message or body]

Here's a small patch to correct the including of the Linux specific bits
on BSDs that I'd like to commit....

- alex

["mpeglib.patch" (text/plain)]

cvs server: Diffing .
Index: cdromAccess.cpp
===================================================================
RCS file: /home/kde/kdemultimedia/mpeglib/lib/input/cdromAccess.cpp,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 cdromAccess.cpp
--- cdromAccess.cpp	2000/07/04 19:22:11	1.1.1.1
+++ cdromAccess.cpp	2000/08/29 04:22:53
@@ -1,19 +1,19 @@
 /*
-  system dependend wrapper for access to cdrom
-  Copyright (C) 1999  Martin Vogt
-
-  This program is free software; you can redistribute it and/or modify
-  it under the terms of the GNU Library General Public License as published by
-  the Free Software Foundation.
-
-  For more information look at the file COPYRIGHT in this package
-
+ * system dependend wrapper for access to cdrom
+ * Copyright (C) 1999  Martin Vogt
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Library General Public License as published by
+ * the Free Software Foundation.
+ *
+ *  For more information look at the file COPYRIGHT in this package
+ *
+ * $Id$
+ *
  */
 
-
-
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+	#include <config.h>
 #endif
 
 
@@ -27,7 +27,7 @@
 #endif
 
 #ifdef OS_BSD
-  #include "cdromAccess_Linux.cpp"
+  #include "cdromAccess_Empty.cpp"
 #endif
 
 #if defined(OS_IRIX) || defined(OS_IRIX64)
@@ -45,4 +45,3 @@
 #ifdef __BEOS__
   #include "cdromAccess_Empty.cpp"
 #endif
-


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

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