mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 07:10:14 +01:00
Put in #define FUNCSTRUCT in livido.h, examples/testhost and plugins/ .
git-svn-id: svn://code.dyne.org/veejay/trunk@486 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -36,8 +36,11 @@ livido_process_f process_frame( livido_port_t *my_instance,
|
||||
}
|
||||
|
||||
|
||||
|
||||
#ifdef FUNCSTRUCT
|
||||
livido_port_t *livido_setup(livido_setup_t *list, int vversion)
|
||||
#else
|
||||
livido_port_t *livido_setup(livido_setup_t list[], int vversion)
|
||||
#endif
|
||||
{
|
||||
livido_port_t *info;
|
||||
livido_port_t *filter1;
|
||||
|
||||
Reference in New Issue
Block a user