Show
Ignore:
Timestamp:
01/16/08 13:39:59 (4 years ago)
Author:
ath
Message:

License update.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fm_server/trunk/src/main.c

    r151 r194  
    11/* 
    22 *  FreeMix - sound server 
    3  *  Copyright (C) 2004 Alberto Botti <ath9@libero.it> 
     3 *  Copyright (C) 2004-2008 Alberto Botti <alberto.botti@yoda2000.net> 
    44 * 
    55 *  This program is free software; you can redistribute it and/or modify 
     
    135135        fm_pipeline_class_register (); 
    136136        fm_input_test_class_register (); 
    137         fm_input_beatgen_class_register (); 
     137//      fm_input_beatgen_class_register (); 
    138138        fm_effect_gain_class_register (); 
    139139        fm_effect_rate_class_register (); 
     
    146146        fm_song_db_class_register (); 
    147147#if HAVE_ALSA 
    148         g_print ("hello world!\n"); 
    149148        fm_output_alsa_class_register (); 
    150149#endif