Revert parts of 96d081c1 that touched source code or autotools files.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Wed, 2 Jan 2013 19:25:21 +0000 (06:25 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Wed, 2 Jan 2013 19:25:21 +0000 (06:25 +1100)
src/flac/Makefile.am
src/libFLAC/lpc.c
src/metaflac/Makefile.am

index 38fc347..abc10f5 100644 (file)
@@ -47,9 +47,9 @@ flac_SOURCES = \
 
 flac_LDADD = \
        $(top_builddir)/src/share/utf8/libutf8.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/replaygain_analysis/libreplaygain_analysis.la \
        $(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
        $(top_builddir)/src/libFLAC/libFLAC.la \
        @OGG_LIBS@ \
index 4eccdc5..66a6899 100644 (file)
@@ -61,7 +61,7 @@
 #elif defined(__GNUC__)
 #define copysign __builtin_copysign
 #endif
-inline long int lround(double x) {
+static inline long int lround(double x) {
     return (long)(x + copysign (0.5, x));
 }
 //If this fails, we are in the precence of a mid 90's compiler..move along...
index b1ee208..11b6310 100644 (file)
@@ -43,8 +43,8 @@ metaflac_SOURCES = \
 metaflac_LDFLAGS =
 
 metaflac_LDADD = \
-       $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
        $(top_builddir)/src/share/grabbag/libgrabbag.la \
+       $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
        $(top_builddir)/src/share/getopt/libgetopt.a \
        $(top_builddir)/src/share/utf8/libutf8.la \
        $(top_builddir)/src/libFLAC/libFLAC.la \