Now unconditional: Cdrskin_libburn_has_track_set_sizE

This commit is contained in:
Thomas Schmitt 2011-10-06 08:59:52 +00:00
parent 4bba05f186
commit f6fc14de13
2 changed files with 3 additions and 10 deletions

View File

@ -220,7 +220,7 @@ or
/* 0.3.6 */ /* 0.3.6 */
#define Cdrskin_libburn_preset_device_familY 1 #define Cdrskin_libburn_preset_device_familY 1
#define Cdrskin_libburn_has_track_set_sizE 1 /* Cdrskin_libburn_has_track_set_sizE */
/* 0.3.8 */ /* 0.3.8 */
/* Cdrskin_libburn_has_set_waitinG */ /* Cdrskin_libburn_has_set_waitinG */
@ -1306,15 +1306,8 @@ int Cdrtrack_activate_image_size(struct CdrtracK *track, double *size_used,
return(0); return(0);
track->fixed_size= *size_used; track->fixed_size= *size_used;
track->use_data_image_size= 2; track->use_data_image_size= 2;
if(track->libburn_track!=NULL) { if(track->libburn_track!=NULL)
#ifdef Cdrskin_libburn_has_track_set_sizE
burn_track_set_size(track->libburn_track, (off_t) *size_used); burn_track_set_size(track->libburn_track, (off_t) *size_used);
#else
fprintf(stderr,
"cdrskin: SORRY : libburn version is too old for -isosize\n");
return(0);
#endif
}
/* man cdrecord prescribes automatic -pad with -isosize. /* man cdrecord prescribes automatic -pad with -isosize.
cdrskin obeys only if the current padding is less than that. */ cdrskin obeys only if the current padding is less than that. */
if(track->padding<15*2048) { if(track->padding<15*2048) {

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.10.06.085713" #define Cdrskin_timestamP "2011.10.06.085848"