Made compile_xorriso.sh -oglibisofs work on ./og_src
This commit is contained in:
parent
c81f61855d
commit
c30541aeb6
@ -17,6 +17,7 @@ do_strip=0
|
||||
static_opts=
|
||||
warn_opts="-Wall"
|
||||
nglibisofs=0
|
||||
gen=
|
||||
|
||||
for i in "$@"
|
||||
do
|
||||
@ -52,7 +53,7 @@ do
|
||||
then
|
||||
nglibisofs=0
|
||||
isofs=./libisofs-develop/libisofs
|
||||
isoburn=./libisoburn-develop/src
|
||||
isoburn=./libisoburn-develop/og_src
|
||||
gen=-oglibisofs
|
||||
elif test "$i" = "-static"
|
||||
then
|
||||
|
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.01.10.152353"
|
||||
#define Xorriso_timestamP "2008.01.10.154948"
|
||||
|
Loading…
Reference in New Issue
Block a user