adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

Wrong compile target set for plugins #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
gecko-mediaplayer*.so are actually shared modules, rather than plain 
executables.

Please stop using install_libexec_PROGRAMS in src/Makefile.am, but using 
lib_LTLIBRARIES instead.

Original issue reported on code.google.com by fundawang@gmail.com on 8 Feb 2010 at 4:31

GoogleCodeExporter commented 8 years ago
Patch here:
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/gecko-mediaplayer/cur
rent/
SOURCES/gecko-mediaplayer-0.9.9-link.patch

Original comment by fundawang@gmail.com on 8 Feb 2010 at 5:44