X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fflac%2Fencode.h;h=337d5afddbccc84858cbd311c9327753723eedaa;hb=f25b2602dce3c09098e3092bfad983e3ec7fdb4f;hp=5a8c1e0c473957a4e07f733ae1d0fb9146aec26b;hpb=6497ce19770ec48d565f3a043cc74c9c389c7829;p=platform%2Fupstream%2Fflac.git diff --git a/src/flac/encode.h b/src/flac/encode.h index 5a8c1e0..337d5af 100644 --- a/src/flac/encode.h +++ b/src/flac/encode.h @@ -26,6 +26,7 @@ #include "FLAC/metadata.h" #include "foreign_metadata.h" #include "utils.h" +#include "share/compat.h" extern const int FLAC_ENCODE__DEFAULT_PADDING; @@ -109,6 +110,6 @@ typedef struct { } debug; } encode_options_t; -int flac__encode_file(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, encode_options_t options); +int flac__encode_file(FILE *infile, FLAC__off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, encode_options_t options); #endif