Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37765889
en ru br
Репозитории ALT
5.1: 1.3.8-alt0.4
4.1: 1.3.7-alt3
4.0: 1.3.7-alt3
3.0: 1.3.5-alt1
www.altlinux.org/Changes

Группа :: Звук
Пакет: mpfc

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: mpfc-1.3.7-alt-weak.patch
Скачать


--- mpfc-1.3.7/libmpfc/plugin_mng.c-	2006-02-02 03:49:29 +0300
+++ mpfc-1.3.7/libmpfc/plugin_mng.c	2006-04-19 03:48:45 +0400
@@ -88,11 +88,13 @@ void pmng_add_plugin( pmng_t *pmng, plug
 	pmng->m_plugins[pmng->m_num_plugins ++] = p;
 } /* End of 'pmng_add_plugin' function */
 
+extern void wnd_msg_send( struct tag_wnd_t *wnd,
+	char *name, wnd_msg_data_t data ) __attribute__((weak));
 /* Execute a command with a list of parameters */
 void pmng_player_command_obj( pmng_t *pmng, char *cmd, 
 		cmd_params_list_t *params )
 {
-	wnd_msg_send(pmng->m_player_wnd, "command", 
+	wnd_msg_send(pmng->m_player_wnd, "command",	/* XXX */
 			player_msg_command_new(cmd, params));
 } /* End of 'pmng_player_command_obj' function */
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin