Made compile_xorriso.sh -oglibisofs work on ./og_src

This commit is contained in:
2008-01-10 15:50:50 +00:00
parent edc7f0bd23
commit f1aaeb39f7
3 changed files with 6 additions and 4 deletions

View File

@ -24,7 +24,7 @@
/* The library which does the ISO 9660 / RockRidge manipulations */
/* >>> NG */
/* >>> NG this is a botch name until somebody shows a better solution */
#include <libisofs/nglibisofs.h>
/* The library which does MMC optical drive operations */
@ -32,7 +32,8 @@
/* The library which enhances overwriteable media with ISO 9660 multi-session
capabilities via the method invented by Andy Polyakov for growisofs */
#include <libisoburn/libisoburn.h>
/* >>> NG this is a botch name until somebody shows a better solution */
#include <libisoburn/ng_libisoburn.h>
/* The official xorriso options API. "No shortcuts" */
#include "xorriso.h"