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 #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 -