]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Temporary hack for compilation
authorJaroslav Kysela <perex@perex.cz>
Fri, 9 Feb 2001 13:52:39 +0000 (13:52 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 9 Feb 2001 13:52:39 +0000 (13:52 +0000)
alsamixer/alsamixer.c

index c1abf237fc960c6f4f0bfdb0b23a2df34f566fc2..755dfef5ad474afa946f20ce9101cc791cc97482 100644 (file)
@@ -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