Displaying 4 results from an estimated 4 matches for "test_metadata_object".
2007 Apr 16
0
Patch : Fix includes
...diff -u -r1.7 metadata.h
--- src/test_libFLAC/metadata.h 2 Feb 2007 06:58:24 -0000 1.7
+++ src/test_libFLAC/metadata.h 16 Apr 2007 10:24:34 -0000
@@ -22,5 +22,7 @@
#include "FLAC/ordinals.h"
FLAC__bool test_metadata(void);
+FLAC__bool test_metadata_file_manipulation(void);
+FLAC__bool test_metadata_object(void) ;
#endif
diff -u -r1.25 metadata_object.c
--- src/test_libFLAC/metadata_object.c 2 Feb 2007 06:58:24 -0000 1.25
+++ src/test_libFLAC/metadata_object.c 16 Apr 2007 10:24:38 -0000
@@ -23,6 +23,7 @@
#include "FLAC/assert.h"
#include "FLAC/metadata.h"
#include "test...
2013 Apr 05
0
flac 1.3.0pre3 pre-release
...ta_object.c:365:124: warning: declaration of ?index? shadows a
> global declaration [-Wshadow]
> metadata_object.c: In function ?tr_insert_new_?:
> metadata_object.c:380:127: warning: declaration of ?index? shadows a
> global declaration [-Wshadow]
> metadata_object.c: In function ?test_metadata_object?:
> metadata_object.c:507:38: warning: declaration of ?index? shadows a
> global declaration [-Wshadow]
> CCLD test_libFLAC
2007 Jul 14
2
PATCH : Fix missing protoypes
...e", "true" };
--- src/test_libFLAC/metadata.h 2007-07-14 08:45:49 +0000
+++ src/test_libFLAC/metadata.h 2007-07-15 01:26:07 +0000
@@ -22,5 +22,7 @@
#include "FLAC/ordinals.h"
FLAC__bool test_metadata(void);
+FLAC__bool test_metadata_file_manipulation(void);
+FLAC__bool test_metadata_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/metada...
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all,
The latest pre-release is here:
http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz
but there will probably need to be at least one more.
I've tested this on
x86_64-linux
powerpc-linux
i386-openbsd5.2
i386-freebsd9
The majority of changes since the last pre-release is the addition of
Janne Hyv?rinen's utf8 I/O functionality. Janne's