Ahmad Yasser wrote: > I've noticed that Flash on Mandriva(whether from PLF or adobe website) > doesn't produce any sound. I looked on the web low and high, untill I > found this page: > http://labs.adobe.com/wiki/index.php/Flash_Player:Additional_Interface_Support_for_Linux > I took the .c file in that page, but instead of doing the commands in > their website(their commands are wrong), I did this(after installing > dependencies of course): > > cc -shared -O2 -Wall -Werror -licuuc -lssl flashsupport.c -o > libflashsupport.so > ldd libflashsupport.so > sudo cp libflashsupport.so /usr/lib > > And finally, sound did work! > > So what I'm asking is that you could make a flashsupport package in PLF > or include the libflashsupport.so file in your flash package in PLF so > that sound would work immediately!
Note that the flash plugin contains integrated ALSA audio support, so the audio output should work correctly on most systems, without the need for libflashsupport. However, libflashsupport is open source and is already packaged in Mandriva Cooker repositories. I just asked the maintainer (Colin Guthrie) if it could be provided in the Mandriva official 2007.1 contrib/backports repository, and he was okay with it. Expect the package to be uploaded today. -- Anssi Hannula _______________________________________________ PLF-discuss mailing list [email protected] https://www.zarb.org/mailman/listinfo/plf-discuss
