File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ src_tests_sweeper_SOURCES = \
9595 src/tests/sweeper.c
9696src_tests_sweeper_LDADD = \
9797 src/compat/libcompat.la \
98+ @LIBM@ \
9899 $(LIBSYN123) \
99100 $(LIBOUT123)
100101
Original file line number Diff line number Diff line change 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
1313const long arate = 22050 ;
1414const long brate = 48000 ;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments