Moved xorriso implementation into libisoburn

This commit is contained in:
2010-05-18 17:46:20 +00:00
parent c8d7b2147e
commit 2fdea06f3d
4 changed files with 55 additions and 248 deletions

View File

@ -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 */