diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-13 15:55:23 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-13 15:55:23 +0000 |
commit | c91d8024c246181df3b19152eeda22fa89d8f27d (patch) | |
tree | 5c3d761afe5519696c7e1d624d9990786551d612 /src | |
parent | e6d1129660f312655f16e5326dad2a63380ded84 (diff) | |
download | xine-lib-c91d8024c246181df3b19152eeda22fa89d8f27d.tar.gz xine-lib-c91d8024c246181df3b19152eeda22fa89d8f27d.tar.bz2 |
change error to warning
CVS patchset: 2446
CVS date: 2002/08/13 15:55:23
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_dvd.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index f6f0c347b..9524a2d63 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_dvd.c,v 1.58 2002/08/09 22:33:10 mroi Exp $ + * $Id: input_dvd.c,v 1.59 2002/08/13 15:55:23 mroi Exp $ * */ @@ -60,7 +60,7 @@ #elif defined(__linux__) #include <linux/cdrom.h> #else -#error "Need the DVD ioctls" +#warning "This might not compile due to missing cdrom ioctls" #endif /* Xine includes */ @@ -1397,6 +1397,9 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { /* * $Log: input_dvd.c,v $ + * Revision 1.59 2002/08/13 15:55:23 mroi + * change error to warning + * * Revision 1.58 2002/08/09 22:33:10 mroi * sorry, my raw device patch was not meant to be committed * It only works with a patched version of libdvdcss |