Fill out autoscan devices/images to image drivers. API is probably

closer to more complete.
This commit is contained in:
rocky
2003-09-30 03:26:11 +00:00
parent 3c4e190d15
commit 1e84cacbb4
8 changed files with 87 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
#$Id: check_cue.sh.in,v 1.13 2003/09/29 02:56:23 rocky Exp $
#$Id: check_cue.sh.in,v 1.14 2003/09/30 03:26:11 rocky Exp $
# Tests to see that BIN/CUE file iamge reading is correct (via cd-info).
if test -z "@VCDINFO_LIBS@" ; then
if test -n "@VCDINFO_LIBS@" ; then
vcd_opt='--no-vcd'
fi

View File

@@ -1,7 +1,7 @@
#!/bin/sh
#$Id: check_nrg.sh.in,v 1.7 2003/09/20 00:28:32 rocky Exp $
#$Id: check_nrg.sh.in,v 1.8 2003/09/30 03:26:11 rocky Exp $
if test -z "@VCDINFO_LIBS@" ; then
if test -n "@VCDINFO_LIBS@" ; then
vcd_opt='--no-vcd'
fi