Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
f2f82902
Commit
f2f82902
authored
Nov 11, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/{flac,vorbis}: include config.h for LFS
Allow those plugins to open large files on 32 bit platforms.
parent
c1186693
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
flac_plugin.c
src/decoder/flac_plugin.c
+1
-0
oggflac_plugin.c
src/decoder/oggflac_plugin.c
+1
-0
vorbis_plugin.c
src/decoder/vorbis_plugin.c
+1
-0
No files found.
src/decoder/flac_plugin.c
View file @
f2f82902
...
...
@@ -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"
...
...
src/decoder/oggflac_plugin.c
View file @
f2f82902
...
...
@@ -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"
...
...
src/decoder/vorbis_plugin.c
View file @
f2f82902
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment