gstreamer/ext/mpg123
Tim-Philipp Müller 5e7a4b4d62 mpg123: fix build with msvc
Fix syntax errors when compiling against cerbero-provided libmpg123
headers. We do the same as the libmpg123 internal visual studio
build here.

mpg123.h(1378): error C2143: syntax error: missing ')' before '('
mpg123.h(1378): error C2081: 'ssize_t': name in formal parameter list illegal
mpg123.h(1378): error C2143: syntax error: missing ')' before '*'
mpg123.h(1378): error C2091: function returns function
mpg123.h(1378): error C2143: syntax error: missing '{' before '*'
mpg123.h(1378): error C2059: syntax error: ')'
mpg123.h(1379): error C2143: syntax error: missing ')' before '*'
mpg123.h(1379): error C2365: 'off_t': redefinition; previous definition was 'typedef'
...
2016-04-15 19:55:03 +01:00
..
gstmpg123audiodec.c plugins-bad: Fix example pipelines 2016-02-16 10:40:40 +00:00
gstmpg123audiodec.h mpg123: fix build with msvc 2016-04-15 19:55:03 +01:00
Makefile.am Remove obsolete Android build cruft 2016-02-16 10:40:40 +00:00