Max Kellermann
|
8f37f7c838
|
ogg: don't include _flac_common.h
The source _ogg_common.c does not need any symbols from
_flac_common.h, but including it leads to compiler errors when libflac
isn't available.
|
2008-10-31 08:52:09 +01:00 |
|
Max Kellermann
|
dbc7e9ba2f
|
input_stream: no CamelCase
Renamed all functions and variables.
|
2008-10-26 20:34:47 +01:00 |
|
Max Kellermann
|
21b8590b53
|
input_stream: removed the InputStream typedef
Everybody should use struct input_stream.
|
2008-10-26 19:54:57 +01:00 |
|
Max Kellermann
|
e11355f47d
|
renamed src/inputPlugins/ to src/decoder/
These plugins are not input plugins, they are decoder plugins. No
CamelCase in the directory name.
|
2008-10-26 11:29:25 +01:00 |
|