[e-users] [emotion_generic workaround] get generic_player to work post svn82286, svn82429

2013-01-09 Thread Arvind R
Hi all, eina_prefix_lib_get() in _get_player.c assumes emotion modules are installed in ${prefix}/lib and hence cannot find the default generic player. This patch fixes that. Arvind --- diff -Nru a/src/modules/generic/emotion_generic.c b/src/modules/generic/emotion_generic.c ---

Re: [e-users] [emotion_generic workaround] get generic_player to work post svn82286, svn82429

2013-01-09 Thread Gustavo Sverzut Barbieri
On Wed, Jan 9, 2013 at 11:35 AM, Arvind R arvin...@gmail.com wrote: Hi all, eina_prefix_lib_get() in _get_player.c assumes emotion modules are installed in ${prefix}/lib and hence cannot find the default generic player. This patch fixes that. this patch is wrong as assume binary won't

Re: [e-users] [emotion_generic workaround] get generic_player to work post svn82286, svn82429

2013-01-09 Thread The Rasterman
On Wed, 9 Jan 2013 19:05:29 +0530 Arvind R arvin...@gmail.com said: Hi all, eina_prefix_lib_get() in _get_player.c assumes emotion modules are installed in ${prefix}/lib and hence cannot find the default generic player. This patch fixes that. this patch is wrong. this means emotion is not