search for: metaflac_ldadd

Displaying 13 results from an estimated 13 matches for "metaflac_ldadd".

2004 Sep 10
1
Patch for building on IRIX
...============================ RCS file: /cvsroot/flac/flac/src/metaflac/Makefile.am,v retrieving revision 1.6 diff -u -r1.6 Makefile.am --- src/metaflac/Makefile.am 9 Jul 2002 06:27:07 -0000 1.6 +++ src/metaflac/Makefile.am 5 Oct 2002 09:06:51 -0000 @@ -26,4 +26,4 @@ main.c metaflac_LDFLAGS = -metaflac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la @SHARE_LIBS@ -lm +metaflac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la @SHARE_LIBS@ @LIBICONV@ -lm
2004 Sep 10
9
FLAC 1.0.4 released
I uploaded the source tarball and binary releases for win32 and redhat 7. Solaris package should be ready tomorrow. See the news item for all the improvements from 1.0.3: http://flac.sourceforge.net/news.html#20020924 Developers, see the new Doxygen-based API docs: http://flac.sourceforge.net/api/index.html Thanks again to all the contributors and testers. Josh
2013 Apr 18
1
[PATCH] Ensure AM_LDFLAGS is used consistently
...itmath.c \ diff --git a/src/metaflac/Makefile.am b/src/metaflac/Makefile.am index bd54356..35460b1 100644 --- a/src/metaflac/Makefile.am +++ b/src/metaflac/Makefile.am @@ -39,7 +39,7 @@ metaflac_SOURCES = \ options.h \ usage.h \ utils.h -metaflac_LDFLAGS = +metaflac_LDFLAGS = $(AM_LDFLAGS) metaflac_LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ -- 1.8.1.4
2017 Jan 13
0
[PATCH 4/4] When using libtool, use LTLIBICONV instead.
...(top_builddir)/src/libFLAC/libFLAC.la \ $(win_utf8_lib) \ - @LIBICONV@ \ + @LTLIBICONV@ \ -lm CLEANFILES = flac.exe diff --git a/src/metaflac/Makefile.am b/src/metaflac/Makefile.am index 7a4ec6b6..ec201ddf 100644 --- a/src/metaflac/Makefile.am +++ b/src/metaflac/Makefile.am @@ -55,6 +55,6 @@ metaflac_LDADD = \ $(top_builddir)/src/share/utf8/libutf8.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ $(win_utf8_lib) \ - @LIBICONV@ + @LTLIBICONV@ CLEANFILES = metaflac.exe -- 2.11.0
2013 Apr 06
0
[PATCH 2/2] Only link against libogg (and libm) if needed
...gain_synthesis/libreplaygain_synthesis.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ - @OGG_LIBS@ \ @LIBICONV@ \ -lm diff --git a/src/metaflac/Makefile.am b/src/metaflac/Makefile.am index dc286dc..bd54356 100644 --- a/src/metaflac/Makefile.am +++ b/src/metaflac/Makefile.am @@ -47,8 +47,6 @@ metaflac_LDADD = \ $(top_builddir)/src/share/getopt/libgetopt.la \ $(top_builddir)/src/share/utf8/libutf8.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ - @OGG_LIBS@ \ - @LIBICONV@ \ - -lm + @LIBICONV@ CLEANFILES = metaflac.exe diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am index 8...
2014 May 04
0
Building FLAC with LTO
...flac/Makefile.am.orig 2013-05-26 09:30:33.936201600 +0000 +++ flac-1.3.0/src/metaflac/Makefile.am 2014-05-03 09:46:35.618536900 +0000 @@ -42,12 +42,17 @@ utils.h metaflac_LDFLAGS = $(AM_LDFLAGS) +if OS_IS_WINDOWS +win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la +endif + metaflac_LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ $(top_builddir)/src/share/getopt/libgetopt.la \ $(top_builddir)/src/share/utf8/libutf8.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ + $(win_utf8_lib) \ @LIBIC...
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
...c/metaflac/Makefile.am index d6e76e8..94fda50 100644 --- a/src/metaflac/Makefile.am +++ b/src/metaflac/Makefile.am @@ -42,12 +42,15 @@ metaflac_SOURCES = \ utils.h metaflac_LDFLAGS = $(AM_LDFLAGS) +if OS_IS_WINDOWS +win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la +endif metaflac_LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ $(top_builddir)/src/share/getopt/libgetopt.la \ $(top_builddir)/src/share/utf8/libutf8.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ - @LIBICONV@ + $(win_utf8_li...
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 --------------
2004 Sep 10
1
flac-1.1.0: libtool warnings
...a \ + $(top_builddir)/src/share/utf8/libutf8.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ @OGG_LIBS@ \ @LIBICONV@ \ --- flac-1.1.0~/src/metaflac/Makefile.am 2003-01-25 21:14:53 +0300 +++ flac-1.1.0/src/metaflac/Makefile.am 2004-02-05 03:52:31 +0300 @@ -39,10 +39,10 @@ metaflac_LDFLAGS = metaflac_LDADD = \ - $(top_builddir)/src/share/grabbag/libgrabbag.a \ - $(top_builddir)/src/share/gain_analysis/libgain_analysis.a \ - $(top_builddir)/src/share/getopt/libgetopt.a \ - $(top_builddir)/src/share/utf8/libutf8.a \ + $(top_builddir)/src/share/grabbag/libgrabbag.la \ + $(top_builddir)/src/share/gain_an...
2017 Jan 06
8
[PATCH 0/5] Allow multiple targets to be disabled
Hi, This patchet allows a few targets to be disabled when unrequired. The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets. It would be easier and cleaner to use autoconf to do so IMHO. There's an additional patch which fixes the build when building for WinRT/UWP platform, upstreamed from VLC. We have a couple
2017 Jan 13
9
Upstreaming Gentoo patches
Dear FLAC devs, I would like to get some of our patches merged into master. Most of them deal with adhering to GNU conventions, respectively not overriding flags/variables that are up to the user to set. For instance, honoring $(htmldir) is important, as we have installation paths for the documentation that differ from what is currently coded in the various Makefile.am's. Regards David
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...f this fails, we are in the precence of a mid 90's compiler..move along... diff --git a/src/metaflac/Makefile.am b/src/metaflac/Makefile.am index 11b6310..b1ee208 100644 --- a/src/metaflac/Makefile.am +++ b/src/metaflac/Makefile.am @@ -43,8 +43,8 @@ metaflac_SOURCES = \ metaflac_LDFLAGS = metaflac_LDADD = \ - $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ + $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/getopt/libgetopt.a \ $(top_builddir)/src/share/utf8/libutf8.la \ $(...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...f this fails, we are in the precence of a mid 90's compiler..move along... diff --git a/src/metaflac/Makefile.am b/src/metaflac/Makefile.am index 11b6310..b1ee208 100644 --- a/src/metaflac/Makefile.am +++ b/src/metaflac/Makefile.am @@ -43,8 +43,8 @@ metaflac_SOURCES = \ metaflac_LDFLAGS = metaflac_LDADD = \ - $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ + $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/getopt/libgetopt.a \ $(top_builddir)/src/share/utf8/libutf8.la \...