search for: flac__filedecodermetadatacallback

Displaying 2 results from an estimated 2 matches for "flac__filedecodermetadatacallback".

2004 Sep 10
4
Updating flac include problems
...er -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/include, it can't find the ogg header: (even if i specify --with-ogg-includes=/sw/include) gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAG...
2004 Sep 10
0
Updating flac include problems
...nctions -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/include, it can't > find the ogg header: (even if i specify > --with-ogg-includes=/sw/include) > > gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" &...