search for: 11b6310

Displaying 3 results from an estimated 3 matches for "11b6310".

2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...opysign #endif -static inline long int lround(double x) { +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... 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...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...opysign #endif -static inline long int lround(double x) { +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... 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 \ + $(t...
2012 Dec 04
0
[PATCH] Update FSF address.
...y of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef flac__vorbiscomment_h diff --git a/src/metaflac/Makefile.am b/src/metaflac/Makefile.am index c7deb9e..11b6310 100644 --- a/src/metaflac/Makefile.am +++ b/src/metaflac/Makefile.am @@ -11,9 +11,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this prog...