View Full Version : guilherme alsa plugin for mupen64
Tillmann
February 20th, 2007, 06:48
anyone could run this plugin under v0.4????
This plugin it's good and, sometimes, it works for me even better than the others...
cheers
ps: Could anyone offer me some tips to how to port gtk1.2 to gkt2?
Tillmann
February 22nd, 2007, 08:37
Just in case... I'm attaching the sources:
Have fun.. :P
ziggy
February 22nd, 2007, 15:30
anyone could run this plugin under v0.4????
This plugin it's good and, sometimes, it works for me even better than the others...
cheers
ps: Could anyone offer me some tips to how to port gtk1.2 to gkt2?
I think it's just a matter of changing the flags used when compiling/linking :
for gtk 1.2 :
GTK_FLAGS =`gtk-config --cflags`
GTK_LIBS =`gtk-config --libs`
GTHREAD_LIBS =`gtk-config --libs gtk gthread`
for gtk 2
GTK_FLAGS =`pkg-config gtk+-2.0 --cflags` -D_GTK2
GTK_LIBS =`pkg-config gtk+-2.0 --libs`
GTHREAD_LIBS =`pkg-config gthread-2.0 --libs`
EDIT : On my distribution (gentoo) this plugin is provided and compiled with gtk2, here is the binary as attachement. Personally , the plugin crashes for me , but you may have better luck than me ...
Tillmann
February 22nd, 2007, 16:07
yo!
Tanks for your hel, again!
I was googling about this plugin n' I've found this: http://sourceforge.net/projects/gap-plugin
edit1Your precompiled bin.... It crash it for me too...
edit2 Maybe I've been tooo dumb, but it can't compile it. lol :down:
ziggy
February 22nd, 2007, 17:22
yo!
Tanks for your hel, again!
I was googling about this plugin n' I've found this: http://sourceforge.net/projects/gap-plugin
edit1Your precompiled bin.... It crash it for me too...
edit2 Maybe I've been tooo dumb, but it can't compile it. lol :down:
Well I can't compile it either, there are big problems with the alsa headers used in C++ combined with namespaces, I don't understand why ...
Tillmann
February 22nd, 2007, 22:10
Well I can't compile it either, there are big problems with the alsa headers used in C++ combined with namespaces, I don't understand why ...
I'm do not understand why too... :)
Darklegion
March 4th, 2007, 09:22
Fails on my system too.Would be nice if this could be fixed as Blights SDL plugin results in occasional skipping for me.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.