myon98/98fmplayer

Very unstable behaviour under Linux with GTK

freq-mod opened this issue · 1 comments

Player tends to freeze within seconds after starting. Sometimes it possible to regain control, but most of the time killing the process is the only way to exit.

Hi freq-mod,
try this, under gtk folder try changing Makefile.am line 39 -DPACC_GL_3 part into -DPACC_GL_ES and rebuild. Either if autotools have already built Makefile file, you can change Makefile and then call make as a shortcut.

Giangiacomo