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:
@ -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([
|
||||
|
Reference in New Issue
Block a user