search for: oggtest

Displaying 20 results from an estimated 23 matches for "oggtest".

2001 Oct 11
0
ogg.m4: --with-ogg-libdir
...g-prefix=PFX Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="") +AC_ARG_WITH(ogg-libdir,[ --with-ogg-libdir=DIR Directory where libogg library is installed (optional)], ogg_libdir="$withval", ogg_libdir="") AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run a test Ogg program],, enable_oggtest=yes) - if test "x$ogg_prefix" != "x"; then - ogg_args="$ogg_args --prefix=$ogg_prefix" - OGG_CFLAGS="-I$ogg_prefix/include" + if test "x$ogg_libdir&q...
2013 Apr 20
1
compile error
...though I'm not a whiz at compiling from source. I'm installing on Mac OSX 10.8.2. The relevant commands are: export CC=clang ./configure --prefix=${TARGET} --build=x86_64 --with-ogg-libraries=${TARGET}/lib --with-ogg-includes=${TARGET}/include/ --enable-static --disable-shared --disable-oggtest && make -j 4 && make install This error shows up 3 or 4 times: configure:12338: clang -o conftest -O20 -Wall -Wextra -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H conftest.c -lpthread >&5 error: invalid value '20' in '-O20' config.log is attached. I...
2003 Aug 20
0
libvorbis configure script fails on Irix
...ing LD_LIBRARY_PATH didn't help, and as far as I can tell ldconfig is not applicable to Irix. I grepped for these frame_info functions in the source, but couldn't find them. I cheated and went on to compile vorbislib and the other libs & tools after running "./configure --disable-oggtest", but when I eventually ran the resulting oggenc binary, I got the same rld failure. I'll attach the last few lines of my config.log file, although they weren't very instructive to me... Please let me know if you have any ideas what's going wrong here. Thanks! - Greg Howard &lt...
2009 Jan 05
1
trouble building celt on Fedora
...**************** ERROR 0001: file '/usr/bin/celtenc' contains a standard rpath '/usr/lib64' in [/usr/lib64] ERROR 0001: file '/usr/bin/celtdec' contains a standard rpath '/usr/lib64' in [/usr/lib64] The other issue I have (which I work around with the --disable-oggtest configure option) is that the test app doesn't build. Regards, Peter
2009 Jan 08
2
how to fix high freq noise?
...when I remove Speex. The problem occurs both on the Blackfin 537 Stamp board with the AD1836 audio daughter card and with our own 537 hardware. The build configuration settings that I am using are as follows: --without-ogg --without-ogg-libraries --without-ogg-includes --disable-oggtest --enable-blackfin-asm --enable-fixed-point --disable-float-api --disable-vbr Cheers! Jason Jean-Marc Valin wrote: > What version did you use. Some older releases had encoder-side issues > with some times, but that should be fixed now. > > Jean-Marc > > Jason Hen...
2001 Aug 13
2
configure error
...configure:1595: ogg/ogg.h: File or Directory not found configure: failed program was: #line 1590 "configure" #include "confdefs.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ogg/ogg.h> int main () { system("touch conf.oggtest"); return 0; } configure:1644: gcc -o conftest -I/include conftest.c -L/lib -logg 1>&5 configure:1637: ogg/ogg.h: Datei oder Verzeichnis nicht gefunden configure: failed program was: #line 1634 "configure" #include "confdefs.h" #include <stdio.h> #i...
2009 Jan 07
3
how to fix high freq noise?
Hi Masakazu, I have reproduced the Speex high frequency noise issue on a Blackfin 537 by sending 'silence' into the Speex fixed point encoder. By recording the Speex decoder output and plotting the spectrum using Audacity the following two frequencies. 1596Hz at -31.3dB 3200Hz at -48dB These two frequencies are present in both Narrow Band and Wide Band modes. I've tried a number
2002 Jul 27
2
trouble compiling vorbis 1.0 on openbsd
...rhaps I'm forgetting something. don't know. On the last release I was also have a lot of trouble. The make couldn't find a lof of .h files while includes and I had to manually copy several .h files from the various vorbis folder components. And it never compiled unless I used "-no-oggtest" option on the configure. Sometimes, I found that I could ./configure; make libogg and when trying to do same for libvorbis it couln'd find ogg Well. Making it compile and install under OpenBSD isn't that easy but up to today I always tweaked it until it got working but I've been...
2017 Oct 19
0
FLAC on ARM Cortex-M4
...btool. autogen.sh succeeded and I was able to create my makefiles using the following: *./configure --build=x86_64-apple-darwin16.7.0 --host=arm-none-eabi --prefix=$PWD/export CFLAGS="-O3 -mthumb -mcpu=cortex-m4 -lc -lrdimon -specs=rdimon.specs" --disable-cpplibs --disable-ogg --disable-oggtest --disable-examples --disable-xmms-plugin* * Configuration summary :* * FLAC version : ........................ 1.3.2* * Host CPU : ............................ arm* * Host Vendor : ......................... none* * Host OS : ............................. eabi* * Compiler is GCC...
2004 Sep 10
2
compiling without admin permissions
Is there an easy way to tell libtheora to configure itself using libogg that is *not* installed in a system folder (one that requires admin permissions to write to), but is instead in a normal user level folder? -- Steve
2007 Feb 09
3
two develop problems about flac-1.1.3?
i download flac-1.1.3.src watch the change log, it is good news that intergrate 3 layer decode api into one layer. but it DEPANDs on the ogg lib now, i try it build a plugin for beep-media-player on linux the plugin just seems like the xmms's plugin. when i build plugin with 1.1.2's api, it compile smoothly, and bmp decoder flac file well, but when i updat flac lib to 1.1.3, and change the
2002 Feb 16
2
libvorbis config error
...ence to `atexit' collect2: ld returned 1 exit status configure: failed program was: #line 5628 "configure" #include "confdefs.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ogg/ogg.h> int main () { system("touch conf.oggtest"); return 0; } <p>configure:5682: gcc -o conftest -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -I/usr/include conftest.c -lm -L/usr/lib -logg 1>&5 /usr/lib/libogg.so: undefined reference to `atexit' collect2: ld returned 1 exit status confi...
2008 Aug 28
0
Error while cross compiling libvorbis 1.2.0
...root/usr --disable-static --enable-shared libvorbis ===== CC=arm-linux-gcc CFLAGS='-fPIC' PKG_CONFIG_PATH=/home/sr/armlinux/sysroot/usr/lib/pkgconfig/ ./configure --host=arm-linux --build=i686-linux --prefix=/home/sr/armlinux/sysroot/usr --with-ogg=/home/sr/armlinux/sysroot/usr/ --disable-oggtest --disable-static --enable-shared Am I missing something in the configure commands? Thanks -Sourya -- Sourya Roy Electrical Engineering (Class of 2011) Northwestern University Evanston, Illinois
2012 Feb 01
2
xiph flac git build fails out of the box
...--sharedstatedir=/home/avuton/src/mpd-release-utils/build-dir/com --mandir=/home/avuton/src/mpd-release-utils/build-dir/man --infodir=/home/avuton/src/mpd-release-utils/build-dir/info --disable-dependency-tracking --disable-doxygen-docs --disable-xmms-plugin --enable-cpplibs --enable-ogg --disable-oggtest --snip-- make[4]: Entering directory `/home/avuton/src/mpd-release-utils/src/flac.git/src/libFLAC' CC bitmath.lo /bin/bash ../../libtool --silent --tag=CC --mode=compile i586-mingw32msvc-gcc -DHAVE_CONFIG_H -I. -I../.. -DFLaC__INLINE=inline -DNDEBUG -I../.. -I./include -I../../include...
2011 Sep 28
1
Compiling - Win - GNU Compiler
Hi, I went in big trouble compiling Flac (Windows). With configure (msys and mingw32-make 4.5.2) I didn't have success to compile. Makefile.lite the same. I used also the patches for SIZE_T_MAX UINT_MAX . Then I could compile every (!) project in flac with MSVC 2008 and I got all libraries, *.dll and *.exe. The libraries are passing all test-programs. With my own tools I see the *.dlls
2003 Aug 23
1
CVS compile problems
...l in doc make[1]: Entering directory `/work/src/theora/doc' make[1]: *** No rule to make target `testspec.raw', needed by `all-am'. Stop. make[1]: Leaving directory `/work/src/theora/doc' make: *** [all-recursive] Error 1 I cannot skip that error if I use ./configure --disable-oggtest. I guess it have other purpose I workaround this by removing these test from Makefile. 2. My stock (slackware 9) SDL have problems with linking theora examples. here is the gcc command line & error: make[1]: Entering directory `/work/src/theora/examples' /bin/sh ../libtool --...
2007 Dec 10
3
Speex 1.2beta3 is out!
Hi everyone, Just to let you know that version 1.2beta3 is out. The main change is the split into libspeex and libspeexdsp. Basically, libspeex keeps the codec (just like it was for 1.0.x) and libspeexdsp has all the new components. Other changes include a new jitter buffer algorithm and resampler improvements/fixes. This is also the first release where libspeex can be built without any floating
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi, I have downloaded the following files libao-0.6.0.tar.gz libogg-1.0beta4.tar.gz libvorbis-1.0beta4.tar.gz vorbis-tools-1.0beta4.tar.gz as said from the download section. But I'm at a loss to what do after that. I don't have much experience/knowledge in compiling etc, but I still want to try out ogg. (I downloaded the source coz I have an OpenBSD machine, and there was no
2007 Jan 15
3
Proposal: An extension to rules all others
Proposal: An extension to rules all others Copyright Notice None. Public Domain. Abstract Extension flamewars surrounding media formats inside Ogg containers are a pain in the behind, cause problems in the adoption of said formats, and confuse users. This modest proposal directed at the maintainers of Vorbis, Theora, Speex and FLAC will suggest a solution to solve these issues (and others).
2007 Jan 15
3
Proposal: An extension to rules all others
Proposal: An extension to rules all others Copyright Notice None. Public Domain. Abstract Extension flamewars surrounding media formats inside Ogg containers are a pain in the behind, cause problems in the adoption of said formats, and confuse users. This modest proposal directed at the maintainers of Vorbis, Theora, Speex and FLAC will suggest a solution to solve these issues (and others).