Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > daec0b993afce4aa60d8eae107b4134b > files > 8

apache-mod_musicindex-1.3.1-3mdv2010.1.x86_64.rpm

$Id: README.Handlers 661 2006-07-09 20:35:58Z varenet $

If you want to add a new handler, there are five (5) files you have to edit,
besides your own handler's files (typically playlist-codec.{c,h}) :

	- configure.ac
	- src/Makefile.am
	- src/playlist.h
	- src/playlist.c (at the beginning of the file)
	- src/mod_musicindex.c (search for "musicindex_handlers")
	
We are working to find a way to get rid of the need to edit mod_musicindex.c