[mythtv] FYI: minor compile bug for MythMusic / RH8

Michael J. Hammel mythtv at graphics-muse.com
Thu Jul 17 18:32:09 EDT 2003


I'm not sure if anyone cares about RH8 (I only use it because I have to
at the moment), but the RPMs that load cdparanoia put the headers under
/usr/include/cdda and not under /usr/include.  So you need to change

#include <cdda_interface.h>
#include <cdda_paranoia.h>

to

#include <cdda/cdda_interface.h>
#include <cdda/cdda_paranoia.h>

in cdrip.cpp and cddecoder.h
-- 
Michael J. Hammel <mythtv at graphics-muse.com>


More information about the mythtv-dev mailing list