* Add WAV file support.

This commit is contained in:
Justin Maggard
2009-05-12 01:21:53 +00:00
parent f64e458729
commit 3e7a3cbfb5
9 changed files with 26 additions and 6 deletions

View File

@ -1560,4 +1560,5 @@ SendResp_dlnafile(struct upnphttp * h, char * object)
if( !newpid )
_exit(0);
#endif
return;
}