search for: unicode_support

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

2012 Jul 31
0
No subject
...X=3Dopustools -DOUTSIDE_SPEEX -DFLOATING_POINT -I/= home/user/builds/include=A0 -W -Wall -Wextra -Wcast-align -Wnested-externs = -Wshadow -Wstrict-prototypes -MT src/lpc.o -MD -MP -MF $depbase.Tpo -c -o s= rc/lpc.o src/lpc.c &&\ =A0=A0=A0 mv -f $depbase.Tpo $depbase.Po depbase=3D`echo win32/unicode_support.o | sed 's|[^/]*$|.deps/&|=3Bs|\.o$||= '`=3B\ =A0=A0=A0 i686-w64-mingw32-gcc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I./src -I.= /win32=A0=A0 -I/home/user/builds/include=A0=A0 -I/home/user/builds/include/= opus=A0=A0 -DOPUSTOOLS -D_FORTIFY_SOURCE=3D2 -DHAVE_GETOPT_H -DSPX_RESAMPLE= _EXPORT=3D...
2013 Sep 24
5
Problem compiling opus-tools-0.1.7
...integer expressions [-Wsign-compare] src/resample.c:945:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ? CC?????? src/opusenc-audio-in.o ? CC?????? src/opusenc-diag_range.o ? CC?????? src/opusenc-flac.o ? CC?????? src/opusenc-lpc.o ? CC?????? win32/opusenc-unicode_support.o ? CCLD???? opusenc ? CC?????? src/opusdec-opus_header.o ? CC?????? src/opusdec-wav_io.o ? CC?????? src/opusdec-wave_out.o ? CC?????? src/opusdec-opusdec.o ? CC?????? src/opusdec-resample.o src/resample.c: In function ?update_filter?: src/resample.c:607:20: warning: comparison between signed and u...
2013 Sep 24
0
Problem compiling opus-tools-0.1.7
...ompare] > src/resample.c:945:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > CC src/opusenc-audio-in.o > CC src/opusenc-diag_range.o > CC src/opusenc-flac.o > CC src/opusenc-lpc.o > CC win32/opusenc-unicode_support.o > CCLD opusenc > CC src/opusdec-opus_header.o > CC src/opusdec-wav_io.o > CC src/opusdec-wave_out.o > CC src/opusdec-opusdec.o > CC src/opusdec-resample.o > src/resample.c: In function ?update_filter?: > src/resample.c:607:20:...
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack lossless format as input to opusenc. Like support to FLAC, it depends on an external library, libwavpack, and may be disabled on configure. Lucas Clemente Vella (1): Reading input from WavPack files. Makefile.am | 7 +- configure.ac | 37 ++++++++ src/audio-in.c | 71 ++++++++------- src/opusenc.c | 19 +++- src/opusenc.h
2018 Jul 04
1
unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip
...upported) SET_DIR_ATTRIB SYMLINKS (symbolic links supported, if RTL and file system permit) TIMESTAMP UNIXBACKUP USE_EF_UT_TIME USE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported) USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported) UNICODE_SUPPORT [wide-chars, char coding: UTF-8] (handle UTF-8 paths) LARGE_FILE_SUPPORT (large files over 2 GiB supported) ZIP64_SUPPORT (archives using Zip64 for large files supported) USE_BZIP2 (PKZIP 4.6+, using bzip2 lib version 1.0.6, 6-Sept-2010) VMS_TEXT_CONV WILD_ST...
2012 Oct 19
3
How to cross-compile opus-tools?
...src/resample.c:935:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] src/resample.c:945:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ? CC???? src/audio-in.o ? CC???? src/diag_range.o ? CC???? src/lpc.o ? CC???? win32/unicode_support.o ? CCLD?? opusenc.exe src/opusenc.o: In function `main': /home/user/source/opus-tools/src/opusenc.c:301: undefined reference to `opus_get_version_string' /home/user/source/opus-tools/src/opusenc.c:566: undefined reference to `opus_multistream_encoder_create' /home/user/source/opus-tool...