Add in start of audio-cd code. I'm not familiar with gstreamer, so if anyone would like to help, feel free

This commit is contained in:
Jaime Thomas
2008-05-23 03:33:04 +00:00
parent bcd057ae39
commit 4f1456769f
8 changed files with 210 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
#include <libburn/libburn.h>
#include <libisofs/libisofs.h>
#include <pthread.h>
#include <gst/gst.h>
#undef FREE
#define FREE(dat) \
@@ -44,6 +45,7 @@ extern int ECDB_DRIVE_ACTION_UPDATE;
#include "ecdb_image.h"
#include "ecdb_burn.h"
#include "ecdb_misc.h"
#include "ecdb_audio.h"
#endif