Commit f2f82902 authored by Max Kellermann's avatar Max Kellermann

decoder/{flac,vorbis}: include config.h for LFS

Allow those plugins to open large files on 32 bit platforms.
parent c1186693
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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_common.h"
#include "flac_metadata.h" #include "flac_metadata.h"
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
* OggFLAC support (half-stolen from flac_plugin.c :)) * OggFLAC support (half-stolen from flac_plugin.c :))
*/ */
#include "config.h" /* must be first for large file support */
#include "_flac_common.h" #include "_flac_common.h"
#include "_ogg_common.h" #include "_ogg_common.h"
#include "flac_metadata.h" #include "flac_metadata.h"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
/* TODO 'ogg' should probably be replaced with 'oggvorbis' in all instances */ /* 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 "_ogg_common.h"
#include "config.h" #include "config.h"
#include "uri.h" #include "uri.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment