Adapted to new libisofs feature iso_file_add_external_filter()

This commit is contained in:
Thomas Schmitt 2009-03-29 16:46:50 +00:00
parent e95dee1fea
commit f4efc5c3fc
3 changed files with 5 additions and 2 deletions

View File

@ -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)"

View File

@ -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 \

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.03.29.164411" #define Xorriso_timestamP "2009.03.29.164703"