Adapted to new libisofs feature iso_file_add_external_filter()
This commit is contained in:
parent
42c1f6ac61
commit
410537761b
@ -11,6 +11,7 @@
|
|||||||
# $isofs $isoburn $burn $xorr
|
# $isofs $isoburn $burn $xorr
|
||||||
|
|
||||||
isofs=./nglibisofs-develop/libisofs/libisofs_libisofs_la-
|
isofs=./nglibisofs-develop/libisofs/libisofs_libisofs_la-
|
||||||
|
isofs_filter=./nglibisofs-develop/libisofs/filters/libisofs_libisofs_la-
|
||||||
burn=./libburn-develop/libburn
|
burn=./libburn-develop/libburn
|
||||||
isoburn=./libisoburn-develop/libisoburn
|
isoburn=./libisoburn-develop/libisoburn
|
||||||
xorr=./libisoburn-develop/xorriso
|
xorr=./libisoburn-develop/xorriso
|
||||||
@ -85,6 +86,8 @@ libisofs="$libisofs $isofs"util_rbtree.o
|
|||||||
libisofs="$libisofs $isofs"system_area.o
|
libisofs="$libisofs $isofs"system_area.o
|
||||||
libisofs="$libisofs $isofs"make_isohybrid_mbr.o
|
libisofs="$libisofs $isofs"make_isohybrid_mbr.o
|
||||||
libisofs="$libisofs $isofs"aaip_0_2.o
|
libisofs="$libisofs $isofs"aaip_0_2.o
|
||||||
|
libisofs="$libisofs $isofs"filter.o
|
||||||
|
libisofs="$libisofs $isofs_filter"external.o
|
||||||
|
|
||||||
echo "Version timestamp : $(sed -e 's/#define Xorriso_timestamP "//' -e 's/"$//' "$xorr"/xorriso_timestamp.h)"
|
echo "Version timestamp : $(sed -e 's/#define Xorriso_timestamP "//' -e 's/"$//' "$xorr"/xorriso_timestamp.h)"
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ xorriso_xorriso_SOURCES = \
|
|||||||
libisofs/find.c \
|
libisofs/find.c \
|
||||||
libisofs/filter.h \
|
libisofs/filter.h \
|
||||||
libisofs/filter.c \
|
libisofs/filter.c \
|
||||||
libisofs/filters/xor_encrypt.c \
|
libisofs/filters/external.c \
|
||||||
libisofs/system_area.h \
|
libisofs/system_area.h \
|
||||||
libisofs/system_area.c \
|
libisofs/system_area.c \
|
||||||
libisofs/make_isohybrid_mbr.c \
|
libisofs/make_isohybrid_mbr.c \
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2009.03.29.164411"
|
#define Xorriso_timestamP "2009.03.29.164703"
|
||||||
|
Loading…
Reference in New Issue
Block a user