Displaying 6 results from an estimated 6 matches for "metadata_manip".
2012 Feb 07
2
[PATCH] Remove even more CPP hackery
...rovements I think this is exceptable.
---
include/FLAC/ordinals.h | 17 +++++++++--------
src/flac/main.c | 2 +-
src/libFLAC/metadata_iterators.c | 2 +-
src/libFLAC/metadata_object.c | 2 +-
src/share/grabbag/cuesheet.c | 2 +-
src/test_libFLAC/metadata_manip.c | 2 +-
6 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/include/FLAC/ordinals.h b/include/FLAC/ordinals.h
index 80d055b..dc2dafc 100644
--- a/include/FLAC/ordinals.h
+++ b/include/FLAC/ordinals.h
@@ -32,10 +32,18 @@
#ifndef FLAC__ORDINALS_H
#define FLAC__ORDINALS_H
-#if !(d...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...e declaration of 'strerror'
16> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
16>format.c
17>decoders.cpp
16>main.c
16>metadata.c
16>metadata_manip.c
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(110)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16>...
2013 Mar 12
2
Can't cross-compile from git now.
Erik de Castro Lopo wrote:
> JonY wrote:
>
> > Please do a link time test instead, I am not getting this error and
> > would like to keep stack protector on.
>
> I'll write an m4 macro.
I have attampted to write a macro that reliably detects the availability
of stack smash protection.
I currently have two configurations where my detection says that SSP is
available
2007 Jul 14
2
PATCH : Fix missing protoypes
...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/metadata_utils.h"
+#include "metadata.h"...
2013 Mar 12
3
Can't cross-compile from git now.
...m, it works perfectly. The problem aboce is related to building
a Windows DLL.
On FreeBSD everything goes fine until it tries to link test_libFLAC++:
Making all in test_libFLAC++
CXX decoders.o
CXX encoders.o
CXX main.o
CXX metadata.o
CXX metadata_manip.o
CXX metadata_object.o
CXXLD test_libFLAC++
/usr/home/erikd/flac/src/libFLAC/.libs/libFLAC.so: undefined reference to `__stack_chk_fail_local'
*** [test_libFLAC++] Error code 1
Erik
--
----------------------------------------------------------------------
Erik de...
2012 Dec 04
0
[PATCH] Update FSF address.
...ers.cpp | 6 +--
src/test_libFLAC++/encoders.h | 6 +--
src/test_libFLAC++/main.cpp | 6 +--
src/test_libFLAC++/metadata.cpp | 6 +--
src/test_libFLAC++/metadata.h | 6 +--
src/test_libFLAC++/metadata_manip.cpp | 6 +--
src/test_libFLAC++/metadata_object.cpp | 6 +--
src/test_libFLAC/Makefile.am | 6 +--
src/test_libFLAC/Makefile.lite | 6 +--
src/test_libFLAC/bitwriter.c | 6 +--
src/test_libFLAC/bitwriter.h...