search for: test_cuesheet

Displaying 14 results from an estimated 14 matches for "test_cuesheet".

2017 Jan 15
0
[PATCH 2/2] Only compile and run tests when running 'make check'
...+- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am index 96030407..59ae71f4 100644 --- a/src/test_grabbag/cuesheet/Makefile.am +++ b/src/test_grabbag/cuesheet/Makefile.am @@ -23,7 +23,7 @@ EXTRA_DIST = \ test_cuesheet.vcxproj.filters AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -noinst_PROGRAMS = test_cuesheet +check_PROGRAMS = test_cuesheet test_cuesheet_SOURCES = \ main.c test_cuesheet_LDADD = \ diff --git a/src/test_grabbag/picture/Makefile.am b/src/test_grabbag/picture/M...
2013 Apr 21
0
[PATCH] Reduce valgrind num-callers to 50
...valgrind.log else metaflac $* fi diff --git a/test/test_grabbag.sh b/test/test_grabbag.sh index 5d9f9d1..4c291c4 100755 --- a/test/test_grabbag.sh +++ b/test/test_grabbag.sh @@ -46,8 +46,8 @@ test_picture -h 1>/dev/null 2>/dev/null || die "ERROR can't find test_picture ex run_test_cuesheet () { if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 test_cuesheet $*" >>test_grabbag.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_cuesheet $*...
2014 May 04
0
Building FLAC with LTO
...LAC/libFLAC.la \ + $(win_utf8_lib) \ @LIBICONV@ CLEANFILES = metaflac.exe --- flac-1.3.0/src/test_grabbag/cuesheet/Makefile.am.orig 2013-05-26 09:30:33.940201500 +0000 +++ flac-1.3.0/src/test_grabbag/cuesheet/Makefile.am 2014-05-03 09:48:29.464493500 +0000 @@ -24,9 +24,15 @@ noinst_PROGRAMS = test_cuesheet test_cuesheet_SOURCES = \ main.c + +if OS_IS_WINDOWS +win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la +endif + test_cuesheet_LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ - $(top_b...
2017 Jan 15
4
Updated CFLAGS patches and make test compilation conditional
Hi Erik, I've found a middleground for the problem of setting default CFLAGS. I've gone back to setting them if {C,CXX,CPP,LD}FLAGS are unset at the onset of the configure script (i.e., the user hasn't specified anything) and then proceed to set them to the defaults as before. This has been suggested before: https://lists.gnu.org/archive/html/autoconf/2006-04/msg00022.html In
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...RCS file: /cvsroot/flac/flac/src/test_grabbag/cuesheet/Makefile.am,v retrieving revision 1.8 diff -u -r1.8 Makefile.am --- src/test_grabbag/cuesheet/Makefile.am 25 Jan 2005 04:18:41 -0000 1.8 +++ src/test_grabbag/cuesheet/Makefile.am 30 Jan 2005 05:23:55 -0000 @@ -19,8 +19,6 @@ Makefile.lite \ test_cuesheet.dsp -CFLAGS = @CFLAGS@ - noinst_PROGRAMS = test_cuesheet test_cuesheet_SOURCES = \ main.c Index: src/test_libFLAC/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/test_libFLAC/Makefile.am,v retrieving revision 1.16 diff -u -r1.16...
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...dir)/include/share noinst_LTLIBRARIES = libutf8.la diff --git a/src/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am index 533a861..98f8324 100644 --- a/src/test_grabbag/cuesheet/Makefile.am +++ b/src/test_grabbag/cuesheet/Makefile.am @@ -20,6 +20,7 @@ EXTRA_DIST = \ test_cuesheet.dsp \ test_cuesheet.vcproj +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = test_cuesheet test_cuesheet_SOURCES = \ main.c diff --git a/src/test_grabbag/picture/Makefile.am b/src/test_grabbag/picture/Makefile.am index cce0cdf..8e86be6 100644 ---...
2013 Apr 06
0
[PATCH 2/2] Only link against libogg (and libm) if needed
...S_LIBS@ \ @LIBICONV@ libxmms_flac_la_LDFLAGS = -module -avoid-version diff --git a/src/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am index 2b240e1..b4d7824 100644 --- a/src/test_grabbag/cuesheet/Makefile.am +++ b/src/test_grabbag/cuesheet/Makefile.am @@ -26,8 +26,6 @@ test_cuesheet_SOURCES = \ test_cuesheet_LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ - $(top_builddir)/src/libFLAC/libFLAC.la \ - @OGG_LIBS@ \ - -lm + $(top_builddir)/src/libFLAC/libFLAC.la CLEANFILES = test_cuesheet...
2008 May 10
3
Patch : Fix cross-compiling from Linux to windows
Hi all, The following patch fixes cross compiling from Linux to windows. The existing code was doing: #if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__ #include <stdint.h> /* for SIZE_MAX in case limits.h didn't get it */ #endif when it seems to make much more sense to just test for the presence of <stdint.h> and do: #ifdef
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
...rabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am index a7fc5c5..134afb2 100644 --- a/src/test_grabbag/cuesheet/Makefile.am +++ b/src/test_grabbag/cuesheet/Makefile.am @@ -24,8 +24,13 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = test_cuesheet test_cuesheet_SOURCES = \ main.c + +if OS_IS_WINDOWS +win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la +endif test_cuesheet_LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ + $(win_utf8_lib) \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analy...
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 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
.../include -I$(topdir)/include/share SRCS_C = \ diff --git a/src/test_grabbag/cuesheet/Makefile.lite b/src/test_grabbag/cuesheet/Makefile.lite index 9ffe8f2..ae3379b 100644 --- a/src/test_grabbag/cuesheet/Makefile.lite +++ b/src/test_grabbag/cuesheet/Makefile.lite @@ -27,9 +27,9 @@ PROGRAM_NAME = test_cuesheet INCLUDES = -I./include -I$(topdir)/include ifeq ($(OS),Darwin) -EXPLICIT_LIBS = $(libdir)/libgrabbag.a $(libdir)/libreplaygain_analysis.a $(libdir)/libFLAC.a $(OGG_LIB_DIR)/libogg.a -lm + EXPLICIT_LIBS = $(libdir)/libgrabbag.a $(libdir)/libreplaygain_analysis.a $(libdir)/libFLAC.a $(OGG...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
.../include -I$(topdir)/include/share SRCS_C = \ diff --git a/src/test_grabbag/cuesheet/Makefile.lite b/src/test_grabbag/cuesheet/Makefile.lite index 9ffe8f2..ae3379b 100644 --- a/src/test_grabbag/cuesheet/Makefile.lite +++ b/src/test_grabbag/cuesheet/Makefile.lite @@ -27,9 +27,9 @@ PROGRAM_NAME = test_cuesheet INCLUDES = -I./include -I$(topdir)/include ifeq ($(OS),Darwin) -EXPLICIT_LIBS = $(libdir)/libgrabbag.a $(libdir)/libreplaygain_analysis.a $(libdir)/libFLAC.a $(OGG_LIB_DIR)/libogg.a -lm + EXPLICIT_LIBS = $(libdir)/libgrabbag.a $(libdir)/libreplaygain_analysis.a $(libdir)/libFLAC.a $(OGG...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...: cannot open file '..\..\obj\debug\lib\grabbag_static.lib' 10>Build log was saved at "file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\Debug\BuildLog.htm" 10>metaflac - 1 error(s), 19 warning(s) 11>------ Rebuild All started: Project: test_cuesheet, Configuration: Debug Win32 ------ 11>Deleting intermediate and output files for project 'test_cuesheet', configuration 'Debug|Win32' 11>Compiling... 8>Generating Code... 11>main.c 11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\c...
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...in test_grabbag make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag' Making distclean in cuesheet make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag/cuesheet' test -z "" || rm -f rm -rf .libs _libs rm -f test_cuesheet test_cuesheet rm -f *.o rm -f *.lo rm -f *.tab.c rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag/cuesheet' Making distclean in . make[5]: Entering directory `/h...