Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
ladspa-vocoder
vocoder-0.1.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vocoder-0.1.dif of Package ladspa-vocoder
--- vocoder.c +++ vocoder.c 2002/05/07 12:43:43 @@ -263,8 +263,8 @@ /* _init() is called automatically when the plugin library is first loaded. */ -void -_init() { +static void __attribute__ ((constructor)) +init() { char ** pcPortNames; LADSPA_PortDescriptor * piPortDescriptors; LADSPA_PortRangeHint * psPortRangeHints; @@ -338,8 +338,8 @@ /*****************************************************************************/ /* _fini() is called automatically when the library is unloaded. */ -void -_fini() { +static void __attribute__ ((destructor)) +fini() { long lIndex; if (g_psDescriptor) { free((char *)g_psDescriptor->Label); --- Makefile-dist 2004-01-22 14:32:58.000000000 +0100 +++ Makefile 2004-01-22 14:33:02.000000000 +0100 @@ -14,7 +14,7 @@ vocoder.so: vocoder.c $(CC) $(CFLAGS) -o vocoder.o -c vocoder.c - $(LD) -o vocoder.so vocoder.o -shared + $(CC) -o vocoder.so vocoder.o -shared ############################################################################### #
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor