OSDN Git Service

Fixed compilation
authorJaroslav Kysela <perex@perex.cz>
Wed, 12 Feb 2003 21:48:10 +0000 (21:48 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 12 Feb 2003 21:48:10 +0000 (21:48 +0000)
src/pcm/pcm_jack.c

index f0c44ef..03650df 100644 (file)
@@ -26,6 +26,7 @@
  *
  */
 
+#include "config.h"
 #ifdef HAVE_JACK
 #define USE_JACK
 #endif
@@ -173,6 +174,8 @@ snd_pcm_jack_process_cb (jack_nframes_t nframes, snd_pcm_t *pcm)
        snd_pcm_channel_area_t area;    
        char buf[1];
 
+       printf("PROCESS!\n");
+
        area.addr = jack_port_get_buffer (jack->ports[0], nframes);
        area.first = 0;
        area.step = pcm->sample_bits;