From 3fadc219ee467bd27b36f3a2be3f065a66d72a18 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 9 Feb 2001 13:52:39 +0000 Subject: [PATCH] Temporary hack for compilation --- alsamixer/alsamixer.c | 11 +++++++++++ 1 file changed, 11 insertions(+) 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