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

@ -72,14 +72,20 @@ changequote([,])dnl
LIBBURN_REQUIRED=0.4.2
LIBISOFS_REQUIRED=0.6.2
GST_MAJORMINOR=0.10
GST_REQS=0.10.2
GSTPLUG_REQS=0.10.1
dnl Make gstreamer an optional dependancy at some point
PKG_CHECK_MODULES(ECDB, [
libburn-1 >= $LIBBURN_REQUIRED
libisofs-1 >= $LIBISOFS_REQUIRED
ecore
ewl
edje
efreet-mime
libburn-1 >= $LIBBURN_REQUIRED
libisofs-1 >= $LIBISOFS_REQUIRED
gstreamer-$GST_MAJORMINOR >= $GST_REQS
gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPLUG_REQS
])
AC_OUTPUT([