search for: ffmpeg_g

Displaying 5 results from an estimated 5 matches for "ffmpeg_g".

Did you mean: ffmpeg
2008 Jul 05
2
[LLVMdev] ffmpeg on fedora core 8
...ng works fine on a 32bit ubuntu-machine using llvm-2.3 (actually i do not know if that is grace to ubuntu or grace to 32bit) when using the normal gcc on the 64bit fc8 machine, everything works too. now the "bad" thing: it does not work on fc8 with llvm-2.3 the error looks as follows: ./ffmpeg_g -i 1minute.mov -an -y /tmp/1minute.avi FFmpeg version SVN-r14075, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --disable-ffserver --disable-ffplay --disable-mmx --disable-mmx2 --disable-ssse3 --disable-armv5te --disable-armv6 --disable-iwmmxt --disable-altivec --disable-network...
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
.../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 collect2: error: ld returned 1 exit status Makefile:105: recipe for target 'ffmpeg_g' failed make: *** [ffmpeg_g] Error 1 Compiling FFmpeg with "--enable-libopencore-amrnb --enable-libopus". With opus-git-a71c9ad FFmpeg gives the errors and fails to build. :-( With opus-1.1-beta FFmpeg builds OK. :-) @arch ~]$ ./ffmpeg ffmpeg version 2.1 Copyright (c) 2000-2013 the...
2013 Nov 13
0
Compiling FFmpeg with libopencore-amrnb and opus-git.
...s_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 > collect2: error: ld returned 1 exit status > Makefile:105: recipe for target 'ffmpeg_g' failed > make: *** [ffmpeg_g] Error 1 > > Compiling FFmpeg with "--enable-libopencore-amrnb --enable-libopus". > With opus-git-a71c9ad FFmpeg gives the errors and fails to build. :-( > With opus-1.1-beta FFmpeg builds OK. :-) > > @arch ~]$ ./ffmpeg > ffmpeg...
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...eg"/libavfilter -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavdevice -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavformat -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavcodec -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavutil -Wl,-Bsymbolic -o ffmpeg_g ffmpeg.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lm -lamrnb -lm -lspeex -ldl -ldl /home/jsalsman/src/ffmpeg/libavcodec/libavcodec.a(libspeexdec.o): In function `libspeex_decode_close': /home/jsalsman/src/ffmpeg/libavcodec/libspeexdec.c:127: undefined reference to `speex_header_free...
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavdevice > -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavformat > -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavcodec > -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavutil -Wl,-Bsymbolic > -o ffmpeg_g ffmpeg.o cmdutils.o -lavdevice -lavformat -lavcodec > -lavutil -lm -lamrnb -lm -lspeex -ldl -ldl > /home/jsalsman/src/ffmpeg/libavcodec/libavcodec.a(libspeexdec.o): In > function `libspeex_decode_close': > /home/jsalsman/src/ffmpeg/libavcodec/libspeexdec.c:127: undefined > refere...