similar to: Error when compiling FFmpeg with speex-git.

Displaying 20 results from an estimated 700 matches similar to: "Error when compiling FFmpeg with speex-git."

2014 May 17
1
Error when compiling FFmpeg with speex-git.
On Fri, May 16, 2014 at 06:24:48PM -0400, Tristan Matthews wrote: > Hi, > > On Fri, May 16, 2014 at 1:58 PM, batguano999 <batguano999 at zoho.com> wrote: > > > > > Hi > > With 32-bit Xubuntu-14.04. > > When I compile FFmpeg from git using speex-1.2rc1 it builds OK. > > When I compile FFmpeg from git using speex-git it fails to build. > >
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
This is resolved: apt-get remove libspeex-dev cd ~/src/speex-1.2rc1/ ./configure --prefix=/usr make; make install cd ../ffmpeg ./configure --enable-libspeex make; make install worked; then I was able to decode a Speex .flv file: ~/flvs$ ffmpeg -i SpeexQ6R16Efalse.flv foo.wav FFmpeg version SVN-r17174, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libspeex
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
I am having trouble compiling ffmpeg to support speex, which didn't work with the ubuntu libspeex-dev package, but looks like it might with the Speex version 1.2rc1 tarball from http://speex.org/downloads/ How do I tell ffmpeg's configure and/or make to use the 1.2rc1 version of libspeex in /usr/local/include instead of the older debian/ubuntu libspeex-dev package in /usr/include/speex?
2014 May 16
0
Error when compiling FFmpeg with speex-git.
Hi, On Fri, May 16, 2014 at 1:58 PM, batguano999 <batguano999 at zoho.com> wrote: > > Hi > With 32-bit Xubuntu-14.04. > When I compile FFmpeg from git using speex-1.2rc1 it builds OK. > When I compile FFmpeg from git using speex-git it fails to build. > (speex-HEAD-78cce67) > > It's not a big deal, I don't mind using speex-1.2rc1. > But am I doing
2007 Apr 25
0
echo cancellation on Blackfin DSK
Hello, I'm new on DSP and i want to implant speex echo canceller on the Blackfin DSK version of speex to work on the BF533 EZ-KIT LITE But i can perform the echo canceller to work This is my code, so if somebody can tell me where i'm wrong //----------------------------------------------------------------------------- // CallBackFunction() - Gets called by the audio pseudo-driver
2010 Mar 18
0
Errors compiling speex1.2-rc1 in Symbian 3th edition SDK
Hi, I'm trying to compile speex1.2-rc1 for Symbian 3th edition. I get some errors: ***Invoking bldmake command perl.exe -S bldmake.pl bldfiles winscw \Users\Maurizio\University\ProgettoInterdisciplinare\speex-1.2rc1\speex-1.2rc1\symbian\BLD.INF FATAL ERROR(S): \Users\Maurizio\University\ProgettoInterdisciplinare\speex-1.2rc1\speex-1.2rc1\symbian\BLD.INF(37) : Exported source file
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
Hi Any idea what's causing these errors:- /home/user/build/lib/libopencore-amrnb.a(preemph.o): In function `preemphasis': /home/user/build/opencore-amr-0.1.3/amrnb/../opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp:193: multiple definition of `preemphasis' /home/user/build/lib/libopus.a(celt_encoder.o):/home/user/build/opus/celt/celt_encoder.c:455: first defined here
2008 Mar 29
0
GCC/ELF Visibility patch
Hi, I've attached a patch against SVN r14645 which adds GCC visibility information to all symbols exported from libspeex.so and libspeexdsp.so. It includes a configure.ac change to test that both the compiler flags and __attribute__((visibility)) works, and if so will #define EXPORT __attribute__((visibility("default"))) and if not #define EXPORT I've attached a diff output
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
Hi, I've attached a patch against SVN r14645 which adds GCC visibility information to all symbols exported from libspeex.so and libspeexdsp.so. It includes a configure.ac change to test that both the compiler flags and __attribute__((visibility)) works, and if so will #define EXPORT __attribute__((visibility("default"))) and if not #define EXPORT I've attached a diff output
2013 May 15
0
[PATCH 1/2] Update comparison.html
I cleaned up comparison.html, making the comparison more fair and removing manufacturers that no longer have any new hardware supporting a certain format. The table is more readable now too. --- comparison.html | 86 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 41 deletions(-) diff --git a/comparison.html b/comparison.html index 9f36381..be88205
2009 Jul 03
3
ffmpeg and zoneminder install problems
CentOs zoneminder users, I have been trying to install zoneminder on Centos 5.3 (2.6.18-128.1.16.el5xen) and have hit a brick wall with ffmpeg which zoneminder has as a dependancy. There were no rpm's in centos or rpmforge so I have followed the instructions on the zoneminder website for a CentOs install. I have posted a note on the zoneminder list, but have not been able to get any takers
2006 Dec 29
2
FFmpeg's libavcoded
Hi, I am letting myself known incase someone is interested in this or already has ideas on the subject. I would like to add Theora encoding to ffmpeg's libavcodec library. My goal is to add vorbis / theora / ogm output to Handbrake. Doing this at the libavcodec level appears to make the most sense as it would benefit more people. I have already made a small start. I have the configure
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
Compiling ffmpge2theora from SVN appears to die while complaining about undefined symbols? This documents my attempt to build ffmpeg2theora from SVN on Mac OS X version 10.5.7. I'm using libogg 1.1.4, libvorbis 1.2.3 and Thusnelda built from SVN... jason$ svn co http://svn.xiph.org/trunk/ffmpeg2theora/ ... Checked out revision 16330. jason$ cd ffmpeg2theora;curl -C - -O
2003 Sep 10
0
[Ffmpeg-devel] libavcodec/vp3.c compile problem (fwd)
Hi, I don't know how much of the old VP3 codebase is incorporated into Theora. I wrote ffmpeg's VP3 decoder from scratch but eventually ported in the original VP3 IDCT function. A BSD conflict cropped up that I thought I would pass along. -- -Mike Melanson <p>---------- Forwarded message ---------- Date: Wed, 10 Sep 2003 13:06:37 -0700 (PDT) From: Steven M. Schultz
2006 Nov 15
1
[PATCH] symbian port
hi Jean-Marc, I just updated from svn and it looks like there are some errors in the speex.mmp file. the filters.c is duplicated, and the fft/kiss.c files are still missing.. /alfred Jean-Marc Valin wrote: > Applied in svn. Thanks. > > Jean-Marc > > Alfred E. Heggestad a ?crit : >> hi, >> >> this patch should fix the symbian build. >> >> >>
2006 Nov 15
0
[PATCH] symbian port
Applied in svn. Thanks. Jean-Marc Alfred E. Heggestad a ?crit : > hi, > > this patch should fix the symbian build. > > > /alfred > > > ------------------------------------------------------------------------ > > Index: symbian/bld.inf > =================================================================== > --- symbian/bld.inf (revision 12114) > +++
2015 Jul 05
3
[PATCH speexdsp] Don't rely on HAVE_STDINT_H et al. being defined
From: Tanu Kaskinen <tanu.kaskinen at linux.intel.com> Not everyone who includes speexdsp_config_types.h will have a test which defines those, and if we've chosen to use the stdint types at configure time then we know exactly which header(s) are available, so just choose the best one then and generate the header to use it. This patch, including the above text, is copied from a commit
2010 Aug 02
0
[LLVMdev] Register Allocation ERROR! Ran out of registers during register allocation!
Hi all, My Machine environment is Clang-2.8-svn on Linux-x86. When I build ffmpeg-0.6 using Clang, error output: CC libavcodec/x86/mpegvideo_mmx.o fatal error: error in backend: Ran out of registers during register allocation! Please check your inline asm statement for invalid constraints: INLINEASM <es:movd %eax, %xmm3 pshuflw $$0, %xmm3, %xmm3 punpcklwd %xmm3, %xmm3
2009 Dec 31
0
configure R-2.10.1 => "Error: MPlayer will not compile without (PR#14175)
Hi. uname -a Linux localhost.localdomain 2.6.30.10-105.fc11.i686.PAE #1 SMP Thu Dec 24 16:41:17 UTC 2009 i686 i686 i386 GNU/Linux [??@localhost R-2.10.1]$ pwd /home/??/Bin/RStats/R-2.10.1 I fixed this before for previous version of R by copying part of the mplayer tree into the R tree. But, I forgot what I did. Any help? Checking for FFmpeg libavutil ... Error: MPlayer will not compile
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
> >I can do the rename for the next version of libopus. > Thanks Jean-Marc I will stay with opus-1.1-beta for now and keep watch on opus-git summary to see if/when the rename appears. :-)