|
From: Charles 'B. K. <kr...@ac...> - 2000-11-22 16:13:45
|
Doh. Fixups are in CVS now. -- Buck "Scott F. Johnston" <sc...@fl...> writes: > Hello, > The lib seems to be coming together! > One thing-- try to compile with SDL and XV off for software only > decoding, > and you'll notice some problems. > In display.h, you have several "#ifdef HAVE_SDL" > These are ALWAYS being included, since the tokens are defined, they > are just SET to 0 rather than set to 1. You want "#if" rather than > "#ifdef". > (Most likely you've got SDL and XV, so even when you try to compile with > these flags set to 0, you're finding the various includes, etc.) > --Scott |