search for: ccasflag

Displaying 9 results from an estimated 9 matches for "ccasflag".

Did you mean: ccasflags
2009 Nov 05
1
OSX 10.6 and 64 bit rsync not preserving creation dates
Hi All, I don't know if this has been discussed here but creation dates are nto being preserved on OSX 10.6.1 in 64 bit mode. Rare of course, the folks that are using 64 but I am getting reports. I built in 64 with the usual crtimes and fileflags patches. Otherwise works like a dream and, in 64, is unbelievably Fast! Thanks, Rob
2010 Dec 18
0
Compilation for mac OS X with detect-renamed.diff patch
...elevant patches (in my opinion) : - fileflags.diff - crtimes.diff - detect-renamed.diff Here are my exact compile instructions : patch -p1 <patches/fileflags.diff patch -p1 <patches/crtimes.diff patch -p1 <patches/detect-renamed.diff ./prepare-source CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 ./configure CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 make But the make ends with errors : gcc -std=gnu99 -I. -I. -m32 -DHAVE_CONFIG_H -Wall -W -I./popt -m32 -c compat.c -o compat.o compat.c: In function 'set_allow_inc_recurse': compat.c:128: error: 'detect_renamed' un...
2004 Sep 10
3
Altivec, automake
...e, lpc_asm.s, which has the assembly routines -changes to cpu.h, cpu.c, and stream_decoder.c to enable them -changes to configure.in to support the new cpu stuff -a preliminary Makefile.am -maybe something else I'm forgetting Now automake complains that configure.in doesn't define CCAS and CCASFLAGS. A bit of research suggests that I could just do that directly, but does anybody know if there's a better solution? -- Brady Patterson (brady@spaceship.com) Give us the Destructo-Beam!
2010 Jul 24
2
theorarm build
...make the following mods manually. (1) The assembler .s files in ./lib/arm needed to be converted to gcc- compatible format with arm2gcc.pl script. (2) When turning off ARMV6 and ARM_HAS_NEON switches, the ARMfrag.s files had a misplaced .endif directive that needed to be relocated. (3) The CCASFLAGS options needed to be set to "-Xassembler -Iarm/" to locate dependent .s files for assembly. (4) The ARMstate.c file had a couple mismatched function parameter types which needed fixing. (5) When linking completed, the resulting libtheora.so binary was not able to load due to unre...
2015 Apr 21
2
Availability of the 1.1.1 stable version
...ecoding with 8000 Hz output (1 channels) average bitrate: 31.864 kb/s maximum bitrate: 49.200 kb/s bitrate standard deviation: 3.412 kb/s [root at MEDIA opus-1.1]# *compiler flags in 1.1:* AWK = gawk CC = gcc -std=gnu99 CCAS = gcc -std=gnu99 CCASDEPMODE = depmode=gcc3 CCASFLAGS = -g -O2 CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 -fvisibility=hidden -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes CPP = gcc -E CPPFLAGS = CYGPATH_W = echo DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DLLTOOL = false But If i run the same command you did (./opus_demo -d 4...
2015 Apr 21
3
Availability of the 1.1.1 stable version
...49.200 kb/s > > bitrate standard deviation: 3.412 kb/s > > [root at MEDIA opus-1.1]# > > > > *_compiler flags in 1.1:_* > > > > AWK = gawk > > CC = gcc -std=gnu99 > > CCAS = gcc -std=gnu99 > > CCASDEPMODE = depmode=gcc3 > > CCASFLAGS = -g -O2 > > CCDEPMODE = depmode=gcc3 > > CFLAGS = -g -O2 -fvisibility=hidden -W -Wall -Wextra -Wcast-align > > -Wnested-externs -Wshadow -Wstrict-prototypes > > CPP = gcc -E > > CPPFLAGS = > > CYGPATH_W = echo > > DEFS = -DHAVE_CONFIG_H > > DEPDIR =...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...31.864 kb/s > maximum bitrate: 49.200 kb/s > bitrate standard deviation: 3.412 kb/s > [root at MEDIA opus-1.1]# > > *_compiler flags in 1.1:_* > > AWK = gawk > CC = gcc -std=gnu99 > CCAS = gcc -std=gnu99 > CCASDEPMODE = depmode=gcc3 > CCASFLAGS = -g -O2 > CCDEPMODE = depmode=gcc3 > CFLAGS = -g -O2 -fvisibility=hidden -W -Wall -Wextra -Wcast-align > -Wnested-externs -Wshadow -Wstrict-prototypes > CPP = gcc -E > CPPFLAGS = > CYGPATH_W = echo > DEFS = -DHAVE_CONFIG_H > DEPDIR = .deps > DLLTOOL = false > >...
2015 Apr 22
0
Availability of the 1.1.1 stable version
...itrate standard deviation: 3.412 kb/s >> > [root at MEDIA opus-1.1]# >> > >> > *_compiler flags in 1.1:_* >> > >> > AWK = gawk >> > CC = gcc -std=gnu99 >> > CCAS = gcc -std=gnu99 >> > CCASDEPMODE = depmode=gcc3 >> > CCASFLAGS = -g -O2 >> > CCDEPMODE = depmode=gcc3 >> > CFLAGS = -g -O2 -fvisibility=hidden -W -Wall -Wextra -Wcast-align >> > -Wnested-externs -Wshadow -Wstrict-prototypes >> > CPP = gcc -E >> > CPPFLAGS = >> > CYGPATH_W = echo >> > DEFS = -DHAVE...
2015 Apr 20
1
Availability of the 1.1.1 stable version
Hi, We are able to reproduce the issue with the 1.1 opus_demo (sample file). We captured the frames in our server just before the opus_decode and fed the file to opus_demo (1.1) and it is crashing. Same file is tested with 1.1.1 and it is fine. So this is in line with our server testing observation and I think here we can conclude that the 1.1 library is crashing while handling a specific mode