Displaying 9 results from an estimated 9 matches for "metaflac_ldflag".
Did you mean:
metaflac_ldflags
2013 Apr 18
1
[PATCH] Ensure AM_LDFLAGS is used consistently
...RA_LDFLAGS) @LT_NO_UNDEFINED@
libFLAC_sources = \
bitmath.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
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
2014 May 04
0
Building FLAC with LTO
...replaygain_synthesis.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
+ $(win_utf8_lib) \
@LIBICONV@ \
-lm
--- flac-1.3.0/src/metaflac/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/getop...
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
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
.../libFLAC.la \
- @LIBICONV@ \
+ $(win_utf8_lib) @LIBICONV@ \
-lm
CLEANFILES = flac.exe
diff --git a/src/metaflac/Makefile.am b/src/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/...
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
...hare/getopt/libgetopt.la \
+ $(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_build...
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...n (0.5, x));
}
//If 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/...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...n (0.5, x));
}
//If 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/utf...