From: Jaroslav Kysela Date: Fri, 9 Feb 2001 13:52:39 +0000 (+0000) Subject: Temporary hack for compilation X-Git-Tag: v1.0.3~263 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3fadc219ee467bd27b36f3a2be3f065a66d72a18;p=alsa-utils.git Temporary hack for compilation --- diff --git a/alsamixer/alsamixer.c b/alsamixer/alsamixer.c index c1abf23..755dfef 100644 --- a/alsamixer/alsamixer.c +++ b/alsamixer/alsamixer.c @@ -1,3 +1,5 @@ +#if 0 + /* AlsaMixer - Commandline mixer for the ALSA project * Copyright (C) 1998, 1999 Tim Janik and Jaroslav Kysela * @@ -1806,3 +1808,12 @@ main (int argc, mixer_abort (ERR_NONE, "", 0); }; +#else +#include +#include +int main(void) +{ + printf("Please wait for the new code...\n"); + return EXIT_FAILURE; +} +#endif