search for: test_libs_common

Displaying 20 results from an estimated 25 matches for "test_libs_common".

2012 Feb 03
1
[PATCH] Include inttypes.h for PRIu64
...src/metaflac/operations_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/exa...
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
Hello, This is a patch to allow building of the project using MSYS, MinGW, and MinGW-w64 with the following invocation: make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils examples This patch addresses eight points: 1. `uname -p` in MSYS returns "unknown" so we must use `gcc -dumpmachine` to gain information about the target, 32-bit or 64-bit. 2. MinGW-w64 does not ship with a work...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
Hello, This is a patch to allow building of the project using MSYS, MinGW, and MinGW-w64 with the following invocation: make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils examples This patch addresses eight points: 1. `uname -p` in MSYS returns "unknown" so we must use `gcc -dumpmachine` to gain information about the target, 32-bit or 64-bit. 2. MinGW-w64 does not ship with a work...
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 +++ in...
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
...| 2 - doc/html/images/Makefile.am | 2 - doc/html/images/hw/Makefile.am | 2 - doc/html/ru/Makefile.am | 2 - include/share/Makefile.am | 2 - include/share/grabbag/Makefile.am | 2 - include/test_libs_common/Makefile.am | 2 - src/libFLAC/Makefile.am | 3 + src/plugin_common/Makefile.am | 2 - src/share/getopt/Makefile.am | 2 - src/share/grabbag/Makefile.am | 2 - src/share/replaygain_analysis/Makefile.am | 2 - src/share/re...
2012 Dec 04
0
[PATCH] Update FSF address.
...p/encode/file/Makefile.lite | 6 +-- examples/cpp/encode/file/main.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.l...
2006 Sep 28
1
autotools buglet
...============================================================= --- flac-cvs.orig/configure.in +++ flac-cvs/configure.in @@ -314,6 +314,7 @@ AC_CONFIG_FILES([ \ src/share/utf8/Makefile \ src/test_grabbag/Makefile \ src/test_grabbag/cuesheet/Makefile \ + src/test_grabbag/picture/Makefile \ src/test_libs_common/Makefile \ src/test_libFLAC/Makefile \ src/test_libFLAC++/Makefile \
2012 Dec 12
8
[PATCH 0/5] update build system
...| 2 - doc/html/images/Makefile.am | 2 - doc/html/images/hw/Makefile.am | 2 - doc/html/ru/Makefile.am | 2 - include/share/Makefile.am | 2 - include/share/grabbag/Makefile.am | 2 - include/test_libs_common/Makefile.am | 2 - m4/endian.m4 | 177 ----------------------------- src/libFLAC/Makefile.am | 3 + src/plugin_common/Makefile.am | 2 - src/share/getopt/Makefile.am | 2 - src/share/grabbag/Makefile.am...
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
...0 @@ -129,7 +129,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="..\..\..\objs\release\lib\$(ProjectName).lib" + OutputFile="..\..\objs\release\lib\$(ProjectName).lib" /> <Tool Name="VCALinkTool" --- a\src\test_libs_common\test_libs_common_static.vcproj 2013-08-13 13:30:24.000000000 +0400 +++ b\src\test_libs_common\test_libs_common_static.vcproj 2013-08-16 20:09:51.853153800 +0400 @@ -129,7 +129,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="..\..\..\objs\release\lib\$(Proj...
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...sis/Makefile.am | 2 +- src/share/utf8/Makefile.am | 2 +- src/test_grabbag/cuesheet/Makefile.am | 1 + src/test_grabbag/picture/Makefile.am | 2 +- src/test_libFLAC++/Makefile.am | 2 +- src/test_libFLAC/Makefile.am | 2 +- src/test_libs_common/Makefile.am | 2 +- src/test_seeking/Makefile.am | 2 +- src/test_streams/Makefile.am | 2 +- 30 files changed, 68 insertions(+), 86 deletions(-) diff --git a/configure.ac b/configure.ac index 7627fb7..e794ca2 100644 --- a/configure.ac +++ b/configure...
2007 Jul 14
2
PATCH : Fix missing protoypes
...AC__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" /****************************************************************************** @@ -184,6 +185,7 @@ * This wad of functions supports filename- and callback-based chain reading/wri...
2012 Mar 29
4
[GIT PULL] Assorted bugfixes and improvements (from openSUSE)
...src/plugin_xmms/tag.c | 154 ---- src/plugin_xmms/tag.h | 24 - src/share/grabbag/replaygain.c | 32 +- src/test_libFLAC++/encoders.cpp | 4 + src/test_libFLAC++/metadata_object.cpp | 4 + src/test_libs_common/Makefile.am | 4 +- src/test_libs_common/file_utils_flac.c | 7 +- 75 files changed, 229 insertions(+), 9021 deletions(-) create mode 100644 m4/visibility.m4 delete mode 100644 src/plugin_common/Makefile.am delete mode 100644 src/plugin_common/Makefile.lite del...
2012 Dec 27
0
[PATCH 0/5] update build system
...2 - > doc/html/images/Makefile.am | 2 - > doc/html/images/hw/Makefile.am | 2 - > doc/html/ru/Makefile.am | 2 - > include/share/Makefile.am | 2 - > include/share/grabbag/Makefile.am | 2 - > include/test_libs_common/Makefile.am | 2 - > m4/endian.m4 | 177 ----------------------------- > src/libFLAC/Makefile.am | 3 + > src/plugin_common/Makefile.am | 2 - > src/share/getopt/Makefile.am | 2 - > src/share/grabba...
2012 Dec 03
0
[PATCH 3/5] Hide symbols with gcc.
...efile.am index 91a57fb..ed9aee8 100644 --- a/src/test_libFLAC/Makefile.am +++ b/src/test_libFLAC/Makefile.am @@ -27,7 +27,7 @@ test_libFLAC_LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ $(top_builddir)/src/test_libs_common/libtest_libs_common.la \ - $(top_builddir)/src/libFLAC/libFLAC.la \ + $(top_builddir)/src/libFLAC/libFLAC-static.la \ @OGG_LIBS@ \ -lm -- 1.7.11.7
2014 Jun 24
2
Include directories
Erik de Castro Lopo wrote: > Patch applied, thanks! Glad to help! > Out of curiosity, what platform and compiler are you using? I ask, > because the Makefile.lite system tries to build the project in > src/utils/flactimer under Linux, but that program is meant to be > windows only. I use Windows as a host (I have Win7 x64 and Win8.1 x64 machines). My compilers of choice are MinGW
2014 Jun 26
1
Include directories
...hough, removing plugin_xmms from the default build was helpful.) With my changes in place, I am able to build with `make -f Makefile.lite all` for the first time on Windows. Previously, I would need to list all the components I wanted, such as: make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils examples I took the liberty of removing "doc" from the dependencies of "all". This is because the Doxygen target depends on a file named "Doxyfile", which is generated from doc/Doxyfile.in by the...
2014 May 04
0
Building FLAC with LTO
...GRAMS = test_libFLAC++ + +if OS_IS_WINDOWS +win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la +endif + test_libFLAC___LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ $(top_builddir)/src/test_libs_common/libtest_libs_common.la \ $(top_builddir)/src/libFLAC++/libFLAC++.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ + $(win_utf8_lib) \ @OGG_LIBS@ \ -lm
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
...ROGRAMS = test_libFLAC++ + +if OS_IS_WINDOWS +win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la +endif test_libFLAC___LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ $(top_builddir)/src/test_libs_common/libtest_libs_common.la \ $(top_builddir)/src/libFLAC++/libFLAC++.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ - @OGG_LIBS@ \ + $(win_utf8_lib) @OGG_LIBS@ \ -lm test_libFLAC___SOURCES = \ diff --git a/src/test_libFLAC/Makefile.am b/src/test_libFLAC/Makefile.am index 407c8ea..5c3d4f1 100644...
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
The following patch changes export.h so that the dllimport/dllexport attributes work with mingw/mingw-w64 and others: - changes _declspec keyword to __declspec: the former may not be defined by some toolchains. - changes the _MSC_VER condition to universally _WIN32: MSVC, as well as GCC supports this. Attached patch: declspec.diff Regards. -- O.S. -------------- next part --------------
2012 Dec 03
4
[PATCH 1/5] Remove old GNU-stack sections from nasm files.
They are not needed since the section is defined in nasm.h. --- src/libFLAC/ia32/bitreader_asm.nasm | 4 ---- src/libFLAC/ia32/cpu_asm.nasm | 4 ---- src/libFLAC/ia32/fixed_asm.nasm | 4 ---- src/libFLAC/ia32/lpc_asm.nasm | 4 ---- src/libFLAC/ia32/stream_encoder_asm.nasm | 4 ---- 5 files changed, 20 deletions(-) diff --git