Re: [E-devel] Pulseaudio support broken

2013-04-21 Thread The Rasterman
On Sun, 21 Apr 2013 15:03:45 +0900 Cedric BAIL said: > Hello, > > Pulseaudio support on my arch linux in Enlightenment from git with efl > from git is broken. The mixer is all empty (and thanks to raster it > doesn't segv anymore since this morning). Pulseaudio is in version 3.0 > and pavucontro

Re: [E-devel] Evas engines gl_common annoying warning

2013-04-21 Thread ChunEon Park
Since the specs of the API are different. //GLES void glShaderSource(GLuint shader, GLsizei count, const GLchar * const *string, const GLint *length); //GL void glShaderSource(GLuint shader, GLsizei count, const GLchar ** string, const GLint * length); --