Adapted to new macro situation in libisoburn

This commit is contained in:
Thomas Schmitt 2009-01-22 13:03:02 +00:00
parent d03734211f
commit a1dd938400
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.01.22.130107"
#define Xorriso_timestamP "2009.01.22.130255"

View File

@ -676,6 +676,10 @@ int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, int flag)
goto ex;
ext= isoburn_ropt_noiso1999;
#ifdef isoburn_ropt_noaaip
if(!(xorriso->do_aaip & (1 | 4)))
ext|= isoburn_ropt_noaaip;
#endif
#ifdef isoburn_ropt_noacl
if(!(xorriso->do_aaip & 1))
ext|= isoburn_ropt_noacl;