예제 #1
0
static void XMMS_FreeLibrary(void) {
	if (libxmms_handle) {
		QLIB_FREELIBRARY(libxmms_handle);
	}
}
예제 #2
0
파일: snd_ov.c 프로젝트: AAS/ezquake-source
void vorbis_FreeLibrary(void) {
	if (libvorbis_handle) {
		QLIB_FREELIBRARY(libvorbis_handle);
	}
	// Maybe need to clear all the function pointers too
}
예제 #3
0
파일: mp3_xmms2.c 프로젝트: jite/jquake
static void XMMS2_FreeLibrary(void) {
	if (libxmms2_handle) {
		QLIB_FREELIBRARY(libxmms2_handle);
	}
	// Maybe need to clear all the function pointers too
}