Browse Source

correct files rights

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@414 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
letz 22 years ago
parent
commit
ece5902f2a
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      drivers/portaudio/portaudio_driver.c
  2. +1
    -0
      drivers/portaudio/portaudio_driver.h

+ 1
- 0
drivers/portaudio/portaudio_driver.c View File

@@ -24,6 +24,7 @@
#include <jack/engine.h>
#include "portaudio_driver.h"


static int
paCallback(void *inputBuffer, void *outputBuffer,
unsigned long framesPerBuffer,


+ 1
- 0
drivers/portaudio/portaudio_driver.h View File

@@ -22,6 +22,7 @@
#ifndef __jack_portaudio_driver_h__
#define __jack_portaudio_driver_h__


#include <jack/types.h>
#include <jack/hardware.h>
#include <jack/driver.h>


Loading…
Cancel
Save