Skip to content

Commit 6c9e970

Browse files
author
mpg123 GitHub bot
committed
Merge remote-tracking branch 'mpg123/master' into master-with-github-ci
2 parents febfff5 + 7c9e96d commit 6c9e970

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/tests/Makemodule.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ src_tests_sweeper_SOURCES = \
9595
src/tests/sweeper.c
9696
src_tests_sweeper_LDADD = \
9797
src/compat/libcompat.la \
98+
@LIBM@ \
9899
$(LIBSYN123) \
99100
$(LIBOUT123)
100101

src/tests/resample_buffer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Test the various sample count computations and against output
22
// buffer overflow of libsyn123.
33

4-
#include "mpg123config.h"
4+
#include "../mpg123config.h"
55
#include <syn123.h>
66
#include <inttypes.h>
77

88
#include <stdlib.h>
99
#include <stdio.h>
1010

11-
#include "common/debug.h"
11+
#include "../common/debug.h"
1212

1313
const long arate = 22050;
1414
const long brate = 48000;

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
// only single spaces as separator to ease parsing by build scripts
1717
#define MPG123_MAJOR 1
18-
#define MPG123_MINOR 33
19-
#define MPG123_PATCH 6
18+
#define MPG123_MINOR 34
19+
#define MPG123_PATCH 0
2020
// Don't get too wild with that to avoid confusing m4. No brackets.
2121
// Also, it should fit well into a sane file name for the tarball.
2222
#define MPG123_SUFFIX "-dev"

0 commit comments

Comments
 (0)