Hi, I have been trying to compile the codebase for "bcast 2000", a multimedia application on my debian box.
Under /usr/src/linux/include/linux (kernel 2.2.17), there is a file named "cdrom.h" that has many DVD_* definitions. But under /usr/include/linux, the cdrom.h does not have these definitions. Thus, I get a slew of `DVD_*" undeclared messages when trying to compile "mpeg3css.c", which has the line "#include <linux/cdrom.h>". What is the proper way to correct this? I'm tempted to change the #include line in the source file to go directly to the kernel sources, but it seems like there may be a better way to get my system sync'ed up. TIA, John