New upstream version 0.16.2+dfsg1
This commit is contained in:
parent
67704ac59c
commit
6efda2859e
377 changed files with 7938 additions and 696 deletions
4
plugins/linux-jack/data/locale/uk-UA.ini
Normal file
4
plugins/linux-jack/data/locale/uk-UA.ini
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
StartJACKServer="Запустити JACK-сервер"
|
||||
Channels="Кількість каналів"
|
||||
JACKInput="Клієнт JACK вводу"
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "jack-wrapper.h"
|
||||
|
||||
#include <pthread.h>
|
||||
#include <util/threading.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <util/platform.h>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <jack/jack.h>
|
||||
#include <obs.h>
|
||||
#include <pthread.h>
|
||||
#include <util/threading.h>
|
||||
|
||||
struct jack_data {
|
||||
obs_source_t *source;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue