Browse Source

Merge pull request #35 from erikd/master

Minor fixes
tags/0.125.0rc1
Paul Davis 10 years ago
parent
commit
25786b77b7
2 changed files with 565 additions and 570 deletions
  1. +2
    -0
      configure.ac
  2. +563
    -570
      jackd/engine.c

+ 2
- 0
configure.ac View File

@@ -129,6 +129,8 @@ JACK_RELEASE=$JACK_MAJOR_VERSION-$JACK_MINOR_VERSION-${JACK_MICRO_VERSION}${BETA


AC_SUBST(JACK_SO_VERSION)
dnl JACK_VERSION is needed for doxygen
AC_SUBST(JACK_VERSION)
AC_SUBST(JACK_RELEASE)

AM_INIT_AUTOMAKE


+ 563
- 570
jackd/engine.c
File diff suppressed because it is too large
View File


Loading…
Cancel
Save