mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
Temporary hack for compilation
This commit is contained in:
parent
012584247c
commit
3fadc219ee
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#if 0
|
||||
|
||||
/* AlsaMixer - Commandline mixer for the ALSA project
|
||||
* Copyright (C) 1998, 1999 Tim Janik <timj@gtk.org> and Jaroslav Kysela <perex@suse.cz>
|
||||
*
|
||||
|
@ -1806,3 +1808,12 @@ main (int argc,
|
|||
|
||||
mixer_abort (ERR_NONE, "", 0);
|
||||
};
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
int main(void)
|
||||
{
|
||||
printf("Please wait for the new code...\n");
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue