On 02/05/2014 11:32 AM, Calvin Morrison wrote:
Testing kmplayer right now,
I don't see any slowness, and the xine and mplayer backends both are
working. David, maybe your issue was related to the backend/other
playback options
Calvin
?? dunno. xine and mplayer both were working great -- fast as heck, it was
kmplayer that was running very slow...
Hey, take a look at the last patch to kaffeine I just posted to the list and
tell me why the heck 'autofoo' isn't seeing the new header location in:
kaffeine/kaffeine/src/input/disc/paranoia.h
in this code block beginning at line 33:
extern "C"
{
#ifdef HAVE_LIBCDIO_090
#include <cdio/paranoia/cdda.h>
#include <cdio/paranoia/paranoia.h>
#else // HAVE_LIBCDIO_090
#include <cdio/cdda.h>
#include <cdio/paranoia.h>
#endif // HAVE_LIBCDIO_090
}
For some reason the build doesn't see the new header location and fails at:
/bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
<snip>
-I/usr/include/cdio/paranoia
<snip>
In file included from disc.h:39:0,
from disc.cpp:42,
from libkaffeinedisc_la.all_cpp.cpp:2:
paranoia.h:39:23: fatal error: cdio/cdda.h: No such file or directory
#include <cdio/cdda.h>
Why is the preprocessor check failing???
--
David C. Rankin, J.D.,P.E.