Displaying 20 results from an estimated 43 matches for "file_decoder".
2004 Sep 10
1
[Flac-users] Trouble Building flac-1.1.0
I am trying to build Flac 1.1.0. Version 1.0.3 built without any problems on this system, but 1.0.4 and 1.1.0 fail during the `make' step. I ran `./configure' without any extra flags, then ran `make'. The following is the errors that make outputs:
file_decoder.c:60: parse error before "FLAC__FileDecoderWriteCallback"
file_decoder.c:60: warning: no semicolon at end of struct or union
file_decoder.c:61: warning: type defaults to `int' in declaration of `metadata_callback'
file_decoder.c:61: warning: data definition has no type or storage...
2004 Sep 10
3
Compiling problem flac 1.0.4 Mandrake 9.0 gcc 3.2
...... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for g++... no
checking for c++... no
checking for gpp... no
but the when I make it bombs out with:
Making all in libFLAC++
make[2]: Entering directory `/home/robin/flac-1.0.4/src/libFLAC++'
source='file_decoder.cc' object='file_decoder.lo' libtool=yes \
depfile='.deps/file_decoder.Plo' tmpdepfile='.deps/file_decoder.TPlo' \
depmode=none /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSI...
2004 Sep 10
0
Compiling problem flac 1.0.4 Mandrake 9.0 gcc 3.2
...linked in... no
> creating libtool
> checking for g++... no
> checking for c++... no
> checking for gpp... no
>
>
> but the when I make it bombs out with:
> Making all in libFLAC++
> make[2]: Entering directory `/home/robin/flac-1.0.4/src/libFLAC++'
> source='file_decoder.cc' object='file_decoder.lo' libtool=yes \
> depfile='.deps/file_decoder.Plo' tmpdepfile='.deps/file_decoder.TPlo'
> \
> depmode=none /bin/sh ../../depcomp \
> /bin/sh ../../libtool --mode=compile g++ -DPACKAGE_NAME=\"\"
> -DPACKAGE_TARNAME=\&quo...
2004 Sep 10
6
OS X compile errors
I just tried to compile FLAC 1.0.5 beta1 under Apple's X11 v0.1
(released today) and it didn't work. The error message was:
file_decoder.c: In function `_declspec':
file_decoder.c:477: warning: unused parameter `dllimport'
file_decoder.c:478: warning: unused parameter
`FLAC__file_decoder_process_until_end_of_file'
make[4]: *** [file_decoder.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Er...
2004 Sep 10
4
Updating flac include problems
...IB_MAJOR=3 -DID3LIB_MINOR=7
-DID3LIB_PATCH=13 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4
-DSIZEOF_LONG_LONG=8 -I. -I. -I/sw/include -I../.. -I./include
-I../../include -g -O2 -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops
-finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -c
file_decoder.c -Wp,-MD,.deps/file_decoder.TPlo -fno-common -DPIC -o
.libs/file_decoder.lo
file_decoder.c:60: undefined type, found
`FLAC__FileDecoderWriteCallback'
file_decoder.c:61: undefined type, found
`FLAC__FileDecoderMetadataCallback'
However if i remove the CFLAGS/CPPFLAGS/etc to /sw/inclu...
2004 Sep 10
3
Cygwin patch
...-13 08:25:38 -0400
@@ -27,6 +27,7 @@
#endif
#ifdef __CYGWIN__
#include <io.h> /* for _setmode(), O_BINARY */
+#include <fcntl.h>
#endif
#include <sys/stat.h> /* for stat(), maybe chmod() */
#include <string.h> /* for strrchr() */
diff -ubr orig/flac-1.0.3/src/libFLAC/file_decoder.c flac-1.0.3/src/libFLAC/file_decoder.c
--- orig/flac-1.0.3/src/libFLAC/file_decoder.c 2002-06-14 02:36:16 -0400
+++ flac-1.0.3/src/libFLAC/file_decoder.c 2002-08-13 08:23:29 -0400
@@ -26,6 +26,7 @@
#include <fcntl.h> /* for _O_BINARY */
#elif defined __CYGWIN__
#include <io.h>...
2004 Oct 15
1
compile errors
...I had xmms 1.2.10 . I removed it to see if
flac would compile without xmms, and now I get this:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include
-DNDEBUG -funroll-loops -finline-functions -Wall -W -Winline
-DFLaC__INLINE=__inline__ -O2 -mcpu=pentium2 -fomit-frame-pointer -c
file_decoder.c -MT file_decoder.lo -MD -MP -MF .deps/file_decoder.TPlo
-fPIC -DPIC -o .libs/file_decoder.lo
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
distcc[31017] ERROR: compile on 10.0.0.1 failed
make[4]: *** [file_dec...
2004 Sep 10
3
OS X compile errors
...perhaps i should try
> it before you release. :)
>
Nope, it still fails:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include -I../.. -I./include
-I../../include -I/sw/include -O3 -DNDEBUG -fomit-frame-pointer
-funroll-loops -finline-functions -Wall -W -Winline
-DFLaC__INLINE=__inline__ -c file_decoder.c
-Wp,-MD,.deps/file_decoder.TPlo -fno-common -DPIC -o
.libs/file_decoder.lo
../../include/FLAC/format.h:144: syntax error, missing `;' after `const'
../../include/FLAC/format.h:147: syntax error, missing `;' after `const'
../../include/FLAC/format.h:152: syntax error, missing `;...
2006 Mar 19
0
Patch -- Decode Position for libFLAC++ file and seekable_stream decoder
Index: src/libFLAC++/file_decoder.cpp
===================================================================
RCS file: /cvsroot/flac/flac/src/libFLAC++/file_decoder.cpp,v
retrieving revision 1.9
diff -u -r1.9 file_decoder.cpp
--- src/libFLAC++/file_decoder.cpp 25 Jan 2005 04:18:35 -0000 1.9
+++ src/libFLAC++/file_decoder.cpp 20 Mar 20...
2004 Sep 10
0
Updating flac include problems
...gt; -DID3LIB_PATCH=13 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4
> -DSIZEOF_LONG_LONG=8 -I. -I. -I/sw/include -I../.. -I./include
> -I../../include -g -O2 -O3 -DNDEBUG -fomit-frame-pointer
> -funroll-loops
> -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -c
> file_decoder.c -Wp,-MD,.deps/file_decoder.TPlo -fno-common -DPIC -o
> .libs/file_decoder.lo
> file_decoder.c:60: undefined type, found
> `FLAC__FileDecoderWriteCallback'
> file_decoder.c:61: undefined type, found
> `FLAC__FileDecoderMetadataCallback'
>
>
>
> However if...
2004 Sep 10
1
error during compile
...l 2>&1
mv -f .libs/encoder_framing.lo encoder_framing.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 file_decoder.c
rm -f .libs/file_decoder.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/file_decoder.pp
-c file_decoder.c -fPIC -DPIC -o .libs/file_deco...
2004 Sep 10
0
new checkins
I have in my working directory the trivial header changes necessary to allow
FLAC library functions to be used in C++ programs. Is it OK to commit this?
--
- mdz
-------------- next part --------------
? Makefile
? Makefile.in
? ordinals.h
Index: file_decoder.h
===================================================================
RCS file: /cvsroot/flac/flac/include/FLAC/file_decoder.h,v
retrieving revision 1.13
diff -u -r1.13 file_decoder.h
--- file_decoder.h 26 Jan 2002 17:36:39 -0000 1.13
+++ file_decoder.h 6 May 2002 15:07:21 -0000
@@ -22,6 +22,10 @@...
2004 Sep 10
0
OS X compile errors
...ntime you can manually add -Dunix to the two assignments
of OUR_CFLAGS_TAIL in configure.
Josh
--- Glenn <glenn@meaning.com> wrote:
>
> I just tried to compile FLAC 1.0.5 beta1 under Apple's X11 v0.1
> (released today) and it didn't work. The error message was:
>
> file_decoder.c: In function `_declspec':
> file_decoder.c:477: warning: unused parameter `dllimport'
> file_decoder.c:478: warning: unused parameter
> `FLAC__file_decoder_process_until_end_of_file'
> make[4]: *** [file_decoder.lo] Error 1
> make[3]: *** [all-recursive] Error 1
> m...
2004 Sep 10
3
new checkins
FYI, I have checked in a few interesting things. One is a
speedup to the decoder (about 15% improvement in overall
decode time). Another is a new interface to FLAC file
metadata. If you're curious look at include/FLAC/metadata.h.
It is basically a collection of object manipulation routines
and iterators that make it pretty easy to add/edit/delete
FLAC metadata in files efficiently. The
2010 Jul 22
1
Compiling the Xiph QuickTime component project in Xcode 3.2
...ble to
compile the entire Xiph.org QuickTime component project. It seems the
dependencies compile just fine, but then things explode with a
fountain with hundreds errors all of the same nature, choking
seemingly on struct definitions, for the most part:
src/flac-1.1.0/src/libFLAC/include/protected/file_decoder.h:26:0
src/flac-1.1.0/src/libFLAC/include/protected/file_decoder.h:26: error:
expected specifier-qualifier-list before 'FLAC__FileDecoderState'
and
/Users/dmitry/Developer/objc/xiph-qt/build-macosx/../OggImport/src/importer_types.h:99:0
/Users/dmitry/Developer/objc/xiph-qt/build-macosx/.....
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT file_decoder.lo -MD -MP -MF ".deps/file_decoder.Tpo" -c -o file_decoder.lo file_decoder.c; \
then mv -f ".deps/file_decoder.Tpo" ".deps/file_decoder.Plo"; else rm -f ".deps/file_decoder.Tpo"; exit 1; fi
/opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/arm...
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
...le_ -> safe_decoder_delete(decoder_);
decoder_ = 0;
@@ -668,7 +668,7 @@ static const decoder_funcs_t HTTP_DECODE
static decoder_funcs_t const *decoder_func_table_;
-static void init_decoder_func_tables()
+static void init_decoder_func_tables(void)
{
DECODER_FUNCS [DECODER_FILE] = & FILE_DECODER_FUNCTIONS;
DECODER_FUNCS [DECODER_HTTP] = & HTTP_DECODER_FUNCTIONS;
--- src/plugin_xmms/configure.h-dist 2005-05-25 16:07:23.000000000 +0200
+++ src/plugin_xmms/configure.h 2005-05-25 16:07:27.000000000 +0200
@@ -69,7 +69,7 @@ typedef struct {
extern flac_config_t flac_cfg;
extern void FL...
2010 Jul 21
2
Compiling in Xcode
...ble to compile the entire Xiph.org QuickTime component project. It seems the dependencies compile just fine, but then things explode with a fountain with hundreds errors all of the same nature, choking seemingly on struct definitions, for the most part:
src/flac-1.1.0/src/libFLAC/include/protected/file_decoder.h:26:0 src/flac-1.1.0/src/libFLAC/include/protected/file_decoder.h:26: error: expected specifier-qualifier-list before 'FLAC__FileDecoderState'
and
/Users/dmitry/Developer/objc/xiph-qt/build-macosx/../OggImport/src/importer_types.h:99:0 /Users/dmitry/Developer/objc/xiph-qt/build-macosx/....
2004 Sep 10
2
1.0 candidate checked in
On Fri, Jul 20, 2001 at 03:01:54PM -0700, Josh Coalson wrote:
> --- Matt Zimmerman <mdz@debian.org> wrote:
> >
> > automake will include ltmain.sh in the source distribution, so it
> > should be
> > used even if it isn't installed on the build system. In fact, it
> > seems to
> > always use the distributed version, and not the installed one
2004 Sep 10
2
1.0 candidate checked in
...-DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__ -g -O2 -c file_decoder.c
gcc -DPACKAGE=\"flac\" -DVERSION=\"1.0\" -DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finli...