Created
October 13, 2011 10:33
-
-
Save shamun/1283933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@myhost gst-plugins-bad]# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib --with-package-name="GStreamer Bad Plugins (Archlinux)" --with-package-origin="http://www.archlinux.org/" --enable-gtk-doc --disable-static | |
| checking for a BSD-compatible install... /bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking nano version... 1 | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking build system type... x86_64-unknown-linux-gnu | |
| checking host system type... x86_64-unknown-linux-gnu | |
| checking how to print strings... printf | |
| checking for style of include used by make... GNU | |
| 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 dependency style of gcc... gcc3 | |
| checking for a sed that does not truncate output... /bin/sed | |
| checking for grep that handles long lines and -e... /bin/grep | |
| checking for egrep... /bin/grep -E | |
| checking for fgrep... /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 whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
| checking how to convert x86_64-unknown-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... dlltool | |
| 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 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... yes | |
| 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 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 for ld used by GCC... /usr/bin/ld -m elf_x86_64 | |
| checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
| checking for shared library run path origin... done | |
| checking for CFPreferencesCopyAppValue... no | |
| checking for CFLocaleCopyCurrent... no | |
| checking for GNU gettext in libc... yes | |
| checking whether to use NLS... yes | |
| checking where the gettext function comes from... libc | |
| checking for pkg-config... /usr/bin/pkg-config | |
| checking pkg-config is at least version 0.9.0... yes | |
| checking for VALGRIND... no | |
| configure: Using GStreamer Bad Plugins (Archlinux) as package name | |
| configure: Using http://www.archlinux.org/ as package origin | |
| configure: *** checking feature: building of plug-ins with external deps *** | |
| configure: building external plug-ins | |
| configure: *** checking feature: building of experimental plug-ins *** | |
| configure: not building experimental plug-ins | |
| checking whether byte ordering is bigendian... no | |
| checking whether byte ordering is bigendian... (cached) no | |
| checking for gcc... (cached) gcc | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether gcc accepts -g... (cached) yes | |
| checking for gcc option to accept ISO C89... (cached) none needed | |
| checking dependency style of gcc... (cached) gcc3 | |
| checking for gcc option to accept ISO C99... -std=gnu99 | |
| checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
| 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 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... yes | |
| 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 g++... yes | |
| checking for objcc... no | |
| checking for objc... no | |
| checking for gcc... gcc | |
| checking dependency style of gcc... gcc3 | |
| checking if Objective C compiler works... no | |
| checking whether gcc -std=gnu99 and cc understand -c and -o together... yes | |
| checking for working do while(0) macros... yes | |
| checking for valgrind... no | |
| checking whether to build gtk-doc documentation... yes | |
| checking for gtkdoc-check... /usr/bin/gtkdoc-check | |
| configure: Looking for Python version >= 2.1 | |
| checking for python... /usr/bin/python | |
| checking for python2.2... no | |
| checking for python2.1... no | |
| checking for python2.0... no | |
| checking for python2... /usr/bin/python2 | |
| checking "/usr/bin/python2":... okay | |
| checking local Python configuration... looks good | |
| checking whether to build plugin documentation... yes | |
| checking for cos in -lm... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| checking for sys/param.h... yes | |
| checking for getpagesize... yes | |
| checking for working mmap... yes | |
| checking for unistd.h... (cached) yes | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking for stdint types... stdint.h (shortcircuit) | |
| make use of stdint.h in _stdint.h (assuming C99 compatible system) | |
| checking pthread.h usability... yes | |
| checking pthread.h presence... yes | |
| checking for pthread.h... yes | |
| checking for FIONREAD in sys/ioctl.h... yes | |
| checking for gmtime_r... yes | |
| checking sys/utsname.h usability... yes | |
| checking sys/utsname.h presence... yes | |
| checking for sys/utsname.h... yes | |
| checking for socket... yes | |
| checking for gethostbyname... yes | |
| checking for GLIB... yes | |
| checking for GST... yes | |
| configure: using GStreamer tools in /usr/bin | |
| configure: using GStreamer plug-ins in /usr/lib/gstreamer-0.10 | |
| checking for GST_BASE... yes | |
| checking for GST_GDP... yes | |
| checking for GST_CHECK... yes | |
| checking for GST_CONTROLLER... yes | |
| checking for GST_PLUGINS_BASE... yes | |
| configure: using GStreamer Base Plugins in /usr/lib/gstreamer-0.10 | |
| checking for GST_PLUGINS_GOOD... no | |
| configure: No package 'gstreamer-plugins-good-0.10' found | |
| configure: no gstreamer-plugins-good-0.10 >= 0.10.25 (GStreamer Good Plugins) found | |
| checking for GST_PLUGINS_UGLY... no | |
| configure: No package 'gstreamer-plugins-ugly-0.10' found | |
| configure: no gstreamer-plugins-ugly-0.10 >= 0.10.16 (GStreamer Ugly Plugins) found | |
| checking for GST_PLUGINS_FFMPEG... no | |
| configure: No package 'gstreamer-plugins-ffmpeg-0.10' found | |
| configure: no gstreamer-plugins-ffmpeg-0.10 >= 0.10.11 (GStreamer FFmpeg Plugins) found | |
| checking which gtk+ version to compile examples against (optional)... 2.0 (>= 2.14.0) | |
| checking for GTK... yes | |
| checking for GMODULE_EXPORT... yes | |
| checking for X11... yes | |
| checking for EXIF... yes | |
| checking for ORC... yes | |
| checking for usable orcc... /usr/bin/orcc | |
| configure: Using /usr/lib/gstreamer-0.10 as the plugin install location | |
| configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2011-10-13T10:33Z | |
| checking to see if compiler understands -Wall... yes | |
| checking to see if compiler understands -Wdeclaration-after-statement... yes | |
| checking to see if compiler understands -Wvla... yes | |
| checking to see if compiler understands -Wpointer-arith... yes | |
| checking to see if compiler understands -Werror... yes | |
| checking to see if compiler understands -Wmissing-declarations... yes | |
| checking to see if compiler understands -Wmissing-prototypes... yes | |
| checking to see if compiler understands -Wredundant-decls... yes | |
| checking to see if compiler understands -Wwrite-strings... yes | |
| checking to see if compiler understands -Wformat-security... yes | |
| checking to see if compiler understands -Wold-style-definition... yes | |
| checking to see if compiler understands -Winit-self... yes | |
| checking to see if compiler understands -Wmissing-include-dirs... yes | |
| checking to see if compiler understands -Waddress... yes | |
| checking to see if compiler understands -Wno-multichar... yes | |
| checking to see if compiler understands -Wnested-externs... yes | |
| configure: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs | |
| configure: set ERROR_CFLAGS to -Werror | |
| checking to see if c++ compiler understands ... yes | |
| checking to see if c++ compiler understands -Wall... yes | |
| checking to see if c++ compiler understands -Werror... yes | |
| checking to see if c++ compiler understands -Wno-non-virtual-dtor... yes | |
| checking to see if c++ compiler understands -Wmissing-declarations... yes | |
| checking to see if c++ compiler understands -Wredundant-decls... yes | |
| checking to see if c++ compiler understands -Wwrite-strings... yes | |
| checking to see if c++ compiler understands -Wformat-nonliteral... yes | |
| checking to see if c++ compiler understands -Wformat-security... yes | |
| checking to see if c++ compiler understands -Winit-self... yes | |
| checking to see if c++ compiler understands -Wmissing-include-dirs... yes | |
| checking to see if c++ compiler understands -Waddress... yes | |
| checking to see if c++ compiler understands -Wno-multichar... yes | |
| configure: set WARNING_CXXFLAGS to -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar | |
| configure: set ERROR_CXXFLAGS to -Werror -Wno-non-virtual-dtor | |
| configure: Using autoaudiosink as default audio sink | |
| configure: Using alsasrc as default audio source | |
| configure: Using autovideosink as default video sink | |
| configure: Using v4l2src as default video source | |
| configure: Using goom as default visualizer | |
| checking for GIO... yes | |
| checking sys/socket.h usability... yes | |
| checking sys/socket.h presence... yes | |
| checking for sys/socket.h... yes | |
| checking winsock2.h usability... no | |
| checking winsock2.h presence... no | |
| checking for winsock2.h... no | |
| configure: *** checking feature: DirectSound *** | |
| configure: *** for plug-ins: directsoundsrc *** | |
| checking for DirectSound LDFLAGS... no | |
| configure: *** These plugins will not be built: directsoundsrc | |
| configure: *** checking feature: Direct3D plug-in *** | |
| configure: *** for plug-ins: direct3dsink *** | |
| checking for Direct3D LDFLAGS... no | |
| configure: *** These plugins will not be built: direct3dsink | |
| configure: *** checking feature: DirectDraw plug-in *** | |
| configure: *** for plug-ins: directdrawsink *** | |
| checking for DirectDraw LDFLAGS... no | |
| configure: *** These plugins will not be built: directdrawsink | |
| configure: *** checking feature: Apple video *** | |
| configure: *** for plug-ins: applemedia *** | |
| checking SystemConfiguration/SystemConfiguration.h usability... no | |
| checking SystemConfiguration/SystemConfiguration.h presence... no | |
| checking for SystemConfiguration/SystemConfiguration.h... no | |
| configure: *** These plugins will not be built: applemedia | |
| configure: *** checking feature: OSX video *** | |
| configure: *** for plug-ins: osxvideosrc *** | |
| checking for SeqGrabComponent... no | |
| configure: *** These plugins will not be built: osxvideosrc | |
| configure: *** checking feature: AVC Video Services *** | |
| configure: *** for plug-ins: avcsrc *** | |
| configure: *** These plugins will not be built: avcsrc | |
| configure: *** checking feature: QuickTime wrapper *** | |
| configure: *** for plug-ins: qtwrapper *** | |
| checking for SampleReferenceRecord... no | |
| configure: *** These plugins will not be built: qtwrapper | |
| configure: *** checking feature: POSIX shared memory source and sink *** | |
| configure: *** for plug-ins: shm *** | |
| checking for shm_open in -lrt... yes | |
| checking whether MSG_NOSIGNAL is declared... yes | |
| configure: *** These plugins will be built: shm | |
| configure: *** checking feature: Video CD *** | |
| configure: *** for plug-ins: vcdsrc *** | |
| checking linux/cdrom.h usability... yes | |
| checking linux/cdrom.h presence... yes | |
| checking for linux/cdrom.h... yes | |
| configure: *** These plugins will be built: vcdsrc | |
| configure: *** checking feature: ASS/SSA renderer *** | |
| configure: *** for plug-ins: assrender *** | |
| checking for ASSRENDER... yes | |
| configure: *** These plugins will be built: assrender | |
| configure: *** checking feature: vo-amrwbenc library *** | |
| configure: *** for plug-ins: vo-amrwbenc *** | |
| checking for VOAMRWBENC... no | |
| configure: No package 'vo-amrwbenc' found | |
| configure: *** These plugins will not be built: vo-amrwbenc | |
| configure: *** checking feature: vo-aacenc library *** | |
| configure: *** for plug-ins: vo-aacenc *** | |
| checking for VOAACENC... no | |
| configure: No package 'vo-aacenc' found | |
| configure: *** These plugins will not be built: vo-aacenc | |
| configure: *** checking feature: AirPort Express Wireless sink *** | |
| configure: *** for plug-ins: apexsink *** | |
| checking for APEXSINK... yes | |
| checking for library containing socket... none required | |
| checking for library containing gethostbyname... none required | |
| configure: *** These plugins will be built: apexsink | |
| configure: *** checking feature: bz2 library *** | |
| configure: *** for plug-ins: bz2 *** | |
| checking for BZ2_bzCompress in -lbz2... yes | |
| checking bzlib.h usability... yes | |
| checking bzlib.h presence... yes | |
| checking for bzlib.h... yes | |
| configure: *** These plugins will be built: bz2 | |
| configure: *** checking feature: cdaudio *** | |
| configure: *** for plug-ins: cdaudio *** | |
| checking for CDAUDIO... no | |
| configure: *** These plugins will not be built: cdaudio | |
| configure: *** checking feature: celt *** | |
| configure: *** for plug-ins: celt *** | |
| checking for CELT... no | |
| checking for CELT_0_7... no | |
| checking for CELT_0_8... no | |
| checking for CELT_0_11... no | |
| configure: *** These plugins will not be built: celt | |
| configure: *** checking feature: Cog plugin *** | |
| configure: *** for plug-ins: cog *** | |
| checking for COG... yes | |
| configure: *** These plugins will be built: cog | |
| configure: *** checking feature: Curl plugin *** | |
| configure: *** for plug-ins: curl *** | |
| checking for CURL... yes | |
| checking for unistd.h... (cached) yes | |
| checking for sys/socket.h... (cached) yes | |
| checking for sys/types.h... (cached) yes | |
| checking netinet/in.h usability... yes | |
| checking netinet/in.h presence... yes | |
| checking for netinet/in.h... yes | |
| checking netinet/ip.h usability... yes | |
| checking netinet/ip.h presence... yes | |
| checking for netinet/ip.h... yes | |
| checking netinet/tcp.h usability... yes | |
| checking netinet/tcp.h presence... yes | |
| checking for netinet/tcp.h... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking for socket support needed by curlsink... yes | |
| configure: *** These plugins will be built: curl | |
| configure: *** checking feature: libdc1394 *** | |
| configure: *** for plug-ins: dc1394 *** | |
| checking for LIBDC1394... yes | |
| configure: *** These plugins will be built: dc1394 | |
| configure: *** checking feature: decklink *** | |
| configure: *** for plug-ins: decklink *** | |
| checking for dlopen in -ldl... yes | |
| configure: *** These plugins will be built: decklink | |
| configure: *** checking feature: directfb *** | |
| configure: *** for plug-ins: dfbvideosink *** | |
| checking for DIRECTFB... no | |
| configure: *** These plugins will not be built: dfbvideosink | |
| configure: *** checking feature: dirac *** | |
| configure: *** for plug-ins: dirac *** | |
| checking for DIRAC... no | |
| configure: *** These plugins will not be built: dirac | |
| configure: *** checking feature: dts library *** | |
| configure: *** for plug-ins: dtsdec *** | |
| checking for dca_init in -ldca... yes | |
| checking dca.h usability... yes | |
| checking dca.h presence... yes | |
| checking for dca.h... yes | |
| configure: *** These plugins will be built: dtsdec | |
| configure: *** checking feature: divx plugins *** | |
| configure: *** for plug-ins: divx *** | |
| checking encore2.h usability... no | |
| checking encore2.h presence... no | |
| checking for encore2.h... no | |
| configure: WARNING: Divx4linux encore headers not found | |
| configure: *** These plugins will not be built: divx | |
| configure: *** checking feature: resindvd plugin *** | |
| configure: *** for plug-ins: resindvd *** | |
| checking for DVDNAV... yes | |
| configure: *** These plugins will be built: resindvd | |
| configure: *** checking feature: AAC encoder plug-in *** | |
| configure: *** for plug-ins: faac *** | |
| checking for faacEncOpen in -lfaac... yes | |
| checking faac.h usability... yes | |
| checking faac.h presence... yes | |
| checking for faac.h... yes | |
| configure: *** These plugins will be built: faac | |
| configure: *** checking feature: AAC decoder plug-in *** | |
| configure: *** for plug-ins: faad *** | |
| checking for faacDecOpen in -lfaad... no | |
| checking for NeAACDecOpen in -lfaad... yes | |
| checking neaacdec.h usability... yes | |
| checking neaacdec.h presence... yes | |
| checking for neaacdec.h... yes | |
| checking Checking for FAAD >= 2.0... checking Checking FAAD2 version in neaacdec.h... 2.7 | |
| configure: *** These plugins will be built: faad | |
| configure: *** checking feature: linux framebuffer *** | |
| configure: *** for plug-ins: fbdevsink *** | |
| checking linux/fb.h usability... yes | |
| checking linux/fb.h presence... yes | |
| checking for linux/fb.h... yes | |
| configure: *** These plugins will be built: fbdevsink | |
| configure: *** checking feature: Flite plugin *** | |
| configure: *** for plug-ins: flite *** | |
| checking for flite_init in -lflite... no | |
| configure: *** These plugins will not be built: flite | |
| configure: *** checking feature: GSM library *** | |
| configure: *** for plug-ins: gsmenc gsmdec *** | |
| checking for gsm_create in -lgsm... no | |
| checking for gsm_create in -lgsm... (cached) no | |
| configure: *** These plugins will not be built: gsmenc gsmdec | |
| configure: *** checking feature: jp2k *** | |
| configure: *** for plug-ins: jp2kdec jp2kenc *** | |
| checking for jas_stream_fopen in -ljasper... yes | |
| checking jasper/jasper.h usability... yes | |
| checking jasper/jasper.h presence... yes | |
| checking for jasper/jasper.h... yes | |
| configure: *** These plugins will be built: jp2kdec jp2kenc | |
| configure: *** checking feature: Kate *** | |
| configure: *** for plug-ins: kate *** | |
| checking for KATE... no | |
| checking for TIGER... no | |
| configure: *** These plugins will not be built: kate | |
| configure: *** checking feature: ladspa *** | |
| configure: *** for plug-ins: ladspa *** | |
| checking ladspa.h usability... yes | |
| checking ladspa.h presence... yes | |
| checking for ladspa.h... yes | |
| checking for LRDF... no | |
| configure: *** These plugins will be built: ladspa | |
| configure: *** checking feature: lv2 *** | |
| configure: *** for plug-ins: lv2 *** | |
| checking for SLV2... no | |
| configure: *** These plugins will not be built: lv2 | |
| configure: *** checking feature: mms protocol library *** | |
| configure: *** for plug-ins: libmms *** | |
| checking for LIBMMS... no | |
| configure: *** These plugins will not be built: libmms | |
| configure: *** checking feature: Linear Systems SDI plugin *** | |
| configure: *** for plug-ins: linsys *** | |
| configure: *** These plugins will be built: linsys | |
| configure: *** checking feature: modplug *** | |
| configure: *** for plug-ins: modplug *** | |
| checking for MODPLUG... yes | |
| configure: *** These plugins will be built: modplug | |
| configure: *** checking feature: libmimic library *** | |
| configure: *** for plug-ins: mimic *** | |
| checking for MIMIC... no | |
| configure: *** These plugins will not be built: mimic | |
| checking for MJPEG... no | |
| configure: *** checking feature: mpeg2enc *** | |
| configure: *** for plug-ins: mpeg2enc *** | |
| checking for MPEG2ENC... no | |
| configure: *** These plugins will not be built: mpeg2enc | |
| configure: *** checking feature: mplex *** | |
| configure: *** for plug-ins: mplex *** | |
| checking for MPLEX... no | |
| configure: *** These plugins will not be built: mplex | |
| configure: *** checking feature: musepackdec *** | |
| configure: *** for plug-ins: musepack *** | |
| checking mpc/mpcdec.h usability... no | |
| checking mpc/mpcdec.h presence... no | |
| checking for mpc/mpcdec.h... no | |
| checking mpcdec/mpcdec.h usability... no | |
| checking mpcdec/mpcdec.h presence... no | |
| checking for mpcdec/mpcdec.h... no | |
| configure: *** These plugins will not be built: musepack | |
| configure: *** checking feature: musicbrainz tag generation *** | |
| configure: *** for plug-ins: musicbrainz *** | |
| checking for MUSICBRAINZ... no | |
| configure: *** These plugins will not be built: musicbrainz | |
| configure: *** checking feature: MythTV client plugins *** | |
| configure: *** for plug-ins: mythtvsrc *** | |
| checking for GMYTH... no | |
| configure: *** These plugins will not be built: mythtvsrc | |
| checking for X... libraries , headers | |
| configure: *** checking feature: nas plug-in *** | |
| configure: *** for plug-ins: nassink *** | |
| checking for gethostbyname... (cached) yes | |
| checking for connect... yes | |
| checking for remove... yes | |
| checking for shmat... yes | |
| checking for IceConnectionNumber in -lICE... yes | |
| checking X11/Xlib.h usability... yes | |
| checking X11/Xlib.h presence... yes | |
| checking for X11/Xlib.h... yes | |
| checking for AuOpenServer in -laudio... no | |
| configure: *** These plugins will not be built: nassink | |
| configure: *** checking feature: neon http client plugins *** | |
| configure: *** for plug-ins: neonhttpsrc *** | |
| checking for NEON... no | |
| configure: *** These plugins will not be built: neonhttpsrc | |
| configure: *** checking feature: ofa plugins *** | |
| configure: *** for plug-ins: ofa *** | |
| checking for OFA... no | |
| configure: *** These plugins will not be built: ofa | |
| configure: *** checking feature: OpenAL plugin *** | |
| configure: *** for plug-ins: openal *** | |
| checking for OPENAL... no | |
| configure: *** These plugins will not be built: openal | |
| configure: *** checking feature: opencv plugins *** | |
| configure: *** for plug-ins: opencv *** | |
| checking for OPENCV... no | |
| configure: *** These plugins will not be built: opencv | |
| configure: *** checking feature: opus *** | |
| configure: *** for plug-ins: opus *** | |
| checking for OPUS... no | |
| configure: *** These plugins will not be built: opus | |
| configure: *** checking feature: rsvg decoder *** | |
| configure: *** for plug-ins: rsvg *** | |
| checking for RSVG... no | |
| configure: *** These plugins will not be built: rsvg | |
| configure: *** checking feature: timidity midi soft synth plugin *** | |
| configure: *** for plug-ins: timidity *** | |
| checking for TIMIDITY... no | |
| configure: *** These plugins will not be built: timidity | |
| configure: *** checking feature: Teletext decoder *** | |
| configure: *** for plug-ins: teletextdec *** | |
| checking for TELETEXTDEC... no | |
| configure: No package 'zvbi-0.2' found | |
| configure: *** These plugins will not be built: teletextdec | |
| configure: *** checking feature: wildmidi midi soft synth plugin *** | |
| configure: *** for plug-ins: wildmidi *** | |
| checking for WildMidi_Init in -lWildMidi... no | |
| checking for WildMidi_LoadSamples in -lWildMidi... no | |
| configure: WARNING: no WildMidi library found (libWildMidi) | |
| configure: *** These plugins will not be built: wildmidi | |
| configure: *** checking feature: SDL plug-in *** | |
| configure: *** for plug-ins: sdlvideosink sdlaudiosink *** | |
| checking for sdl-config... /usr/bin/sdl-config | |
| checking for SDL - version >= 0.11.0... yes | |
| configure: *** These plugins will be built: sdlvideosink sdlaudiosink | |
| configure: *** checking feature: sndfile plug-in *** | |
| configure: *** for plug-ins: sfsrc sfsink *** | |
| checking for SNDFILE... yes | |
| configure: *** These plugins will be built: sfsrc sfsink | |
| configure: *** checking feature: soundtouch plug-in *** | |
| configure: *** for plug-ins: soundtouch *** | |
| checking for SOUNDTOUCH... no | |
| checking for SOUNDTOUCH... no | |
| checking for SOUNDTOUCH... no | |
| checking for SOUNDTOUCH... no | |
| checking for SOUNDTOUCH... no | |
| configure: *** These plugins will not be built: soundtouch | |
| configure: *** checking feature: spc decoder *** | |
| configure: *** for plug-ins: spc *** | |
| checking openspc.h usability... no | |
| checking openspc.h presence... no | |
| checking for openspc.h... no | |
| configure: *** These plugins will not be built: spc | |
| configure: *** checking feature: gme decoder *** | |
| configure: *** for plug-ins: gme *** | |
| checking gme/gme.h usability... no | |
| checking gme/gme.h presence... no | |
| checking for gme/gme.h... no | |
| configure: *** These plugins will not be built: gme | |
| configure: *** checking feature: swfdec plug-in *** | |
| configure: *** for plug-ins: swfdec *** | |
| checking for SWFDEC... no | |
| configure: *** These plugins will not be built: swfdec | |
| configure: *** checking feature: xvid plugins *** | |
| configure: *** for plug-ins: xvid *** | |
| checking xvid.h usability... yes | |
| checking xvid.h presence... yes | |
| checking for xvid.h... yes | |
| checking for xvid_encore in -lxvidcore... yes | |
| checking for xvid_decore in -lxvidcore... yes | |
| checking for xvid_global in -lxvidcore... yes | |
| checking for uptodate XviD API version... yes | |
| configure: *** These plugins will be built: xvid | |
| configure: *** checking feature: DVB Source *** | |
| configure: *** for plug-ins: dvb *** | |
| checking Checking for up to date dvb installation... checking linux/dvb/frontend.h usability... yes | |
| checking linux/dvb/frontend.h presence... yes | |
| checking for linux/dvb/frontend.h... yes | |
| configure: *** These plugins will be built: dvb | |
| configure: *** checking feature: Windows internet library *** | |
| configure: *** for plug-ins: wininet *** | |
| checking Checking for windows internet support... checking for windows.h... no | |
| checking for wininet.h... no | |
| configure: *** These plugins will not be built: wininet | |
| configure: *** checking feature: Windows ACM library *** | |
| configure: *** for plug-ins: acm *** | |
| checking Checking for ACM support... checking for windows.h... (cached) no | |
| checking for msacm.h... no | |
| configure: *** These plugins will not be built: acm | |
| configure: *** checking feature: VDPAU *** | |
| configure: *** for plug-ins: vdpau *** | |
| checking for VDPAU... yes | |
| configure: Found up to date VDPAU installation | |
| configure: *** These plugins will be built: vdpau | |
| configure: *** checking feature: Schroedinger video codec *** | |
| configure: *** for plug-ins: schro *** | |
| checking for SCHRO... yes | |
| configure: *** These plugins will be built: schro | |
| configure: *** checking feature: ZBar barcode detector *** | |
| configure: *** for plug-ins: zbar *** | |
| checking for ZBAR... no | |
| configure: No package 'zbar' found | |
| configure: *** These plugins will not be built: zbar | |
| configure: *** checking feature: VP8 decoder *** | |
| configure: *** for plug-ins: vp8 *** | |
| checking for vpx_codec_version in -lvpx... yes | |
| checking vpx/vpx_codec.h usability... yes | |
| checking vpx/vpx_codec.h presence... yes | |
| checking for vpx/vpx_codec.h... yes | |
| checking for vpx_codec_vp8_cx_algo in -lvpx... yes | |
| checking for VP8E_SET_TUNING presence... yes | |
| checking for vpx_codec_vp8_dx_algo in -lvpx... yes | |
| configure: *** These plugins will be built: vp8 | |
| configure: *** checking feature: rtmp library *** | |
| configure: *** for plug-ins: rtmp *** | |
| checking for RTMP... yes | |
| configure: *** These plugins will be built: rtmp | |
| configure: *** checking feature: Spandsp *** | |
| configure: *** for plug-ins: spandsp *** | |
| checking for SPANDSP... no | |
| configure: *** These plugins will not be built: spandsp | |
| configure: *** checking feature: GSettings plugin *** | |
| configure: *** for plug-ins: gsettings *** | |
| checking for GSETTINGS... yes | |
| checking for pkg-config... (cached) /usr/bin/pkg-config | |
| checking pkg-config is at least version 0.16... yes | |
| configure: *** These plugins will be built: gsettings | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating common/Makefile | |
| config.status: creating common/m4/Makefile | |
| config.status: creating gst-plugins-bad.spec | |
| config.status: creating gst/Makefile | |
| config.status: creating gst/adpcmdec/Makefile | |
| config.status: creating gst/adpcmenc/Makefile | |
| config.status: creating gst/aiff/Makefile | |
| config.status: creating gst/asfmux/Makefile | |
| config.status: creating gst/audiovisualizers/Makefile | |
| config.status: creating gst/autoconvert/Makefile | |
| config.status: creating gst/bayer/Makefile | |
| config.status: creating gst/camerabin/Makefile | |
| config.status: creating gst/camerabin2/Makefile | |
| config.status: creating gst/cdxaparse/Makefile | |
| config.status: creating gst/colorspace/Makefile | |
| config.status: creating gst/coloreffects/Makefile | |
| config.status: creating gst/dataurisrc/Makefile | |
| config.status: creating gst/dccp/Makefile | |
| config.status: creating gst/debugutils/Makefile | |
| config.status: creating gst/dtmf/Makefile | |
| config.status: creating gst/dvbsuboverlay/Makefile | |
| config.status: creating gst/dvdspu/Makefile | |
| config.status: creating gst/faceoverlay/Makefile | |
| config.status: creating gst/festival/Makefile | |
| config.status: creating gst/fieldanalysis/Makefile | |
| config.status: creating gst/freeze/Makefile | |
| config.status: creating gst/frei0r/Makefile | |
| config.status: creating gst/gaudieffects/Makefile | |
| config.status: creating gst/geometrictransform/Makefile | |
| config.status: creating gst/h264parse/Makefile | |
| config.status: creating gst/hdvparse/Makefile | |
| config.status: creating gst/hls/Makefile | |
| config.status: creating gst/id3tag/Makefile | |
| config.status: creating gst/inter/Makefile | |
| config.status: creating gst/interlace/Makefile | |
| config.status: creating gst/ivfparse/Makefile | |
| config.status: creating gst/jp2kdecimator/Makefile | |
| config.status: creating gst/jpegformat/Makefile | |
| config.status: creating gst/legacyresample/Makefile | |
| config.status: creating gst/librfb/Makefile | |
| config.status: creating gst/liveadder/Makefile | |
| config.status: creating gst/mpegdemux/Makefile | |
| config.status: creating gst/mpegtsdemux/Makefile | |
| config.status: creating gst/mpegtsmux/Makefile | |
| config.status: creating gst/mpegtsmux/tsmux/Makefile | |
| config.status: creating gst/mpegpsmux/Makefile | |
| config.status: creating gst/mpeg4videoparse/Makefile | |
| config.status: creating gst/mpegvideoparse/Makefile | |
| config.status: creating gst/mve/Makefile | |
| config.status: creating gst/mxf/Makefile | |
| config.status: creating gst/nsf/Makefile | |
| config.status: creating gst/nuvdemux/Makefile | |
| config.status: creating gst/patchdetect/Makefile | |
| config.status: creating gst/pcapparse/Makefile | |
| config.status: creating gst/pnm/Makefile | |
| config.status: creating gst/rawparse/Makefile | |
| config.status: creating gst/real/Makefile | |
| config.status: creating gst/removesilence/Makefile | |
| config.status: creating gst/rtpmux/Makefile | |
| config.status: creating gst/rtpvp8/Makefile | |
| config.status: creating gst/scaletempo/Makefile | |
| config.status: creating gst/sdi/Makefile | |
| config.status: creating gst/sdp/Makefile | |
| config.status: creating gst/segmentclip/Makefile | |
| config.status: creating gst/siren/Makefile | |
| config.status: creating gst/speed/Makefile | |
| config.status: creating gst/subenc/Makefile | |
| config.status: creating gst/stereo/Makefile | |
| config.status: creating gst/tta/Makefile | |
| config.status: creating gst/videofilters/Makefile | |
| config.status: creating gst/videomaxrate/Makefile | |
| config.status: creating gst/videomeasure/Makefile | |
| config.status: creating gst/videoparsers/Makefile | |
| config.status: creating gst/videosignal/Makefile | |
| config.status: creating gst/vmnc/Makefile | |
| config.status: creating gst/y4m/Makefile | |
| config.status: creating gst-libs/Makefile | |
| config.status: creating gst-libs/gst/Makefile | |
| config.status: creating gst-libs/gst/basecamerabinsrc/Makefile | |
| config.status: creating gst-libs/gst/interfaces/Makefile | |
| config.status: creating gst-libs/gst/signalprocessor/Makefile | |
| config.status: creating gst-libs/gst/codecparsers/Makefile | |
| config.status: creating gst-libs/gst/video/Makefile | |
| config.status: creating sys/Makefile | |
| config.status: creating sys/dshowdecwrapper/Makefile | |
| config.status: creating sys/acmenc/Makefile | |
| config.status: creating sys/acmmp3dec/Makefile | |
| config.status: creating sys/applemedia/Makefile | |
| config.status: creating sys/avc/Makefile | |
| config.status: creating sys/d3dvideosink/Makefile | |
| config.status: creating sys/decklink/Makefile | |
| config.status: creating sys/directdraw/Makefile | |
| config.status: creating sys/directsound/Makefile | |
| config.status: creating sys/dshowsrcwrapper/Makefile | |
| config.status: creating sys/dshowvideosink/Makefile | |
| config.status: creating sys/dvb/Makefile | |
| config.status: creating sys/fbdev/Makefile | |
| config.status: creating sys/linsys/Makefile | |
| config.status: creating sys/osxvideo/Makefile | |
| config.status: creating sys/qtwrapper/Makefile | |
| config.status: creating sys/shm/Makefile | |
| config.status: creating sys/vcd/Makefile | |
| config.status: creating sys/vdpau/Makefile | |
| config.status: creating sys/vdpau/gstvdp/Makefile | |
| config.status: creating sys/vdpau/basevideodecoder/Makefile | |
| config.status: creating sys/wasapi/Makefile | |
| config.status: creating sys/wininet/Makefile | |
| config.status: creating sys/winks/Makefile | |
| config.status: creating sys/winscreencap/Makefile | |
| config.status: creating tests/Makefile | |
| config.status: creating tests/check/Makefile | |
| config.status: creating tests/files/Makefile | |
| config.status: creating tests/examples/Makefile | |
| config.status: creating tests/examples/camerabin/Makefile | |
| config.status: creating tests/examples/camerabin2/Makefile | |
| config.status: creating tests/examples/directfb/Makefile | |
| config.status: creating tests/examples/mxf/Makefile | |
| config.status: creating tests/examples/scaletempo/Makefile | |
| config.status: creating tests/examples/opencv/Makefile | |
| config.status: creating tests/icles/Makefile | |
| config.status: creating ext/voamrwbenc/Makefile | |
| config.status: creating ext/voaacenc/Makefile | |
| config.status: creating ext/assrender/Makefile | |
| config.status: creating ext/apexsink/Makefile | |
| config.status: creating ext/bz2/Makefile | |
| config.status: creating ext/cdaudio/Makefile | |
| config.status: creating ext/celt/Makefile | |
| config.status: creating ext/cog/Makefile | |
| config.status: creating ext/curl/Makefile | |
| config.status: creating ext/dc1394/Makefile | |
| config.status: creating ext/dirac/Makefile | |
| config.status: creating ext/directfb/Makefile | |
| config.status: creating ext/divx/Makefile | |
| config.status: creating ext/dts/Makefile | |
| config.status: creating ext/faac/Makefile | |
| config.status: creating ext/faad/Makefile | |
| config.status: creating ext/flite/Makefile | |
| config.status: creating ext/gsm/Makefile | |
| config.status: creating ext/jp2k/Makefile | |
| config.status: creating ext/kate/Makefile | |
| config.status: creating ext/ladspa/Makefile | |
| config.status: creating ext/lv2/Makefile | |
| config.status: creating ext/libmms/Makefile | |
| config.status: creating ext/Makefile | |
| config.status: creating ext/modplug/Makefile | |
| config.status: creating ext/mpeg2enc/Makefile | |
| config.status: creating ext/mimic/Makefile | |
| config.status: creating ext/mplex/Makefile | |
| config.status: creating ext/musepack/Makefile | |
| config.status: creating ext/musicbrainz/Makefile | |
| config.status: creating ext/mythtv/Makefile | |
| config.status: creating ext/nas/Makefile | |
| config.status: creating ext/neon/Makefile | |
| config.status: creating ext/ofa/Makefile | |
| config.status: creating ext/openal/Makefile | |
| config.status: creating ext/opencv/Makefile | |
| config.status: creating ext/opus/Makefile | |
| config.status: creating ext/rsvg/Makefile | |
| config.status: creating ext/resindvd/Makefile | |
| config.status: creating ext/rtmp/Makefile | |
| config.status: creating ext/schroedinger/Makefile | |
| config.status: creating ext/sdl/Makefile | |
| config.status: creating ext/sndfile/Makefile | |
| config.status: creating ext/soundtouch/Makefile | |
| config.status: creating ext/spandsp/Makefile | |
| config.status: creating ext/teletextdec/Makefile | |
| config.status: creating ext/gme/Makefile | |
| config.status: creating ext/gsettings/Makefile | |
| config.status: creating ext/gsettings/org.freedesktop.gstreamer.default-elements.gschema.xml | |
| config.status: creating ext/spc/Makefile | |
| config.status: creating ext/swfdec/Makefile | |
| config.status: creating ext/timidity/Makefile | |
| config.status: creating ext/vp8/Makefile | |
| config.status: creating ext/xvid/Makefile | |
| config.status: creating ext/zbar/Makefile | |
| config.status: creating po/Makefile.in | |
| config.status: creating docs/Makefile | |
| config.status: creating docs/plugins/Makefile | |
| config.status: creating docs/libs/Makefile | |
| config.status: creating docs/version.entities | |
| config.status: creating pkgconfig/Makefile | |
| config.status: creating pkgconfig/gstreamer-plugins-bad.pc | |
| config.status: creating pkgconfig/gstreamer-plugins-bad-uninstalled.pc | |
| config.status: creating pkgconfig/gstreamer-codecparsers.pc | |
| config.status: creating pkgconfig/gstreamer-codecparsers-uninstalled.pc | |
| config.status: creating tools/Makefile | |
| config.status: creating m4/Makefile | |
| config.status: creating win32/common/config.h | |
| config.status: creating config.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| config.status: executing po-directories commands | |
| config.status: creating po/POTFILES | |
| config.status: creating po/Makefile | |
| config.status: executing _stdint.h commands | |
| config.status: creating _stdint.h : _GST_PLUGINS_BAD__STDINT_H | |
| config.status: _stdint.h is unchanged | |
| configure: *** Plug-ins without external dependencies that will be built: | |
| adpcmdec | |
| adpcmenc | |
| aiff | |
| asfmux | |
| audiovisualizers | |
| autoconvert | |
| bayer | |
| camerabin | |
| camerabin2 | |
| cdxaparse | |
| coloreffects | |
| colorspace | |
| dataurisrc | |
| dccp | |
| debugutils | |
| dtmf | |
| dvbsuboverlay | |
| dvdspu | |
| faceoverlay | |
| festival | |
| fieldanalysis | |
| freeze | |
| frei0r | |
| gaudieffects | |
| geometrictransform | |
| h264parse | |
| hdvparse | |
| hls | |
| id3tag | |
| inter | |
| interlace | |
| ivfparse | |
| jp2kdecimator | |
| jpegformat | |
| legacyresample | |
| librfb | |
| liveadder | |
| mpeg4videoparse | |
| mpegdemux | |
| mpegpsmux | |
| mpegtsdemux | |
| mpegtsmux | |
| mpegvideoparse | |
| mve | |
| mxf | |
| nsf | |
| nuvdemux | |
| patchdetect | |
| pcapparse | |
| pnm | |
| rawparse | |
| real | |
| removesilence | |
| rtpmux | |
| rtpvp8 | |
| scaletempo | |
| sdi | |
| sdp | |
| segmentclip | |
| siren | |
| speed | |
| stereo | |
| subenc | |
| tta | |
| videofilters | |
| videomaxrate | |
| videomeasure | |
| videoparsers | |
| videosignal | |
| vmnc | |
| y4m | |
| configure: *** Plug-ins without external dependencies that will NOT be built: | |
| configure: *** Plug-ins with dependencies that will be built: | |
| apexsink | |
| assrender | |
| bz2 | |
| cog | |
| curl | |
| dc1394 | |
| decklink | |
| dtsdec | |
| dvb | |
| faac | |
| faad | |
| fbdevsink | |
| gsettings | |
| jp2kdec jp2kenc | |
| ladspa | |
| linsys | |
| modplug | |
| resindvd | |
| rtmp | |
| schro | |
| sdlvideosink sdlaudiosink | |
| sfsrc sfsink | |
| shm | |
| vcdsrc | |
| vdpau | |
| vp8 | |
| xvid | |
| configure: *** Plug-ins with dependencies that will NOT be built: | |
| acm | |
| applemedia | |
| avcsrc | |
| cdaudio | |
| celt | |
| dfbvideosink | |
| dirac | |
| direct3dsink | |
| directdrawsink | |
| directsoundsrc | |
| divx | |
| flite | |
| gme | |
| gsmenc gsmdec | |
| kate | |
| libmms | |
| lv2 | |
| mimic | |
| mpeg2enc | |
| mplex | |
| musepack | |
| musicbrainz | |
| mythtvsrc | |
| nassink | |
| neonhttpsrc | |
| ofa | |
| openal | |
| opencv | |
| opus | |
| osxvideosrc | |
| qtwrapper | |
| rsvg | |
| soundtouch | |
| spandsp | |
| spc | |
| swfdec | |
| teletextdec | |
| timidity | |
| vo-aacenc | |
| vo-amrwbenc | |
| wildmidi | |
| wininet | |
| zbar | |
| configure: *** Orc acceleration enabled. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment