stub audioOutput plugin for shout
git-svn-id: https://svn.musicpd.org/mpd/trunk@2283 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
		| @@ -58,6 +58,7 @@ mpd_SOURCES = \ | |||||||
| 	audio.c \ | 	audio.c \ | ||||||
| 	audioOutput.c \ | 	audioOutput.c \ | ||||||
| 	audioOutput_ao.c \ | 	audioOutput_ao.c \ | ||||||
|  | 	audioOutput_shout.c \ | ||||||
| 	buffer2array.c \ | 	buffer2array.c \ | ||||||
| 	charConv.c \ | 	charConv.c \ | ||||||
| 	command.c \ | 	command.c \ | ||||||
|   | |||||||
| @@ -40,10 +40,12 @@ static void copyAudioFormat(AudioFormat * dest, AudioFormat * src) { | |||||||
| } | } | ||||||
|  |  | ||||||
| extern AudioOutputPlugin aoPlugin; | extern AudioOutputPlugin aoPlugin; | ||||||
|  | extern AudioOutputPlugin shoutPlugin; | ||||||
|  |  | ||||||
| void initAudioDriver() { | void initAudioDriver() { | ||||||
| 	initAudioOutputPlugins(); | 	initAudioOutputPlugins(); | ||||||
| 	loadAudioOutputPlugin(&aoPlugin); | 	loadAudioOutputPlugin(&aoPlugin); | ||||||
|  | 	loadAudioOutputPlugin(&shoutPlugin); | ||||||
|  |  | ||||||
| 	aoOutput = newAudioOutput("ao"); | 	aoOutput = newAudioOutput("ao"); | ||||||
| 	assert(aoOutput); | 	assert(aoOutput); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Warren Dukes
					Warren Dukes