[mythtv] Problem compiling MythMusic CVS

Andy Poling andy at realbig.com
Sat Apr 9 07:55:55 UTC 2005


On Fri, 8 Apr 2005, Cecil Watson wrote:
> /usr/include/mythtv/output.h:16:20: visual.h: No such file or directory

The include of visual.h in mythmusic's output.h needs to be changed from:

	#include <visual.h>
to
	#include <mythtv/visual.h>

-Andy


More information about the mythtv-dev mailing list