decoder/{flac,vorbis}: include config.h for LFS
Allow those plugins to open large files on 32 bit platforms.
This commit is contained in:
parent
c1186693b5
commit
f2f8290242
@ -17,6 +17,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "config.h" /* must be first for large file support */
|
||||
#include "_flac_common.h"
|
||||
#include "flac_metadata.h"
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
* OggFLAC support (half-stolen from flac_plugin.c :))
|
||||
*/
|
||||
|
||||
#include "config.h" /* must be first for large file support */
|
||||
#include "_flac_common.h"
|
||||
#include "_ogg_common.h"
|
||||
#include "flac_metadata.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
/* TODO 'ogg' should probably be replaced with 'oggvorbis' in all instances */
|
||||
|
||||
#include "config.h" /* must be first for large file support */
|
||||
#include "_ogg_common.h"
|
||||
#include "config.h"
|
||||
#include "uri.h"
|
||||
|
Loading…
Reference in New Issue
Block a user