$NetBSD: patch-ag,v 1.4 2003/01/30 12:22:48 jlam Exp $ --- Player/main.c.orig Wed Jun 7 23:56:11 2000 +++ Player/main.c @@ -559,7 +559,11 @@ main(int argc, char **argv) FlashGraphicInitX11(flashHandle, dpy, movie, onRoot); - FlashSoundInit(flashHandle, "/dev/dsp"); +#ifndef DEV_DSP +#define DEV_DSP "/dev/dsp" +#endif + + FlashSoundInit(flashHandle, DEV_DSP); FlashSetGetUrlMethod(flashHandle, showUrl, 0);