allora qui ci sono le due prime istruzioni che mi hai dato…
[code][vincentdamico@localhost CinelerraCV-2.3]$ ./autogen.sh
User defined paths to the preferred autoconf and automake versions.
Read the script if you would like to modify them.
AUTOMAKE=automake
ACLOCAL=aclocal
AUTOCONF=autoconf
AUTOHEADER=autoheader
Now building the ./configure script…
checking for automake version… 1.16.1
checking for aclocal version… 1.16.1
Running aclocal -I m4 …
Running libtoolize …
libtoolize: putting auxiliary files in ‘.’.
libtoolize: linking file ‘./ltmain.sh’
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, ‘m4’.
libtoolize: linking file ‘m4/libtool.m4’
libtoolize: linking file ‘m4/ltoptions.m4’
libtoolize: linking file ‘m4/ltsugar.m4’
libtoolize: linking file ‘m4/ltversion.m4’
libtoolize: linking file ‘m4/lt~obsolete.m4’
Running autoheader …
Running automake …
configure.ac:11: installing ‘./compile’
configure.ac:8: installing ‘./install-sh’
configure.ac:8: installing ‘./missing’
cinelerra/Makefile.am: installing ‘./depcomp’
Running autoconf …
Finished
[vincentdamico@localhost CinelerraCV-2.3]$ ./configure --prefix=$HOME/.local/
checking build system type… x86_64-pc-linux-gnu
checking host system type… x86_64-pc-linux-gnu
checking target system type… x86_64-pc-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /usr/bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether make supports nested variables… yes
checking whether make supports nested variables… (cached) yes
checking whether NLS is requested… yes
checking for msgfmt… /usr/bin/msgfmt
checking for gmsgfmt… /usr/bin/msgfmt
checking for xgettext… /usr/bin/xgettext
checking for msgmerge… /usr/bin/msgmerge
checking whether make supports the include directive… yes (GNU style)
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking whether gcc understands -c and -o together… yes
checking dependency style of gcc… gcc3
checking for ld used by GCC… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for shared library run path origin… /bin/sh: ./config.rpath: No such file or directory
done
checking whether NLS is requested… yes
checking for GNU gettext in libc… yes
checking whether to use NLS… yes
checking where the gettext function comes from… libc
checking for iconv… yes
checking for iconv declaration…
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking dependency style of gcc… gcc3
checking for g++… g++
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking dependency style of g++… gcc3
checking how to print strings… printf
checking for a sed that does not truncate output… /usr/bin/sed
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for fgrep… /usr/bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking whether ln -s works… yes
checking the maximum length of command line arguments… 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format… func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format… func_convert_file_noop
checking for /usr/bin/ld option to reload object files… -r
checking for objdump… objdump
checking how to recognize dependent libraries… pass_all
checking for dlltool… no
checking how to associate runtime and link libraries… printf %s\n
checking for ar… ar
checking for archiver @FILE support… @
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for sysroot… no
checking for a working dd… /usr/bin/dd
checking how to truncate binary pipes… /usr/bin/dd bs=4096 count=1
checking for mt… no
checking if : is a manifest tool… no
checking how to run the C preprocessor… gcc -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for dlfcn.h… yes
checking for objdir… .libs
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works… yes
checking if gcc static flag -static works… no
checking if gcc supports -c -o file.o… yes
checking if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… no
checking how to run the C++ preprocessor… g++ -E
checking for ld used by g++… /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking for g++ option to produce PIC… -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works… yes
checking if g++ static flag -static works… no
checking if g++ supports -c -o file.o… yes
checking if g++ supports -c -o file.o… (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking dynamic linker characteristics… (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking for nasm… yes
checking for linux/videodev2.h… yes
checking for struct v4l2_buffer.index… yes
checking for X… libraries , headers
checking for gethostbyname… yes
checking for connect… yes
checking for remove… yes
checking for shmat… yes
checking for IceConnectionNumber in -lICE… yes
checking whether X_HAVE_UTF8_STRING is declared… yes
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for FREETYPE… yes
checking for FONTCONFIG… yes
checking for XFT… yes
checking for ALSA CFLAGS…
checking for ALSA LDFLAGS… -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.2… found.
checking for snd_ctl_open in -lasound… yes
checking for esd-config… /usr/bin/esd-config
checking for ESD - version >= 0.2.7… yes
checking for MJPEG… yes
checking for number of arguments to y4m_write_frame_header… 3 arguments (new versions)
checking uuid/uuid.h usability… yes
checking uuid/uuid.h presence… yes
checking for uuid/uuid.h… yes
checking for uuid_clear in -luuid… yes
checking fftw3.h usability… yes
checking fftw3.h presence… yes
checking for fftw3.h… yes
checking for fftw_free in -lfftw3… yes
checking for LIBDV… yes
checking for PNG… yes
checking jpeglib.h usability… yes
checking jpeglib.h presence… yes
checking for jpeglib.h… yes
checking for jpeg_start_decompress in -ljpeg… yes
checking tiffio.h usability… yes
checking tiffio.h presence… yes
checking for tiffio.h… yes
checking for TIFFOpen in -ltiff… yes
checking opencv2/legacy/legacy.hpp usability… no
checking opencv2/legacy/legacy.hpp presence… no
checking for opencv2/legacy/legacy.hpp… no
checking opencv2/legacy/compat.hpp usability… no
checking opencv2/legacy/compat.hpp presence… no
checking for opencv2/legacy/compat.hpp… no
checking opencv2/core/core_c.h usability… no
checking opencv2/core/core_c.h presence… yes
configure: WARNING: opencv2/core/core_c.h: present but cannot be compiled
configure: WARNING: opencv2/core/core_c.h: check for missing prerequisite headers?
configure: WARNING: opencv2/core/core_c.h: see the Autoconf documentation
configure: WARNING: opencv2/core/core_c.h: section “Present But Cannot Be Compiled”
configure: WARNING: opencv2/core/core_c.h: proceeding with the compiler’s result
checking for opencv2/core/core_c.h… no
checking for cvChangeDetection in -lopencv_legacy… no
checking for cvLoadLatentSvmDetector in -lopencv_objdetect… no
checking for cvCamShift in -lopencv_video… yes
checking for cvReleaseMemStorage in -lopencv_core… yes
checking for SURF support in opencv… no
checking for a52_init in -la52… yes
checking a52dec/a52.h usability… yes
checking a52dec/a52.h presence… yes
checking for a52dec/a52.h… yes
checking for sf_open in -lsndfile… yes
checking sndfile.h usability… yes
checking sndfile.h presence… yes
checking for sndfile.h… yes
checking for OPENEXR… yes
checking for faacEncOpen in -lfaac… yes
checking faac.h usability… yes
checking faac.h presence… yes
checking for faac.h… yes
checking for faacDecInit in -lfaad… no
checking for NeAACDecInit in -lfaad… yes
checking faad.h usability… yes
checking faad.h presence… yes
checking for faad.h… yes
checking for LIBRAW1394… yes
checking for LIBIEC61883… yes
checking for avc1394_send_command in -lavc1394… yes
checking libavc1394/avc1394.h usability… yes
checking libavc1394/avc1394.h presence… yes
checking for libavc1394/avc1394.h… yes
checking for rom1394_get_bus_id in -lrom1394… yes
checking libavc1394/rom1394.h usability… yes
checking libavc1394/rom1394.h presence… yes
checking for libavc1394/rom1394.h… yes
removing cinelerra/versioninfo.h to force a re-build
checking for LIBX264… yes
checking x264.h usability… yes
checking x264.h presence… yes
checking for x264.h… yes
— FFMPEG CONFIGURATION SECTION --------------
quicktime/ffmpeg/configure --disable-ffmpeg --disable-ffserver --disable-ffplay --disable-static --enable-shared --build-suffix=-cinelerra --disable-altivec --prefix=/home/vincentdamico/.local --libdir=/home/vincentdamico/.local/lib --shlibdir=/home/vincentdamico/.local/lib
install prefix /home/vincentdamico/.local
source path /home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg
C compiler gcc
.align is power-of-two no
ARCH x86_64 (generic)
build suffix -cinelerra
big-endian no
MMX enabled yes
CMOV enabled no
CMOV is fast no
EBX available yes
EBP available yes
gprof enabled no
debug symbols yes
strip symbols yes
optimizations yes
static no
shared yes
postprocessing support no
software scaler enabled no
new filter support no
filters using lavformat no
video hooking yes
Imlib2 support no
FreeType support yes
network support yes
IPv6 support yes
threading support no
SDL support no
Sun medialib support no
AVISynth enabled no
liba52 support no
liba52 dlopened no
libamr-nb support no
libamr-wb support no
libdc1394 support no
libdirac enabled no
libfaac enabled no
libfaad enabled no
libfaad dlopened no
libgsm enabled no
libmp3lame enabled no
libnut enabled no
libschroedinger enabled no
libtheora enabled no
libvorbis enabled no
libx264 enabled no
libxvid enabled no
zlib enabled yes
bzlib enabled yes
Enabled decoders:
aasc fraps qdm2
adpcm_4xm gif qdraw
adpcm_adx h261 qpeg
adpcm_ct h263 qtrle
adpcm_ea h263i ra_144
adpcm_ea_maxis_xa h264 ra_288
adpcm_ea_r1 huffyuv rawvideo
adpcm_ea_r2 idcin rl2
adpcm_ea_r3 imc roq
adpcm_ea_xas indeo2 roq_dpcm
adpcm_g726 indeo3 rpza
adpcm_ima_amv interplay_dpcm rv10
adpcm_ima_dk3 interplay_video rv20
adpcm_ima_dk4 jpegls sgi
adpcm_ima_ea_eacs kmvc shorten
adpcm_ima_ea_sead loco smackaud
adpcm_ima_qt mace3 smacker
adpcm_ima_smjpeg mace6 smc
adpcm_ima_wav mdec snow
adpcm_ima_ws mimic sol_dpcm
adpcm_ms mjpeg sonic
adpcm_sbpro_2 mjpegb sp5x
adpcm_sbpro_3 mmvideo sunrast
adpcm_sbpro_4 mp2 svq1
adpcm_swf mp3 svq3
adpcm_thp mp3adu targa
adpcm_xa mp3on4 theora
adpcm_yamaha mpc7 thp
alac mpc8 tiertexseqvideo
amv mpeg1video tiff
ape mpeg2video truemotion1
asv1 mpeg4 truemotion2
asv2 mpegvideo truespeech
atrac3 msmpeg4v1 tscc
avs msmpeg4v2 tta
bethsoftvid msmpeg4v3 txd
bfi msrle ulti
bmp msvideo1 vb
c93 mszh vc1
cavs nellymoser vcr1
cinepak nuv vmdaudio
cljr pcm_alaw vmdvideo
cook pcm_dvd vmnc
cscd pcm_mulaw vorbis
cyuv pcm_s16be vp3
dca pcm_s16le vp5
dnxhd pcm_s16le_planar vp6
dsicinaudio pcm_s24be vp6a
dsicinvideo pcm_s24daud vp6f
dvbsub pcm_s24le vqa
dvdsub pcm_s32be wavpack
dvvideo pcm_s32le wmav1
dxa pcm_s8 wmav2
eightbps pcm_u16be wmv1
eightsvx_exp pcm_u16le wmv2
eightsvx_fib pcm_u24be wmv3
escape124 pcm_u24le wnv1
ffv1 pcm_u32be ws_snd1
ffvhuff pcm_u32le xan_dpcm
flac pcm_u8 xan_wc3
flashsv pcm_zork xl
flic pcx xsub
flv png zlib
fourxm ptx zmbv
Enabled encoders:
ac3 mjpeg pcm_u8
adpcm_adx mp2 pcm_zork
adpcm_g726 mpeg1video pgm
adpcm_ima_qt mpeg2video pgmyuv
adpcm_ima_wav mpeg4 png
adpcm_ms msmpeg4v1 ppm
adpcm_swf msmpeg4v2 qtrle
adpcm_yamaha msmpeg4v3 rawvideo
asv1 pam roq
asv2 pbm roq_dpcm
bmp pcm_alaw rv10
dnxhd pcm_mulaw rv20
dvbsub pcm_s16be sgi
dvdsub pcm_s16le snow
dvvideo pcm_s24be sonic
ffv1 pcm_s24daud sonic_ls
ffvhuff pcm_s24le svq1
flac pcm_s32be targa
flashsv pcm_s32le tiff
flv pcm_s8 vorbis
gif pcm_u16be wmav1
h261 pcm_u16le wmav2
h263 pcm_u24be wmv1
h263p pcm_u24le wmv2
huffyuv pcm_u32be zlib
jpegls pcm_u32le zmbv
ljpeg
Enabled parsers:
aac dvdsub mpeg4video
ac3 h261 mpegaudio
cavsvideo h263 mpegvideo
dca h264 pnm
dirac mjpeg vc1
dvbsub mlp
Enabled demuxers:
aac iff pcm_u16le
ac3 image2 pcm_u8
aiff image2pipe pva
amr ingenient rawvideo
apc ipmovie redir
ape lmlm4 rl2
asf m4v rm
au matroska roq
avi mjpeg rpl
avs mlp rtsp
bethsoftvid mm sdp
bfi mmf segafilm
c93 mov shorten
daud mp3 siff
dirac mpc smacker
dsicin mpc8 sol
dts mpegps str
dv mpegts swf
dxa mpegtsraw thp
ea mpegvideo tiertexseq
ea_cdata msnwc_tcp tta
ffm mtv txd
flac mxf vc1
flic nsv vc1t
flv nut vmd
fourxm nuv voc
gif ogg wav
gsm pcm_alaw wc3
gxf pcm_mulaw wsaud
h261 pcm_s16be wsvqa
h263 pcm_s16le wv
h264 pcm_s8 xa
idcin pcm_u16be yuv4mpegpipe
Enabled muxers:
ac3 image2 nut
adts image2pipe ogg
aiff ipod pcm_alaw
amr m4v pcm_mulaw
asf matroska pcm_s16be
asf_stream matroska_audio pcm_s16le
au mjpeg pcm_s8
avi mmf pcm_u16be
avm2 mov pcm_u16le
crc mp2 pcm_u8
dirac mp3 psp
dts mp4 rawvideo
dv mpeg1system rm
ffm mpeg1vcd roq
flac mpeg1video rtp
flv mpeg2dvd swf
framecrc mpeg2svcd tg2
gif mpeg2video tgp
gxf mpeg2vob voc
h261 mpegts wav
h263 mpjpeg yuv4mpegpipe
h264 null
Enabled protocols:
file pipe tcp
http rtp udp
Enabled filters:
crop
Enabled bsfs:
dump_extradata mov2textsub noise
h264_mp4toannexb mp3_header_compress remove_extradata
imx_dump_header mp3_header_decompress text2movsub
mjpega_dump_header
Enabled indevs:
dv1394 oss v4l2
Enabled outdevs:
oss
License: LGPL
Creating config.mak and config.h…
config.h is unchanged
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/Makefile’ and ‘Makefile’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/common.mak’ and ‘common.mak’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/subdir.mak’ and ‘subdir.mak’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/doc/texi2pod.pl’ and ‘doc/texi2pod.pl’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/libavcodec/Makefile’ and ‘libavcodec/Makefile’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/libavdevice/Makefile’ and ‘libavdevice/Makefile’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/libavfilter/Makefile’ and ‘libavfilter/Makefile’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/libavformat/Makefile’ and ‘libavformat/Makefile’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/libavutil/Makefile’ and ‘libavutil/Makefile’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/libpostproc/Makefile’ and ‘libpostproc/Makefile’ are the same file
ln: ‘/home/vincentdamico/Scaricati/CinelerraCV-2.3/quicktime/ffmpeg/libswscale/Makefile’ and ‘libswscale/Makefile’ are the same file
checking for libogg… yes
checking for libvorbis… yes
checking for libvorbisenc… yes
checking for libvorbisfile… yes
checking for libtheora… yes
checking lame/lame.h usability… yes
checking lame/lame.h presence… yes
checking for lame/lame.h… yes
checking for lame_init in -lmp3lame… yes
checking for glUseProgram in -lGL… yes
checking for objcopy… objcopy
checking for objdump… (cached) objdump
checking for object target… elf64-x86-64
checking for object architecture… i386
checking that generated files are newer than configure… done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cinelerra-cvs-current.spec
config.status: creating po/Makefile.in
config.status: WARNING: ‘po/Makefile.in.in’ seems to ignore the --datarootdir setting
config.status: creating m4/Makefile
config.status: creating libmpeg3/Makefile
config.status: creating libmpeg3/video/Makefile
config.status: creating libmpeg3/audio/Makefile
config.status: creating quicktime/Makefile
config.status: creating quicktime/encore50/Makefile
config.status: creating mpeg2enc/Makefile
config.status: creating toolame-02l/Makefile
config.status: creating guicast/Makefile
config.status: creating cinelerra/Makefile
config.status: creating cinelerra/data/Makefile
config.status: creating mplexlo/Makefile
config.status: creating plugins/colors/Makefile
config.status: creating plugins/libfourier/Makefile
config.status: creating plugins/libeffecttv/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/1080to540/Makefile
config.status: creating plugins/histogram/Makefile
config.status: creating plugins/720to480/Makefile
config.status: creating plugins/C41/Makefile
config.status: creating plugins/bandslide/Makefile
config.status: creating plugins/bandwipe/Makefile
config.status: creating plugins/blur/Makefile
config.status: creating plugins/bluebanana/Makefile
config.status: creating plugins/brightness/Makefile
config.status: creating plugins/burn/Makefile
config.status: creating plugins/parametric/Makefile
config.status: creating plugins/aging/Makefile
config.status: creating plugins/cdripper/Makefile
config.status: creating plugins/chromakey/Makefile
config.status: creating plugins/chromakeyhsv/Makefile
config.status: creating plugins/colorbalance/Makefile
config.status: creating plugins/color3way/Makefile
config.status: creating plugins/compressor/Makefile
config.status: creating plugins/crossfade/Makefile
config.status: creating plugins/decimate/Makefile
config.status: creating plugins/deinterlace/Makefile
config.status: creating plugins/delayaudio/Makefile
config.status: creating plugins/delayvideo/Makefile
config.status: creating plugins/denoise/Makefile
config.status: creating plugins/denoisefft/Makefile
config.status: creating plugins/denoisevideo/Makefile
config.status: creating plugins/denoisemjpeg/Makefile
config.status: creating plugins/despike/Makefile
config.status: creating plugins/dissolve/Makefile
config.status: creating plugins/dot/Makefile
config.status: creating plugins/fieldframe/Makefile
config.status: creating plugins/flip/Makefile
config.status: creating plugins/framefield/Makefile
config.status: creating plugins/findobject/Makefile
config.status: creating plugins/freeverb/Makefile
config.status: creating plugins/freezeframe/Makefile
config.status: creating plugins/gain/Makefile
config.status: creating plugins/gamma/Makefile
config.status: creating plugins/greycstoration/Makefile
config.status: creating plugins/holo/Makefile
config.status: creating plugins/huesaturation/Makefile
config.status: creating plugins/interpolate/Makefile
config.status: creating plugins/interpolateaudio/Makefile
config.status: creating plugins/interpolatevideo/Makefile
config.status: creating plugins/invertaudio/Makefile
config.status: creating plugins/invertvideo/Makefile
config.status: creating plugins/irissquare/Makefile
config.status: creating plugins/ivtc/Makefile
config.status: creating plugins/lens/Makefile
config.status: creating plugins/liveaudio/Makefile
config.status: creating plugins/livevideo/Makefile
config.status: creating plugins/loopaudio/Makefile
config.status: creating plugins/loopvideo/Makefile
config.status: creating plugins/motion/Makefile
config.status: creating plugins/motionblur/Makefile
config.status: creating plugins/normalize/Makefile
config.status: creating plugins/oilpainting/Makefile
config.status: creating plugins/overlay/Makefile
config.status: creating plugins/overlayaudio/Makefile
config.status: creating plugins/pitch/Makefile
config.status: creating plugins/polar/Makefile
config.status: creating plugins/reroute/Makefile
config.status: creating plugins/reframert/Makefile
config.status: creating plugins/reframe/Makefile
config.status: creating plugins/resample/Makefile
config.status: creating plugins/reverb/Makefile
config.status: creating plugins/reverseaudio/Makefile
config.status: creating plugins/reversevideo/Makefile
config.status: creating plugins/rgb601/Makefile
config.status: creating plugins/rotate/Makefile
config.status: creating plugins/scale/Makefile
config.status: creating plugins/denoiseseltempavg/Makefile
config.status: creating plugins/shapewipe/Makefile
config.status: creating plugins/sharpen/Makefile
config.status: creating plugins/shiftinterlace/Makefile
config.status: creating plugins/slide/Makefile
config.status: creating plugins/spectrogram/Makefile
config.status: creating plugins/suv/Makefile
config.status: creating plugins/suv/data/Makefile
config.status: creating plugins/bluedottheme/Makefile
config.status: creating plugins/bluedottheme/data/Makefile
config.status: creating plugins/defaulttheme/Makefile
config.status: creating plugins/defaulttheme/data/Makefile
config.status: creating plugins/swapchannels/Makefile
config.status: creating plugins/synthesizer/Makefile
config.status: creating plugins/threshold/Makefile
config.status: creating plugins/timeavg/Makefile
config.status: creating plugins/timestretch/Makefile
config.status: creating plugins/titler/Makefile
config.status: creating plugins/translate/Makefile
config.status: creating plugins/unsharp/Makefile
config.status: creating plugins/videoscope/Makefile
config.status: creating plugins/wave/Makefile
config.status: creating plugins/whirl/Makefile
config.status: creating plugins/wipe/Makefile
config.status: creating plugins/yuv/Makefile
config.status: creating plugins/downsample/Makefile
config.status: creating plugins/flash/Makefile
config.status: creating plugins/gradient/Makefile
config.status: creating plugins/level/Makefile
config.status: creating plugins/linearblur/Makefile
config.status: creating plugins/perspective/Makefile
config.status: creating plugins/radialblur/Makefile
config.status: creating plugins/zoomblur/Makefile
config.status: creating plugins/timefront/Makefile
config.status: creating plugins/svg/Makefile
config.status: creating plugins/diffkey/Makefile
config.status: creating plugins/fonts/Makefile
config.status: creating image/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Summary of mandatory components:
libogg found
libvorbis found
libvorbisenc found
libvorbisfile found
libtheora found
OpenEXR found
libdv found
libpng found
libjpeg libraries found
libjpeg headers found
libtiff libraries found
libtiff headers found
FreeType 2 found
libXft library found
iconv function found
libx264 libraries found
libx264 headers found
libuuid libraries found
libuuid headers found
mjpegtools found
libfftw3 libraries found
libfftw3 headers found
liba52 libraries found
liba52 headers found
libmp3lame libraries found
libmp3lame headers found
libsndfile libraries found
libsndfile headers found
libfaac libraries found
libfaac headers found
libfaad libraries found
libfaad headers found
Summary of optional components:
ESD subsystem found
ESD (Enlightenment Sound Daemon) is enabled
ALSA subsystem found
ALSA is enabled
libraw1394 found
libiec61883 found
libavc1394 libraries found
libavc1394 headers found
librom1394 libraries found
librom1394 headers found
Firewire is enabled
OpenGL 2.0 libraries found
Hardware acceleration using OpenGL 2.0 is enabled
opencv libraries found
opencv headers missing
opencv legacy headers missing
findobject plugin using OpenCV 2.0 is disabled[/code]