Displaying 7 results from an estimated 7 matches for "encoder_framing".
2004 Sep 10
1
error during compile
...r.o >/dev/null 2>&1
mv -f .libs/encoder.lo encoder.lo
/bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"flac\"
-DVERSION=\"0.8\" -I. -I. -I./include -I ../../include -Wall -W
-O3 -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions
-DNDEBUG -c encoder_framing.c
rm -f .libs/encoder_framing.lo
gcc -DPACKAGE=\"flac\" -DVERSION=\"0.8\" -I. -I. -I./include -I
../../include -Wall -W -O3 -fomit-frame-pointer -funroll-loops
-ffast-math -finline-functions -DNDEBUG
-Wp,-MD,.deps/encoder_framing.pp -c encoder_framing.c -fPIC -DPIC -o
.libs...
2004 Sep 10
0
ERROR: mismatch in decoded data, verify FAILED!
...e_signed (bb=0x4085c800,
val=-2147483630, parameter=4) at bitbuffer.c:658
#6 0x8056603 in subframe_add_residual_partitioned_rice_ (bb=0x4085c800,
residual=0x8361200, residual_samples=4580, predictor_order=28,
rice_parameters=0x407dc520, raw_bits=0x407fc520, partition_order=0)
at encoder_framing.c:366
#7 0x80563eb in FLAC__subframe_add_lpc (subframe=0x407dc518,
residual_samples=4580, subframe_bps=17, wasted_bits=0, bb=0x4085c800)
at encoder_framing.c:310
#8 0x80544c8 in encoder_add_subframe_ (encoder=0x8314758,
frame_header=0xbfffe5ac, subframe_bps=17, subframe=0x407dc514,...
2004 Sep 10
0
Re: detecting host machine in configure.in?
...-d ELF -i i386/ $< -o $@
-
lib_LTLIBRARIES = libFLAC.la
if DEBUG
CFLAGS += @CFLAGS@ -DFLAC__PRECOMPUTE_PARTITION_SUMS -DFLAC__OVERFLOW_DETECT
@@ -15,40 +11,11 @@
if FLaC__CPU_IA32
if FLaC__HAS_NASM
-libFLAC_la_SOURCES = \
- bitbuffer.c \
- bitmath.c \
- crc.c \
- cpu.c \
- encoder.c \
- encoder_framing.c \
- file_decoder.c \
- fixed.c \
- format.c \
- lpc.c \
- md5.c \
- seek_table.c \
- stream_decoder.c \
- i386/cpu_asm.nasm \
- i386/fixed_asm.nasm \
- i386/lpc_asm.nasm
-else
-libFLAC_la_SOURCES = \
- bitbuffer.c \
- bitmath.c \
- crc.c \
- cpu.c \
- encoder.c \
- encoder_framing.c \
- file_deco...
2004 Sep 10
2
Re: detecting host machine in configure.in?
--- Christian Weisgerber <naddy@mips.inka.de> wrote:
> Josh Coalson <xflac@yahoo.com> wrote:
>
> > Basically what I want is configure.in determination of
> > basic machine type (intel/compatible, alpha, ppc), then within
> > that (say intel) the code will detect variants like MMX, SSE,
> > and use the right routines.
>
> Please include a way to
2004 Sep 10
5
ERROR: mismatch in decoded data, verify FAILED!
> > I also had this verify error encoding a wav I ripped from a CD. I
> didn't
> > report this as it happended on flac running on debian linux
> -current unstable.
> > This error happened only with one track of a CD I was ripping.
> >
> > Another reason for me not reporting this was, that flac 1.0 running
> on OpenBSD
> > 2.9 encoded the wav with
2004 Sep 10
2
Re: beta 10 candidate checked in
....am flac+mdz/src/libFLAC/include/private/Makefile.am
--- flac/src/libFLAC/include/private/Makefile.am Wed Dec 31 19:00:00 1969
+++ flac+mdz/src/libFLAC/include/private/Makefile.am Thu May 31 04:49:08 2001
@@ -0,0 +1,10 @@
+noinst_HEADERS = bitbuffer.h \
+ all.h \
+ bitmath.h \
+ cpu.h \
+ crc.h \
+ encoder_framing.h \
+ fixed.h \
+ lpc.h \
+ md5.h \
+ memory.h
diff -ruN flac/src/libFLAC/include/protected/Makefile.am flac+mdz/src/libFLAC/include/protected/Makefile.am
--- flac/src/libFLAC/include/protected/Makefile.am Wed Dec 31 19:00:00 1969
+++ flac+mdz/src/libFLAC/include/protected/Makefile.am Thu May 31 04...
2004 Sep 10
2
Re: beta 10 candidate checked in
--- Christian Weisgerber <naddy@mips.inka.de> wrote:
> Josh Coalson <xflac@yahoo.com> wrote:
>
> > I have checked in all the latest into CVS and am going to start the
> > test suite again. if all goes well I will probably release this as
> > beta 10.
>
> What's the sequence of steps required to turn this into a buildable
> distribution?
>