search for: iffscan

Displaying 6 results from an estimated 6 matches for "iffscan".

2013 Sep 04
1
PATCH for iffscan.c
There's a typo in iffscan.c, line 64: fprintf(stderr, "%ERROR.... patch attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: iffscan.patch Type: application/octet-stream Size: 435 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/2013090...
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...4 +-- examples/cpp/decode/file/Makefile.lite | 4 +-- examples/cpp/encode/file/Makefile.lite | 4 +-- src/Makefile.lite | 29 ++++++++-------- src/flac/Makefile.am | 2 +- src/flac/Makefile.lite | 6 ++-- src/flac/Makefile.lite.iffscan | 8 ++--- src/libFLAC++/Makefile.lite | 7 ++++ src/libFLAC/Makefile.lite | 29 ++++++++++------ src/libFLAC/lpc.c | 2 +- src/metaflac/Makefile.am | 2 +- src/metaflac/Makefile.lite | 6 ++-- src/plugi...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...4 +-- examples/cpp/decode/file/Makefile.lite | 4 +-- examples/cpp/encode/file/Makefile.lite | 4 +-- src/Makefile.lite | 29 +++++++--------- src/flac/Makefile.am | 2 +- src/flac/Makefile.lite | 6 ++-- src/flac/Makefile.lite.iffscan | 8 ++--- src/libFLAC++/Makefile.lite | 7 ++++ src/libFLAC/Makefile.lite | 29 ++++++++++------ src/libFLAC/lpc.c | 2 +- src/metaflac/Makefile.am | 2 +- src/metaflac/Makefile.lite | 6 ++-- src/plugi...
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
2012 Dec 04
0
[PATCH] Update FSF address.
...e_utils_flac.h | 6 +-- include/test_libs_common/metadata_utils.h | 6 +-- man/Makefile.am | 6 +-- src/flac/Makefile.am | 6 +-- src/flac/Makefile.lite | 6 +-- src/flac/Makefile.lite.iffscan | 6 +-- src/flac/analyze.c | 6 +-- src/flac/analyze.h | 6 +-- src/flac/decode.c | 6 +-- src/flac/decode.h | 6 +-- src/flac/encode.c...
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...rc/flac/Makefile.am index 17cfcce..d2c9f07 100644 --- a/src/flac/Makefile.am +++ b/src/flac/Makefile.am @@ -18,7 +18,7 @@ bin_PROGRAMS = flac AM_CFLAGS = @OGG_CFLAGS@ - +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include EXTRA_DIST = \ Makefile.lite \ Makefile.lite.iffscan \ diff --git a/src/libFLAC++/Makefile.am b/src/libFLAC++/Makefile.am index abc5f9a..06fa6a1 100644 --- a/src/libFLAC++/Makefile.am +++ b/src/libFLAC++/Makefile.am @@ -35,7 +35,7 @@ m4data_DATA = libFLAC++.m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = flac++.pc - +AM_CPPFLAGS = -I$(top_...