search for: metadata_util

Displaying 7 results from an estimated 7 matches for "metadata_util".

Did you mean: metadata_utils
2012 Feb 03
1
[PATCH] Include inttypes.h for PRIu64
...rations_shorthand_cuesheet.c | 3 +++ src/metaflac/operations_shorthand_streaminfo.c | 3 +++ src/share/grabbag/cuesheet.c | 3 +++ src/test_libFLAC/encoders.c | 3 +++ src/test_libFLAC/metadata_object.c | 3 +++ src/test_libs_common/metadata_utils.c | 3 +++ src/test_seeking/main.c | 3 +++ 10 files changed, 30 insertions(+), 0 deletions(-) diff --git a/examples/c/decode/file/main.c b/examples/c/decode/file/main.c index e5138b4..f7efd9a 100644 --- a/examples/c/decode/file/main.c +++ b/examples/c/decode...
2007 Apr 16
0
Patch : Fix includes
Hi all, Below is a patch that fixes a couple of instances where a function is used before it has been prototyped. There was a little subtlty involved here because the file include/test_libs_common/metadata_utils.h had the #include guard the same as that of /src/test_libFLAC/metadata.h meaning that only the first one included would actually do anthing. Patch below. Cheers, Erik diff -u -r1.4 metadata_utils.h --- include/test_libs_common/metadata_utils.h 2 Feb 2007 06:58:21 -0000 1.4 +++ include/test_lib...
2007 Jul 14
2
PATCH : Fix missing protoypes
...object(void) ; #endif --- src/test_libFLAC/metadata_manip.c 2007-07-14 08:45:49 +0000 +++ src/test_libFLAC/metadata_manip.c 2007-07-15 01:24:02 +0000 @@ -42,6 +42,7 @@ #include "share/grabbag.h" #include "test_libs_common/file_utils_flac.h" #include "test_libs_common/metadata_utils.h" +#include "metadata.h" /****************************************************************************** @@ -184,6 +185,7 @@ * This wad of functions supports filename- and callback-based chain reading/writing. * Everything up to set_file_stats_() is copied from libFLAC/met...
2012 Dec 04
0
[PATCH] Update FSF address.
...n.cpp | 6 +-- include/share/getopt.h | 4 +- include/share/grabbag/picture.h | 6 +-- include/share/replaygain_analysis.h | 2 +- include/test_libs_common/file_utils_flac.h | 6 +-- include/test_libs_common/metadata_utils.h | 6 +-- man/Makefile.am | 6 +-- src/flac/Makefile.am | 6 +-- src/flac/Makefile.lite | 6 +-- src/flac/Makefile.lite.iffscan | 6 +-- src/flac/analyze.c...
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
...include/test_libs_common/Makefile.am index a0342dc..af82b4d 100644 --- a/include/test_libs_common/Makefile.am +++ b/include/test_libs_common/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = foreign - EXTRA_DIST = \ file_utils_flac.h \ metadata_utils.h diff --git a/src/libFLAC/Makefile.am b/src/libFLAC/Makefile.am index 13ab593..aa88100 100644 --- a/src/libFLAC/Makefile.am +++ b/src/libFLAC/Makefile.am @@ -34,6 +34,9 @@ noinst_LTLIBRARIES = libFLAC-static.la if DEBUG DEBUGCFLAGS = -DFLAC__OVERFLOW_DETECT endif + +# FIXME: The following logi...
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools based build system. There is a lot more that could and should be done, but I tried to stay conservative for now and just resolve some of the most obvious issues. Max Horn (5): configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN autogen.sh: replace this by a simple call to autoreconf configure: always print
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen' 22> Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 22>metadata_utils.c 22>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libs_common\metadata_utils.c(451) : warning C4996: 'strdup' was declared deprecated 22> c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup' 22&...