summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/input_dvd.c4
-rw-r--r--src/input/input_vcd.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index bbd302ca4..fb8f198ba 100644
--- a/src/input/input_dvd.c
+++ b/src/input/input_dvd.c
@@ -17,7 +17,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.14 2001/07/16 19:36:00 mshopf Exp $
+ * $Id: input_dvd.c,v 1.15 2001/07/17 13:28:10 jkeil Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -41,7 +41,7 @@
# include <linux/config.h> /* Check for DEVFS */
# include <linux/cdrom.h>
#endif
-#if ! defined (HAVE_LINUX_CDROM_H) && ! defined (HAVE_SYS_CDIO)
+#if ! defined (HAVE_LINUX_CDROM_H) && ! defined (HAVE_SYS_CDIO_H)
#error "you need to add cdrom / VCD support for your platform to input_vcd and configure.in"
#endif
diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c
index 89e08eee0..2058f63ad 100644
--- a/src/input/input_vcd.c
+++ b/src/input/input_vcd.c
@@ -17,7 +17,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_vcd.c,v 1.14 2001/07/16 19:36:00 mshopf Exp $
+ * $Id: input_vcd.c,v 1.15 2001/07/17 13:28:10 jkeil Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -43,7 +43,7 @@
# include <sys/cdrio.h>
# endif
#endif
-#if ! defined (HAVE_LINUX_CDROM_H) && ! defined (HAVE_SYS_CDIO)
+#if ! defined (HAVE_LINUX_CDROM_H) && ! defined (HAVE_SYS_CDIO_H)
#error "you need to add cdrom / VCD support for your platform to input_vcd and configure.in"
#endif