Moved xorriso implementation into libisoburn
This commit is contained in:
@ -93,23 +93,24 @@
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
/* The official xorriso options API. "No shortcuts" */
|
||||
|
||||
/* xorriso_main.c includes the internal copy of the API definition */
|
||||
/* The official xorriso options API is defined in <xorriso/xorriso.h> */
|
||||
#include "xorriso.h"
|
||||
|
||||
|
||||
#ifdef Xorriso_standalonE
|
||||
|
||||
#ifdef Xorriso_without_subS
|
||||
/* Make sure that both version tests always match. */
|
||||
#define Xorriso_main_program_versioN Xorriso_program_versioN
|
||||
|
||||
#else /* Xorriso_standalonE */
|
||||
|
||||
/* xorriso consists only of a main() stub which has an own version to match
|
||||
the version of libxorriso header and runtime code.
|
||||
*/
|
||||
#define Xorriso_main_program_versioN "0.5.7"
|
||||
|
||||
#else /* Xorriso_without_subS */
|
||||
|
||||
/* Make sure that both version tests always match. */
|
||||
#define Xorriso_main_program_versioN Xorriso_program_versioN
|
||||
|
||||
#endif /* ! Xorriso_without_subS */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user