Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubu@core2duo:~$ git clone https://github.com/MaartenBaert/ssr.git
- Cloning into 'ssr'...
- WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-qxmzK0/pkcs11: No such file or directory
- remote: Reusing existing pack: 3021, done.
- remote: Counting objects: 48, done.
- remote: Compressing objects: 100% (40/40), done.
- remote: Total 3069 (delta 26), reused 27 (delta 8)
- Receiving objects: 100% (3069/3069), 2.74 MiB | 2.27 MiB/s, done.
- Resolving deltas: 100% (1892/1892), done.
- ubu@core2duo:~$ cd ssr/
- ubu@core2duo:~/ssr$ ls -la
- total 836
- drwxr-xr-x 9 ubu ubu 4096 Jan 20 20:23 .
- drwxr-xr-x 84 ubu ubu 12288 Jan 20 20:23 ..
- drwxrwxr-x 3 ubu ubu 4096 Jan 20 20:23 3rdparty
- -rw-rw-r-- 1 ubu ubu 54553 Jan 20 20:23 aclocal.m4
- -rwxrwxr-x 1 ubu ubu 88 Jan 20 20:23 bootstrap
- drwxrwxr-x 2 ubu ubu 4096 Jan 20 20:23 build-aux
- -rw-rw-r-- 1 ubu ubu 1617 Jan 20 20:23 config.h.in
- -rwxrwxr-x 1 ubu ubu 623765 Jan 20 20:23 configure
- -rw-rw-r-- 1 ubu ubu 5410 Jan 20 20:23 configure.ac
- -rw-rw-r-- 1 ubu ubu 35147 Jan 20 20:23 COPYING
- drwxrwxr-x 3 ubu ubu 4096 Jan 20 20:23 data
- drwxrwxr-x 8 ubu ubu 4096 Jan 20 20:23 .git
- -rw-rw-r-- 1 ubu ubu 187 Jan 20 20:23 .gitignore
- drwxrwxr-x 2 ubu ubu 4096 Jan 20 20:23 glinject
- drwxrwxr-x 2 ubu ubu 4096 Jan 20 20:23 m4
- -rw-rw-r-- 1 ubu ubu 248 Jan 20 20:23 Makefile.am
- -rw-rw-r-- 1 ubu ubu 26023 Jan 20 20:23 Makefile.in
- -rw-rw-r-- 1 ubu ubu 10873 Jan 20 20:23 notes.txt
- -rwxrwxr-x 1 ubu ubu 391 Jan 20 20:23 postinstall
- -rw-rw-r-- 1 ubu ubu 5760 Jan 20 20:23 README.md
- -rwxrwxr-x 1 ubu ubu 3621 Jan 20 20:23 simple-build-and-install
- -rwxrwxr-x 1 ubu ubu 550 Jan 20 20:23 simple-uninstall
- drwxrwxr-x 6 ubu ubu 4096 Jan 20 20:23 src
- -rw-rw-r-- 1 ubu ubu 1460 Jan 20 20:23 todo.txt
- ubu@core2duo:~/ssr$ git reset --hard
- HEAD is now at 0ba2f2c Add comment about the need to set the keyframe flag.
- ubu@core2duo:~/ssr$ git clean -fX
- ubu@core2duo:~/ssr$ git checkout glinject-next
- Branch glinject-next set up to track remote branch glinject-next from origin.
- Switched to a new branch 'glinject-next'
- ubu@core2duo:~/ssr$ ./simple-build-and-install
- Detecting x86/x64 ...
- x86/x64 = --enable-x86-asm
- Detecting ffmpeg/libav ...
- Detected libav.
- Configuring ...
- checking for a BSD-compatible install... /usr/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 whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- 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 whether gcc understands -c and -o together... yes
- checking dependency style of gcc... gcc3
- checking for ar... ar
- checking the archiver (ar) interface... ar
- 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 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... no
- checking how to associate runtime and link libraries... printf %s\n
- 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... mt
- checking if mt 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... yes
- 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 whether gcc understands -c and -o together... (cached) yes
- checking dependency style of gcc... (cached) 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 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 a sed that does not truncate output... (cached) /bin/sed
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for QT4... yes
- checking for moc-qt4... /usr/bin/moc-qt4
- checking for rcc-qt4... no
- checking for rcc... /usr/bin/rcc
- checking for uic-qt4... /usr/bin/uic-qt4
- checking for lupdate-qt4... /usr/bin/lupdate-qt4
- checking for lrelease-qt4... /usr/bin/lrelease-qt4
- checking for clock_gettime in -lrt... yes
- checking for dlfcn.h... (cached) yes
- checking for dlsym in -ldl... yes
- checking libavformat/avformat.h usability... yes
- checking libavformat/avformat.h presence... yes
- checking for libavformat/avformat.h... yes
- checking for av_guess_format in -lavformat... yes
- checking libavcodec/avcodec.h usability... yes
- checking libavcodec/avcodec.h presence... yes
- checking for libavcodec/avcodec.h... yes
- checking for avcodec_find_encoder_by_name in -lavcodec... yes
- checking libavutil/avutil.h usability... yes
- checking libavutil/avutil.h presence... yes
- checking for libavutil/avutil.h... yes
- checking libavutil/mathematics.h usability... yes
- checking libavutil/mathematics.h presence... yes
- checking for libavutil/mathematics.h... yes
- checking for av_rescale_q in -lavutil... yes
- checking libswscale/swscale.h usability... yes
- checking libswscale/swscale.h presence... yes
- checking for libswscale/swscale.h... yes
- checking for sws_scale in -lswscale... yes
- checking X11/Xlib.h usability... yes
- checking X11/Xlib.h presence... yes
- checking for X11/Xlib.h... yes
- checking for X11/Xutil.h... yes
- checking for XOpenDisplay in -lX11... yes
- checking for X11/extensions/Xfixes.h... yes
- checking for XFixesGetCursorImage in -lXfixes... yes
- checking for X11/extensions/XShm.h... yes
- checking for XShmCreateImage in -lXext... yes
- checking alsa/asoundlib.h usability... yes
- checking alsa/asoundlib.h presence... yes
- checking for alsa/asoundlib.h... yes
- checking for snd_pcm_open in -lasound... yes
- checking pulse/context.h usability... yes
- checking pulse/context.h presence... yes
- checking for pulse/context.h... yes
- checking for pa_context_new in -lpulse... yes
- checking jack/jack.h usability... yes
- checking jack/jack.h presence... yes
- checking for jack/jack.h... yes
- checking for jack_client_open in -ljack... yes
- checking GL/gl.h usability... yes
- checking GL/gl.h presence... yes
- checking for GL/gl.h... yes
- checking for GL/glext.h... yes
- checking for GL/glx.h... yes
- checking for glPushAttrib in -lGL... yes
- checking GL/glu.h usability... yes
- checking GL/glu.h presence... yes
- checking for GL/glu.h... yes
- checking for gluErrorString in -lGLU... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating 3rdparty/Makefile
- config.status: creating data/Makefile
- config.status: creating glinject/Makefile
- config.status: creating scripts/Makefile
- config.status: creating src/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- === configuring in 3rdparty/soxr (/home/ubu/ssr/build/3rdparty/soxr)
- configure: running /bin/bash ../../../3rdparty/soxr/configure --disable-option-checking '--prefix=/usr' '--libdir=/usr/lib' '--disable-assert' '--enable-x86-asm' '--disable-ffmpeg-versions' 'CFLAGS=-Wall -O2 -pipe' 'LDFLAGS= ' 'CPPFLAGS= ' 'CXXFLAGS=-Wall -O2 -pipe' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig' --cache-file=/dev/null --srcdir=../../../3rdparty/soxr
- -- The C compiler identification is GNU
- -- Check for working C compiler: /usr/bin/gcc
- -- Check for working C compiler: /usr/bin/gcc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Looking for pow in m
- -- Looking for pow in m - found
- -- Try SIMD C flag = [ ]
- -- Performing Test SIMD_FLAG_DETECTED
- -- Performing Test SIMD_FLAG_DETECTED - Success
- -- Found SIMD:
- -- Looking for lrint
- -- Looking for lrint - found
- -- Looking for include files HAVE_FENV_H
- -- Looking for include files HAVE_FENV_H - found
- -- Performing Test HAVE_WORDS_BIGENDIAN
- -- Performing Test HAVE_WORDS_BIGENDIAN - Failed
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/ubu/ssr/build/3rdparty/soxr
- Compiling ...
- make all-recursive
- make[1]: Entering directory `/home/ubu/ssr/build'
- Making all in 3rdparty
- make[2]: Entering directory `/home/ubu/ssr/build/3rdparty'
- Making all in soxr
- make[3]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[4]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- Scanning dependencies of target soxr
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- [ 5%] [ 10%] [ 15%] [ 20%] Building C object src/CMakeFiles/soxr.dir/filter.c.o
- Building C object src/CMakeFiles/soxr.dir/soxr.c.o
- Building C object src/CMakeFiles/soxr.dir/data-io.c.o
- Building C object src/CMakeFiles/soxr.dir/dbesi0.c.o
- [ 25%] Building C object src/CMakeFiles/soxr.dir/fft4g64.c.o
- [ 30%] Building C object src/CMakeFiles/soxr.dir/rate32.c.o
- [ 35%] Building C object src/CMakeFiles/soxr.dir/fft4g32.c.o
- [ 40%] Building C object src/CMakeFiles/soxr.dir/vr32.c.o
- [ 45%] Building C object src/CMakeFiles/soxr.dir/rate64.c.o
- [ 50%] Building C object src/CMakeFiles/soxr.dir/rate32s.c.o
- [ 55%] Building C object src/CMakeFiles/soxr.dir/pffft32s.c.o
- [ 60%] Building C object src/CMakeFiles/soxr.dir/simd.c.o
- Linking C static library libsoxr.a
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- [ 60%] Built target soxr
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- Scanning dependencies of target vector-cmp
- Scanning dependencies of target vector-gen
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- Scanning dependencies of target soxr-lsr
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- Scanning dependencies of target 3-options-input-fn
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- [ 65%] [ 70%] [ 75%] make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- Building C object tests/CMakeFiles/vector-cmp.dir/vector-cmp.c.o
- Building C object tests/CMakeFiles/vector-gen.dir/vector-gen.c.o
- [ 80%] Building C object src/CMakeFiles/soxr-lsr.dir/lsr.c.o
- Building C object examples/CMakeFiles/3-options-input-fn.dir/3-options-input-fn.c.o
- Linking C executable vector-cmp
- Linking C executable vector-gen
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- [ 80%] Built target vector-cmp
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- Linking C executable 3-options-input-fn
- Linking C static library libsoxr-lsr.a
- [ 80%] Built target vector-gen
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- Scanning dependencies of target test-vectors
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- [ 85%] [ 90%] make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- Generating ref-44100.s32
- [ 90%] Built target soxr-lsr
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- Generating ref-65537.s32
- Scanning dependencies of target 1a-lsr
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
- [ 90%] [ 95%] Built target 3-options-input-fn
- [100%] Building C object examples/CMakeFiles/1a-lsr.dir/1a-lsr.c.o
- Generating ref-96000.s32
- Linking C executable 1a-lsr
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- [100%] Built target 1a-lsr
- make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- [100%] Built target test-vectors
- make[4]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[3]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
- make[3]: Entering directory `/home/ubu/ssr/build/3rdparty'
- cp "./soxr/src/libsoxr.a" "libsoxr.a"
- cp "../../3rdparty/soxr/src/soxr.h" "soxr.h"
- make[3]: Leaving directory `/home/ubu/ssr/build/3rdparty'
- make[2]: Leaving directory `/home/ubu/ssr/build/3rdparty'
- Making all in data
- make[2]: Entering directory `/home/ubu/ssr/build/data'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/ubu/ssr/build/data'
- Making all in glinject
- make[2]: Entering directory `/home/ubu/ssr/build/glinject'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -Wall -O2 -pipe -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c -o libssr_glinject_la-elfhacks.lo `test -f 'elfhacks.c' || echo '../../glinject/'`elfhacks.c
- /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLInject.lo -MD -MP -MF .deps/libssr_glinject_la-GLInject.Tpo -c -o libssr_glinject_la-GLInject.lo `test -f 'GLInject.cpp' || echo '../../glinject/'`GLInject.cpp
- /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLXFrameGrabber.lo -MD -MP -MF .deps/libssr_glinject_la-GLXFrameGrabber.Tpo -c -o libssr_glinject_la-GLXFrameGrabber.lo `test -f 'GLXFrameGrabber.cpp' || echo '../../glinject/'`GLXFrameGrabber.cpp
- /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-Hook.lo -MD -MP -MF .deps/libssr_glinject_la-Hook.Tpo -c -o libssr_glinject_la-Hook.lo `test -f 'Hook.cpp' || echo '../../glinject/'`Hook.cpp
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -Wall -O2 -pipe -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c ../../glinject/elfhacks.c -fPIC -DPIC -o .libs/libssr_glinject_la-elfhacks.o
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLXFrameGrabber.lo -MD -MP -MF .deps/libssr_glinject_la-GLXFrameGrabber.Tpo -c ../../glinject/GLXFrameGrabber.cpp -fPIC -DPIC -o .libs/libssr_glinject_la-GLXFrameGrabber.o
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLInject.lo -MD -MP -MF .deps/libssr_glinject_la-GLInject.Tpo -c ../../glinject/GLInject.cpp -fPIC -DPIC -o .libs/libssr_glinject_la-GLInject.o
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-Hook.lo -MD -MP -MF .deps/libssr_glinject_la-Hook.Tpo -c ../../glinject/Hook.cpp -fPIC -DPIC -o .libs/libssr_glinject_la-Hook.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -Wall -O2 -pipe -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c ../../glinject/elfhacks.c -o libssr_glinject_la-elfhacks.o >/dev/null 2>&1
- mv -f .deps/libssr_glinject_la-elfhacks.Tpo .deps/libssr_glinject_la-elfhacks.Plo
- /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-SSRVideoStreamWriter.lo -MD -MP -MF .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo -c -o libssr_glinject_la-SSRVideoStreamWriter.lo `test -f 'SSRVideoStreamWriter.cpp' || echo '../../glinject/'`SSRVideoStreamWriter.cpp
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-SSRVideoStreamWriter.lo -MD -MP -MF .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo -c ../../glinject/SSRVideoStreamWriter.cpp -fPIC -DPIC -o .libs/libssr_glinject_la-SSRVideoStreamWriter.o
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLInject.lo -MD -MP -MF .deps/libssr_glinject_la-GLInject.Tpo -c ../../glinject/GLInject.cpp -o libssr_glinject_la-GLInject.o >/dev/null 2>&1
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-Hook.lo -MD -MP -MF .deps/libssr_glinject_la-Hook.Tpo -c ../../glinject/Hook.cpp -o libssr_glinject_la-Hook.o >/dev/null 2>&1
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLXFrameGrabber.lo -MD -MP -MF .deps/libssr_glinject_la-GLXFrameGrabber.Tpo -c ../../glinject/GLXFrameGrabber.cpp -o libssr_glinject_la-GLXFrameGrabber.o >/dev/null 2>&1
- mv -f .deps/libssr_glinject_la-GLInject.Tpo .deps/libssr_glinject_la-GLInject.Plo
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-SSRVideoStreamWriter.lo -MD -MP -MF .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo -c ../../glinject/SSRVideoStreamWriter.cpp -o libssr_glinject_la-SSRVideoStreamWriter.o >/dev/null 2>&1
- mv -f .deps/libssr_glinject_la-Hook.Tpo .deps/libssr_glinject_la-Hook.Plo
- mv -f .deps/libssr_glinject_la-GLXFrameGrabber.Tpo .deps/libssr_glinject_la-GLXFrameGrabber.Plo
- mv -f .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo .deps/libssr_glinject_la-SSRVideoStreamWriter.Plo
- /bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -std=c++0x -Wall -O2 -pipe -pthread -avoid-version -shared -lrt -ldl -lGL -lGLU -lX11 -lXfixes -o libssr-glinject.la -rpath /usr/lib libssr_glinject_la-elfhacks.lo libssr_glinject_la-GLInject.lo libssr_glinject_la-GLXFrameGrabber.lo libssr_glinject_la-Hook.lo libssr_glinject_la-SSRVideoStreamWriter.lo
- libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.6/crtbeginS.o .libs/libssr_glinject_la-elfhacks.o .libs/libssr_glinject_la-GLInject.o .libs/libssr_glinject_la-GLXFrameGrabber.o .libs/libssr_glinject_la-Hook.o .libs/libssr_glinject_la-SSRVideoStreamWriter.o -lrt -ldl -lGL -lGLU -lX11 -lXfixes -L/usr/lib/gcc/x86_64-linux-gnu/4.6 -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crtn.o -pthread -O2 -pthread -pthread -Wl,-soname -Wl,libssr-glinject.so -o .libs/libssr-glinject.so
- libtool: link: ( cd ".libs" && rm -f "libssr-glinject.la" && ln -s "../libssr-glinject.la" "libssr-glinject.la" )
- make[2]: Leaving directory `/home/ubu/ssr/build/glinject'
- Making all in scripts
- make[2]: Entering directory `/home/ubu/ssr/build/scripts'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/ubu/ssr/build/scripts'
- Making all in src
- make[2]: Entering directory `/home/ubu/ssr/build/src'
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-Main.o -MD -MP -MF .deps/simplescreenrecorder-Main.Tpo -c -o simplescreenrecorder-Main.o `test -f 'Main.cpp' || echo '../../src/'`Main.cpp
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-Version.o -MD -MP -MF .deps/simplescreenrecorder-Version.Tpo -c -o simplescreenrecorder-Version.o `test -f 'Version.cpp' || echo '../../src/'`Version.cpp
- /usr/bin/rcc -name "resources" -o "qrc_resources.cpp" "../../data/resources/resources.qrc"
- /usr/bin/moc-qt4 "../../src/AV/Input/X11Input.h" -o "moc_X11Input.cpp"
- /usr/bin/moc-qt4 "../../src/AV/Output/SyncDiagram.h" -o "moc_SyncDiagram.cpp"
- /usr/bin/moc-qt4 "../../src/common/Logger.h" -o "moc_Logger.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/AudioPreviewer.h" -o "moc_AudioPreviewer.cpp"
- mv -f .deps/simplescreenrecorder-Version.Tpo .deps/simplescreenrecorder-Version.Po
- /usr/bin/moc-qt4 "../../src/GUI/DialogGLInject.h" -o "moc_DialogGLInject.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/ElidedLabel.h" -o "moc_ElidedLabel.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/HotkeyListener.h" -o "moc_HotkeyListener.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/MainWindow.h" -o "moc_MainWindow.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/PageDone.h" -o "moc_PageDone.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/PageInput.h" -o "moc_PageInput.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/PageOutput.h" -o "moc_PageOutput.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/PageRecord.h" -o "moc_PageRecord.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/PageWelcome.h" -o "moc_PageWelcome.cpp"
- /usr/bin/moc-qt4 "../../src/GUI/VideoPreviewer.h" -o "moc_VideoPreviewer.cpp"
- /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_de.ts" -qm "simplescreenrecorder_de.qm"
- /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_es.ts" -qm "simplescreenrecorder_es.qm"
- /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_it.ts" -qm "simplescreenrecorder_it.qm"
- Updating 'simplescreenrecorder_es.qm'...
- Generated 324 translation(s) (324 finished and 0 unfinished)
- /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_nl.ts" -qm "simplescreenrecorder_nl.qm"
- Updating 'simplescreenrecorder_de.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 324 untranslated source text(s)
- /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_pl.ts" -qm "simplescreenrecorder_pl.qm"
- Updating 'simplescreenrecorder_it.qm'...
- Generated 285 translation(s) (284 finished and 1 unfinished)
- Ignored 39 untranslated source text(s)
- /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_pt_BR.ts" -qm "simplescreenrecorder_pt_BR.qm"
- Updating 'simplescreenrecorder_nl.qm'...
- Updating 'simplescreenrecorder_pt_BR.qm'...
- Generated 273 translation(s) (272 finished and 1 unfinished)
- Ignored 51 untranslated source text(s)
- Updating 'simplescreenrecorder_pl.qm'...
- /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_zh_CN.ts" -qm "simplescreenrecorder_zh_CN.qm"
- Generated 317 translation(s) (317 finished and 0 unfinished)
- Ignored 7 untranslated source text(s)
- Generated 264 translation(s) (263 finished and 1 unfinished)
- Ignored 60 untranslated source text(s)
- /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Tpo -c -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo `test -f 'AV/FastScaler_Convert_SSSE3.cpp' || echo '../../src/'`AV/FastScaler_Convert_SSSE3.cpp
- /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Tpo -c -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo `test -f 'AV/FastScaler_Scale_SSSE3.cpp' || echo '../../src/'`AV/FastScaler_Scale_SSSE3.cpp
- Updating 'simplescreenrecorder_zh_CN.qm'...
- Generated 147 translation(s) (146 finished and 1 unfinished)
- Ignored 177 untranslated source text(s)
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-ALSAInput.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-ALSAInput.Tpo -c -o AV/Input/simplescreenrecorder-ALSAInput.o `test -f 'AV/Input/ALSAInput.cpp' || echo '../../src/'`AV/Input/ALSAInput.cpp
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Tpo -c ../../src/AV/FastScaler_Scale_SSSE3.cpp -fPIC -DPIC -o AV/.libs/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.o
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Tpo -c ../../src/AV/FastScaler_Convert_SSSE3.cpp -fPIC -DPIC -o AV/.libs/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.o
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Tpo -c ../../src/AV/FastScaler_Convert_SSSE3.cpp -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.o >/dev/null 2>&1
- mv -f AV/Input/.deps/simplescreenrecorder-ALSAInput.Tpo AV/Input/.deps/simplescreenrecorder-ALSAInput.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-GLInjectInput.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-GLInjectInput.Tpo -c -o AV/Input/simplescreenrecorder-GLInjectInput.o `test -f 'AV/Input/GLInjectInput.cpp' || echo '../../src/'`AV/Input/GLInjectInput.cpp
- mv -f .deps/simplescreenrecorder-Main.Tpo .deps/simplescreenrecorder-Main.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-JACKInput.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-JACKInput.Tpo -c -o AV/Input/simplescreenrecorder-JACKInput.o `test -f 'AV/Input/JACKInput.cpp' || echo '../../src/'`AV/Input/JACKInput.cpp
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Tpo -c ../../src/AV/FastScaler_Scale_SSSE3.cpp -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.o >/dev/null 2>&1
- mv -f AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Tpo AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Plo
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-PulseAudioInput.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-PulseAudioInput.Tpo -c -o AV/Input/simplescreenrecorder-PulseAudioInput.o `test -f 'AV/Input/PulseAudioInput.cpp' || echo '../../src/'`AV/Input/PulseAudioInput.cpp
- mv -f AV/Input/.deps/simplescreenrecorder-GLInjectInput.Tpo AV/Input/.deps/simplescreenrecorder-GLInjectInput.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-SSRVideoStreamReader.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-SSRVideoStreamReader.Tpo -c -o AV/Input/simplescreenrecorder-SSRVideoStreamReader.o `test -f 'AV/Input/SSRVideoStreamReader.cpp' || echo '../../src/'`AV/Input/SSRVideoStreamReader.cpp
- mv -f AV/Input/.deps/simplescreenrecorder-JACKInput.Tpo AV/Input/.deps/simplescreenrecorder-JACKInput.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-SSRVideoStreamWatcher.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-SSRVideoStreamWatcher.Tpo -c -o AV/Input/simplescreenrecorder-SSRVideoStreamWatcher.o `test -f 'AV/Input/SSRVideoStreamWatcher.cpp' || echo '../../src/'`AV/Input/SSRVideoStreamWatcher.cpp
- mv -f AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Tpo AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Plo
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-X11Input.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-X11Input.Tpo -c -o AV/Input/simplescreenrecorder-X11Input.o `test -f 'AV/Input/X11Input.cpp' || echo '../../src/'`AV/Input/X11Input.cpp
- mv -f AV/Input/.deps/simplescreenrecorder-PulseAudioInput.Tpo AV/Input/.deps/simplescreenrecorder-PulseAudioInput.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-AudioEncoder.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-AudioEncoder.Tpo -c -o AV/Output/simplescreenrecorder-AudioEncoder.o `test -f 'AV/Output/AudioEncoder.cpp' || echo '../../src/'`AV/Output/AudioEncoder.cpp
- mv -f AV/Input/.deps/simplescreenrecorder-SSRVideoStreamReader.Tpo AV/Input/.deps/simplescreenrecorder-SSRVideoStreamReader.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-BaseEncoder.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-BaseEncoder.Tpo -c -o AV/Output/simplescreenrecorder-BaseEncoder.o `test -f 'AV/Output/BaseEncoder.cpp' || echo '../../src/'`AV/Output/BaseEncoder.cpp
- mv -f AV/Input/.deps/simplescreenrecorder-SSRVideoStreamWatcher.Tpo AV/Input/.deps/simplescreenrecorder-SSRVideoStreamWatcher.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-Muxer.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-Muxer.Tpo -c -o AV/Output/simplescreenrecorder-Muxer.o `test -f 'AV/Output/Muxer.cpp' || echo '../../src/'`AV/Output/Muxer.cpp
- mv -f AV/Input/.deps/simplescreenrecorder-X11Input.Tpo AV/Input/.deps/simplescreenrecorder-X11Input.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-OutputManager.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-OutputManager.Tpo -c -o AV/Output/simplescreenrecorder-OutputManager.o `test -f 'AV/Output/OutputManager.cpp' || echo '../../src/'`AV/Output/OutputManager.cpp
- mv -f AV/Output/.deps/simplescreenrecorder-AudioEncoder.Tpo AV/Output/.deps/simplescreenrecorder-AudioEncoder.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-SyncDiagram.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-SyncDiagram.Tpo -c -o AV/Output/simplescreenrecorder-SyncDiagram.o `test -f 'AV/Output/SyncDiagram.cpp' || echo '../../src/'`AV/Output/SyncDiagram.cpp
- mv -f AV/Output/.deps/simplescreenrecorder-BaseEncoder.Tpo AV/Output/.deps/simplescreenrecorder-BaseEncoder.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-Synchronizer.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-Synchronizer.Tpo -c -o AV/Output/simplescreenrecorder-Synchronizer.o `test -f 'AV/Output/Synchronizer.cpp' || echo '../../src/'`AV/Output/Synchronizer.cpp
- mv -f AV/Output/.deps/simplescreenrecorder-Muxer.Tpo AV/Output/.deps/simplescreenrecorder-Muxer.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-VideoEncoder.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-VideoEncoder.Tpo -c -o AV/Output/simplescreenrecorder-VideoEncoder.o `test -f 'AV/Output/VideoEncoder.cpp' || echo '../../src/'`AV/Output/VideoEncoder.cpp
- mv -f AV/Output/.deps/simplescreenrecorder-OutputManager.Tpo AV/Output/.deps/simplescreenrecorder-OutputManager.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-X264Presets.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-X264Presets.Tpo -c -o AV/Output/simplescreenrecorder-X264Presets.o `test -f 'AV/Output/X264Presets.cpp' || echo '../../src/'`AV/Output/X264Presets.cpp
- mv -f AV/Output/.deps/simplescreenrecorder-SyncDiagram.Tpo AV/Output/.deps/simplescreenrecorder-SyncDiagram.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-AVWrapper.o -MD -MP -MF AV/.deps/simplescreenrecorder-AVWrapper.Tpo -c -o AV/simplescreenrecorder-AVWrapper.o `test -f 'AV/AVWrapper.cpp' || echo '../../src/'`AV/AVWrapper.cpp
- mv -f AV/Output/.deps/simplescreenrecorder-VideoEncoder.Tpo AV/Output/.deps/simplescreenrecorder-VideoEncoder.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-FastScaler.o -MD -MP -MF AV/.deps/simplescreenrecorder-FastScaler.Tpo -c -o AV/simplescreenrecorder-FastScaler.o `test -f 'AV/FastScaler.cpp' || echo '../../src/'`AV/FastScaler.cpp
- mv -f AV/Output/.deps/simplescreenrecorder-Synchronizer.Tpo AV/Output/.deps/simplescreenrecorder-Synchronizer.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-FastScaler_Convert_Fallback.o -MD -MP -MF AV/.deps/simplescreenrecorder-FastScaler_Convert_Fallback.Tpo -c -o AV/simplescreenrecorder-FastScaler_Convert_Fallback.o `test -f 'AV/FastScaler_Convert_Fallback.cpp' || echo '../../src/'`AV/FastScaler_Convert_Fallback.cpp
- mv -f AV/Output/.deps/simplescreenrecorder-X264Presets.Tpo AV/Output/.deps/simplescreenrecorder-X264Presets.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-FastScaler_Scale_Fallback.o -MD -MP -MF AV/.deps/simplescreenrecorder-FastScaler_Scale_Fallback.Tpo -c -o AV/simplescreenrecorder-FastScaler_Scale_Fallback.o `test -f 'AV/FastScaler_Scale_Fallback.cpp' || echo '../../src/'`AV/FastScaler_Scale_Fallback.cpp
- mv -f AV/.deps/simplescreenrecorder-AVWrapper.Tpo AV/.deps/simplescreenrecorder-AVWrapper.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-FastScaler_Scale_Generic.o -MD -MP -MF AV/.deps/simplescreenrecorder-FastScaler_Scale_Generic.Tpo -c -o AV/simplescreenrecorder-FastScaler_Scale_Generic.o `test -f 'AV/FastScaler_Scale_Generic.cpp' || echo '../../src/'`AV/FastScaler_Scale_Generic.cpp
- mv -f AV/.deps/simplescreenrecorder-FastScaler.Tpo AV/.deps/simplescreenrecorder-FastScaler.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-Resampler.o -MD -MP -MF AV/.deps/simplescreenrecorder-Resampler.Tpo -c -o AV/simplescreenrecorder-Resampler.o `test -f 'AV/Resampler.cpp' || echo '../../src/'`AV/Resampler.cpp
- mv -f AV/.deps/simplescreenrecorder-FastScaler_Convert_Fallback.Tpo AV/.deps/simplescreenrecorder-FastScaler_Convert_Fallback.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-SimpleSynth.o -MD -MP -MF AV/.deps/simplescreenrecorder-SimpleSynth.Tpo -c -o AV/simplescreenrecorder-SimpleSynth.o `test -f 'AV/SimpleSynth.cpp' || echo '../../src/'`AV/SimpleSynth.cpp
- mv -f AV/.deps/simplescreenrecorder-FastScaler_Scale_Fallback.Tpo AV/.deps/simplescreenrecorder-FastScaler_Scale_Fallback.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-SourceSink.o -MD -MP -MF AV/.deps/simplescreenrecorder-SourceSink.Tpo -c -o AV/simplescreenrecorder-SourceSink.o `test -f 'AV/SourceSink.cpp' || echo '../../src/'`AV/SourceSink.cpp
- mv -f AV/.deps/simplescreenrecorder-FastScaler_Scale_Generic.Tpo AV/.deps/simplescreenrecorder-FastScaler_Scale_Generic.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT common/simplescreenrecorder-ByteQueue.o -MD -MP -MF common/.deps/simplescreenrecorder-ByteQueue.Tpo -c -o common/simplescreenrecorder-ByteQueue.o `test -f 'common/ByteQueue.cpp' || echo '../../src/'`common/ByteQueue.cpp
- mv -f AV/.deps/simplescreenrecorder-Resampler.Tpo AV/.deps/simplescreenrecorder-Resampler.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT common/simplescreenrecorder-DetectCPUFeatures.o -MD -MP -MF common/.deps/simplescreenrecorder-DetectCPUFeatures.Tpo -c -o common/simplescreenrecorder-DetectCPUFeatures.o `test -f 'common/DetectCPUFeatures.cpp' || echo '../../src/'`common/DetectCPUFeatures.cpp
- mv -f AV/.deps/simplescreenrecorder-SimpleSynth.Tpo AV/.deps/simplescreenrecorder-SimpleSynth.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT common/simplescreenrecorder-Logger.o -MD -MP -MF common/.deps/simplescreenrecorder-Logger.Tpo -c -o common/simplescreenrecorder-Logger.o `test -f 'common/Logger.cpp' || echo '../../src/'`common/Logger.cpp
- mv -f common/.deps/simplescreenrecorder-ByteQueue.Tpo common/.deps/simplescreenrecorder-ByteQueue.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-AudioPreviewer.o -MD -MP -MF GUI/.deps/simplescreenrecorder-AudioPreviewer.Tpo -c -o GUI/simplescreenrecorder-AudioPreviewer.o `test -f 'GUI/AudioPreviewer.cpp' || echo '../../src/'`GUI/AudioPreviewer.cpp
- mv -f AV/.deps/simplescreenrecorder-SourceSink.Tpo AV/.deps/simplescreenrecorder-SourceSink.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-DialogGLInject.o -MD -MP -MF GUI/.deps/simplescreenrecorder-DialogGLInject.Tpo -c -o GUI/simplescreenrecorder-DialogGLInject.o `test -f 'GUI/DialogGLInject.cpp' || echo '../../src/'`GUI/DialogGLInject.cpp
- mv -f common/.deps/simplescreenrecorder-DetectCPUFeatures.Tpo common/.deps/simplescreenrecorder-DetectCPUFeatures.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-ElidedLabel.o -MD -MP -MF GUI/.deps/simplescreenrecorder-ElidedLabel.Tpo -c -o GUI/simplescreenrecorder-ElidedLabel.o `test -f 'GUI/ElidedLabel.cpp' || echo '../../src/'`GUI/ElidedLabel.cpp
- mv -f common/.deps/simplescreenrecorder-Logger.Tpo common/.deps/simplescreenrecorder-Logger.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-HotkeyListener.o -MD -MP -MF GUI/.deps/simplescreenrecorder-HotkeyListener.Tpo -c -o GUI/simplescreenrecorder-HotkeyListener.o `test -f 'GUI/HotkeyListener.cpp' || echo '../../src/'`GUI/HotkeyListener.cpp
- mv -f GUI/.deps/simplescreenrecorder-AudioPreviewer.Tpo GUI/.deps/simplescreenrecorder-AudioPreviewer.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-Icons.o -MD -MP -MF GUI/.deps/simplescreenrecorder-Icons.Tpo -c -o GUI/simplescreenrecorder-Icons.o `test -f 'GUI/Icons.cpp' || echo '../../src/'`GUI/Icons.cpp
- mv -f GUI/.deps/simplescreenrecorder-DialogGLInject.Tpo GUI/.deps/simplescreenrecorder-DialogGLInject.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-MainWindow.o -MD -MP -MF GUI/.deps/simplescreenrecorder-MainWindow.Tpo -c -o GUI/simplescreenrecorder-MainWindow.o `test -f 'GUI/MainWindow.cpp' || echo '../../src/'`GUI/MainWindow.cpp
- mv -f GUI/.deps/simplescreenrecorder-ElidedLabel.Tpo GUI/.deps/simplescreenrecorder-ElidedLabel.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageDone.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageDone.Tpo -c -o GUI/simplescreenrecorder-PageDone.o `test -f 'GUI/PageDone.cpp' || echo '../../src/'`GUI/PageDone.cpp
- mv -f GUI/.deps/simplescreenrecorder-HotkeyListener.Tpo GUI/.deps/simplescreenrecorder-HotkeyListener.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageInput.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageInput.Tpo -c -o GUI/simplescreenrecorder-PageInput.o `test -f 'GUI/PageInput.cpp' || echo '../../src/'`GUI/PageInput.cpp
- mv -f GUI/.deps/simplescreenrecorder-Icons.Tpo GUI/.deps/simplescreenrecorder-Icons.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageOutput.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageOutput.Tpo -c -o GUI/simplescreenrecorder-PageOutput.o `test -f 'GUI/PageOutput.cpp' || echo '../../src/'`GUI/PageOutput.cpp
- mv -f GUI/.deps/simplescreenrecorder-PageDone.Tpo GUI/.deps/simplescreenrecorder-PageDone.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageRecord.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageRecord.Tpo -c -o GUI/simplescreenrecorder-PageRecord.o `test -f 'GUI/PageRecord.cpp' || echo '../../src/'`GUI/PageRecord.cpp
- mv -f GUI/.deps/simplescreenrecorder-MainWindow.Tpo GUI/.deps/simplescreenrecorder-MainWindow.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageWelcome.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageWelcome.Tpo -c -o GUI/simplescreenrecorder-PageWelcome.o `test -f 'GUI/PageWelcome.cpp' || echo '../../src/'`GUI/PageWelcome.cpp
- mv -f GUI/.deps/simplescreenrecorder-PageWelcome.Tpo GUI/.deps/simplescreenrecorder-PageWelcome.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-VideoPreviewer.o -MD -MP -MF GUI/.deps/simplescreenrecorder-VideoPreviewer.Tpo -c -o GUI/simplescreenrecorder-VideoPreviewer.o `test -f 'GUI/VideoPreviewer.cpp' || echo '../../src/'`GUI/VideoPreviewer.cpp
- mv -f GUI/.deps/simplescreenrecorder-PageInput.Tpo GUI/.deps/simplescreenrecorder-PageInput.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-qrc_resources.o -MD -MP -MF .deps/simplescreenrecorder-qrc_resources.Tpo -c -o simplescreenrecorder-qrc_resources.o `test -f 'qrc_resources.cpp' || echo '../../src/'`qrc_resources.cpp
- mv -f .deps/simplescreenrecorder-qrc_resources.Tpo .deps/simplescreenrecorder-qrc_resources.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_X11Input.o -MD -MP -MF .deps/simplescreenrecorder-moc_X11Input.Tpo -c -o simplescreenrecorder-moc_X11Input.o `test -f 'moc_X11Input.cpp' || echo '../../src/'`moc_X11Input.cpp
- mv -f GUI/.deps/simplescreenrecorder-PageRecord.Tpo GUI/.deps/simplescreenrecorder-PageRecord.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_SyncDiagram.o -MD -MP -MF .deps/simplescreenrecorder-moc_SyncDiagram.Tpo -c -o simplescreenrecorder-moc_SyncDiagram.o `test -f 'moc_SyncDiagram.cpp' || echo '../../src/'`moc_SyncDiagram.cpp
- mv -f GUI/.deps/simplescreenrecorder-PageOutput.Tpo GUI/.deps/simplescreenrecorder-PageOutput.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_Logger.o -MD -MP -MF .deps/simplescreenrecorder-moc_Logger.Tpo -c -o simplescreenrecorder-moc_Logger.o `test -f 'moc_Logger.cpp' || echo '../../src/'`moc_Logger.cpp
- mv -f GUI/.deps/simplescreenrecorder-VideoPreviewer.Tpo GUI/.deps/simplescreenrecorder-VideoPreviewer.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_AudioPreviewer.o -MD -MP -MF .deps/simplescreenrecorder-moc_AudioPreviewer.Tpo -c -o simplescreenrecorder-moc_AudioPreviewer.o `test -f 'moc_AudioPreviewer.cpp' || echo '../../src/'`moc_AudioPreviewer.cpp
- mv -f .deps/simplescreenrecorder-moc_X11Input.Tpo .deps/simplescreenrecorder-moc_X11Input.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_DialogGLInject.o -MD -MP -MF .deps/simplescreenrecorder-moc_DialogGLInject.Tpo -c -o simplescreenrecorder-moc_DialogGLInject.o `test -f 'moc_DialogGLInject.cpp' || echo '../../src/'`moc_DialogGLInject.cpp
- mv -f .deps/simplescreenrecorder-moc_SyncDiagram.Tpo .deps/simplescreenrecorder-moc_SyncDiagram.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_ElidedLabel.o -MD -MP -MF .deps/simplescreenrecorder-moc_ElidedLabel.Tpo -c -o simplescreenrecorder-moc_ElidedLabel.o `test -f 'moc_ElidedLabel.cpp' || echo '../../src/'`moc_ElidedLabel.cpp
- mv -f .deps/simplescreenrecorder-moc_Logger.Tpo .deps/simplescreenrecorder-moc_Logger.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_HotkeyListener.o -MD -MP -MF .deps/simplescreenrecorder-moc_HotkeyListener.Tpo -c -o simplescreenrecorder-moc_HotkeyListener.o `test -f 'moc_HotkeyListener.cpp' || echo '../../src/'`moc_HotkeyListener.cpp
- mv -f .deps/simplescreenrecorder-moc_AudioPreviewer.Tpo .deps/simplescreenrecorder-moc_AudioPreviewer.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_MainWindow.o -MD -MP -MF .deps/simplescreenrecorder-moc_MainWindow.Tpo -c -o simplescreenrecorder-moc_MainWindow.o `test -f 'moc_MainWindow.cpp' || echo '../../src/'`moc_MainWindow.cpp
- mv -f .deps/simplescreenrecorder-moc_DialogGLInject.Tpo .deps/simplescreenrecorder-moc_DialogGLInject.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageDone.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageDone.Tpo -c -o simplescreenrecorder-moc_PageDone.o `test -f 'moc_PageDone.cpp' || echo '../../src/'`moc_PageDone.cpp
- mv -f .deps/simplescreenrecorder-moc_ElidedLabel.Tpo .deps/simplescreenrecorder-moc_ElidedLabel.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageInput.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageInput.Tpo -c -o simplescreenrecorder-moc_PageInput.o `test -f 'moc_PageInput.cpp' || echo '../../src/'`moc_PageInput.cpp
- mv -f .deps/simplescreenrecorder-moc_HotkeyListener.Tpo .deps/simplescreenrecorder-moc_HotkeyListener.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageOutput.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageOutput.Tpo -c -o simplescreenrecorder-moc_PageOutput.o `test -f 'moc_PageOutput.cpp' || echo '../../src/'`moc_PageOutput.cpp
- mv -f .deps/simplescreenrecorder-moc_MainWindow.Tpo .deps/simplescreenrecorder-moc_MainWindow.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageRecord.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageRecord.Tpo -c -o simplescreenrecorder-moc_PageRecord.o `test -f 'moc_PageRecord.cpp' || echo '../../src/'`moc_PageRecord.cpp
- mv -f .deps/simplescreenrecorder-moc_PageDone.Tpo .deps/simplescreenrecorder-moc_PageDone.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageWelcome.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageWelcome.Tpo -c -o simplescreenrecorder-moc_PageWelcome.o `test -f 'moc_PageWelcome.cpp' || echo '../../src/'`moc_PageWelcome.cpp
- mv -f .deps/simplescreenrecorder-moc_PageInput.Tpo .deps/simplescreenrecorder-moc_PageInput.Po
- g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_VideoPreviewer.o -MD -MP -MF .deps/simplescreenrecorder-moc_VideoPreviewer.Tpo -c -o simplescreenrecorder-moc_VideoPreviewer.o `test -f 'moc_VideoPreviewer.cpp' || echo '../../src/'`moc_VideoPreviewer.cpp
- mv -f .deps/simplescreenrecorder-moc_PageOutput.Tpo .deps/simplescreenrecorder-moc_PageOutput.Po
- /bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -pthread -lQtGui -lQtCore -L../3rdparty -lrt -lavformat -lavcodec -lavutil -lswscale -lX11 -lXext -lXfixes -lasound -lsoxr -lpulse -ljack -o libsimplescreenrecorder-target-ssse3.la AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo
- libtool: link: ar cru .libs/libsimplescreenrecorder-target-ssse3.a AV/.libs/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.o AV/.libs/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.o
- libtool: link: ranlib .libs/libsimplescreenrecorder-target-ssse3.a
- libtool: link: ( cd ".libs" && rm -f "libsimplescreenrecorder-target-ssse3.la" && ln -s "../libsimplescreenrecorder-target-ssse3.la" "libsimplescreenrecorder-target-ssse3.la" )
- mv -f .deps/simplescreenrecorder-moc_PageRecord.Tpo .deps/simplescreenrecorder-moc_PageRecord.Po
- mv -f .deps/simplescreenrecorder-moc_PageWelcome.Tpo .deps/simplescreenrecorder-moc_PageWelcome.Po
- mv -f .deps/simplescreenrecorder-moc_VideoPreviewer.Tpo .deps/simplescreenrecorder-moc_VideoPreviewer.Po
- /bin/bash ../libtool --tag=CXX --mode=link g++ -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -pthread -lQtGui -lQtCore -L../3rdparty -lrt -lavformat -lavcodec -lavutil -lswscale -lX11 -lXext -lXfixes -lasound -lsoxr -lpulse -ljack -o simplescreenrecorder AV/Input/simplescreenrecorder-ALSAInput.o AV/Input/simplescreenrecorder-GLInjectInput.o AV/Input/simplescreenrecorder-JACKInput.o AV/Input/simplescreenrecorder-PulseAudioInput.o AV/Input/simplescreenrecorder-SSRVideoStreamReader.o AV/Input/simplescreenrecorder-SSRVideoStreamWatcher.o AV/Input/simplescreenrecorder-X11Input.o AV/Output/simplescreenrecorder-AudioEncoder.o AV/Output/simplescreenrecorder-BaseEncoder.o AV/Output/simplescreenrecorder-Muxer.o AV/Output/simplescreenrecorder-OutputManager.o AV/Output/simplescreenrecorder-SyncDiagram.o AV/Output/simplescreenrecorder-Synchronizer.o AV/Output/simplescreenrecorder-VideoEncoder.o AV/Output/simplescreenrecorder-X264Presets.o AV/simplescreenrecorder-AVWrapper.o AV/simplescreenrecorder-FastScaler.o AV/simplescreenrecorder-FastScaler_Convert_Fallback.o AV/simplescreenrecorder-FastScaler_Scale_Fallback.o AV/simplescreenrecorder-FastScaler_Scale_Generic.o AV/simplescreenrecorder-Resampler.o AV/simplescreenrecorder-SimpleSynth.o AV/simplescreenrecorder-SourceSink.o common/simplescreenrecorder-ByteQueue.o common/simplescreenrecorder-DetectCPUFeatures.o common/simplescreenrecorder-Logger.o GUI/simplescreenrecorder-AudioPreviewer.o GUI/simplescreenrecorder-DialogGLInject.o GUI/simplescreenrecorder-ElidedLabel.o GUI/simplescreenrecorder-HotkeyListener.o GUI/simplescreenrecorder-Icons.o GUI/simplescreenrecorder-MainWindow.o GUI/simplescreenrecorder-PageDone.o GUI/simplescreenrecorder-PageInput.o GUI/simplescreenrecorder-PageOutput.o GUI/simplescreenrecorder-PageRecord.o GUI/simplescreenrecorder-PageWelcome.o GUI/simplescreenrecorder-VideoPreviewer.o simplescreenrecorder-Main.o simplescreenrecorder-Version.o simplescreenrecorder-qrc_resources.o simplescreenrecorder-moc_X11Input.o simplescreenrecorder-moc_SyncDiagram.o simplescreenrecorder-moc_Logger.o simplescreenrecorder-moc_AudioPreviewer.o simplescreenrecorder-moc_DialogGLInject.o simplescreenrecorder-moc_ElidedLabel.o simplescreenrecorder-moc_HotkeyListener.o simplescreenrecorder-moc_MainWindow.o simplescreenrecorder-moc_PageDone.o simplescreenrecorder-moc_PageInput.o simplescreenrecorder-moc_PageOutput.o simplescreenrecorder-moc_PageRecord.o simplescreenrecorder-moc_PageWelcome.o simplescreenrecorder-moc_VideoPreviewer.o libsimplescreenrecorder-target-ssse3.la
- libtool: link: g++ -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -pthread -o simplescreenrecorder AV/Input/simplescreenrecorder-ALSAInput.o AV/Input/simplescreenrecorder-GLInjectInput.o AV/Input/simplescreenrecorder-JACKInput.o AV/Input/simplescreenrecorder-PulseAudioInput.o AV/Input/simplescreenrecorder-SSRVideoStreamReader.o AV/Input/simplescreenrecorder-SSRVideoStreamWatcher.o AV/Input/simplescreenrecorder-X11Input.o AV/Output/simplescreenrecorder-AudioEncoder.o AV/Output/simplescreenrecorder-BaseEncoder.o AV/Output/simplescreenrecorder-Muxer.o AV/Output/simplescreenrecorder-OutputManager.o AV/Output/simplescreenrecorder-SyncDiagram.o AV/Output/simplescreenrecorder-Synchronizer.o AV/Output/simplescreenrecorder-VideoEncoder.o AV/Output/simplescreenrecorder-X264Presets.o AV/simplescreenrecorder-AVWrapper.o AV/simplescreenrecorder-FastScaler.o AV/simplescreenrecorder-FastScaler_Convert_Fallback.o AV/simplescreenrecorder-FastScaler_Scale_Fallback.o AV/simplescreenrecorder-FastScaler_Scale_Generic.o AV/simplescreenrecorder-Resampler.o AV/simplescreenrecorder-SimpleSynth.o AV/simplescreenrecorder-SourceSink.o common/simplescreenrecorder-ByteQueue.o common/simplescreenrecorder-DetectCPUFeatures.o common/simplescreenrecorder-Logger.o GUI/simplescreenrecorder-AudioPreviewer.o GUI/simplescreenrecorder-DialogGLInject.o GUI/simplescreenrecorder-ElidedLabel.o GUI/simplescreenrecorder-HotkeyListener.o GUI/simplescreenrecorder-Icons.o GUI/simplescreenrecorder-MainWindow.o GUI/simplescreenrecorder-PageDone.o GUI/simplescreenrecorder-PageInput.o GUI/simplescreenrecorder-PageOutput.o GUI/simplescreenrecorder-PageRecord.o GUI/simplescreenrecorder-PageWelcome.o GUI/simplescreenrecorder-VideoPreviewer.o simplescreenrecorder-Main.o simplescreenrecorder-Version.o simplescreenrecorder-qrc_resources.o simplescreenrecorder-moc_X11Input.o simplescreenrecorder-moc_SyncDiagram.o simplescreenrecorder-moc_Logger.o simplescreenrecorder-moc_AudioPreviewer.o simplescreenrecorder-moc_DialogGLInject.o simplescreenrecorder-moc_ElidedLabel.o simplescreenrecorder-moc_HotkeyListener.o simplescreenrecorder-moc_MainWindow.o simplescreenrecorder-moc_PageDone.o simplescreenrecorder-moc_PageInput.o simplescreenrecorder-moc_PageOutput.o simplescreenrecorder-moc_PageRecord.o simplescreenrecorder-moc_PageWelcome.o simplescreenrecorder-moc_VideoPreviewer.o -L../3rdparty ./.libs/libsimplescreenrecorder-target-ssse3.a -lQtGui -lQtCore -lrt -lavformat -lavcodec -lavutil -lswscale -lX11 -lXext -lXfixes -lasound -lsoxr -lpulse -ljack -pthread
- make[2]: Leaving directory `/home/ubu/ssr/build/src'
- make[2]: Entering directory `/home/ubu/ssr/build'
- make[2]: Leaving directory `/home/ubu/ssr/build'
- make[1]: Leaving directory `/home/ubu/ssr/build'
- Configuring 32-bit GLInject library ...
- checking for a BSD-compatible install... /usr/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 whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for style of include used by make... GNU
- checking for gcc... gcc -m32
- 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 -m32 accepts -g... yes
- checking for gcc -m32 option to accept ISO C89... none needed
- checking whether gcc -m32 understands -c and -o together... yes
- checking dependency style of gcc -m32... gcc3
- checking for ar... ar
- checking the archiver (ar) interface... ar
- 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 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 -m32... /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... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc -m32 object... ok
- checking for sysroot... no
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking how to run the C preprocessor... gcc -m32 -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 -m32 supports -fno-rtti -fno-exceptions... no
- checking for gcc -m32 option to produce PIC... -fPIC -DPIC
- checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
- checking if gcc -m32 static flag -static works... yes
- checking if gcc -m32 supports -c -o file.o... yes
- checking if gcc -m32 supports -c -o file.o... (cached) yes
- checking whether the gcc -m32 linker (/usr/bin/ld -m elf_i386) 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... yes
- checking for gcc... (cached) gcc -m32
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc -m32 accepts -g... (cached) yes
- checking for gcc -m32 option to accept ISO C89... (cached) none needed
- checking whether gcc -m32 understands -c and -o together... (cached) yes
- checking dependency style of gcc -m32... (cached) gcc3
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ -m32 accepts -g... yes
- checking dependency style of g++ -m32... gcc3
- checking how to run the C++ preprocessor... g++ -m32 -E
- checking for ld used by g++ -m32... /usr/bin/ld -m elf_i386
- checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes
- checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
- checking for g++ -m32 option to produce PIC... -fPIC -DPIC
- checking if g++ -m32 PIC flag -fPIC -DPIC works... yes
- checking if g++ -m32 static flag -static works... yes
- checking if g++ -m32 supports -c -o file.o... yes
- checking if g++ -m32 supports -c -o file.o... (cached) yes
- checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
- checking dynamic linker characteristics... (cached) GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking for a sed that does not truncate output... (cached) /bin/sed
- checking for clock_gettime in -lrt... yes
- checking for dlfcn.h... (cached) yes
- checking for dlsym in -ldl... yes
- checking X11/Xlib.h usability... yes
- checking X11/Xlib.h presence... yes
- checking for X11/Xlib.h... yes
- checking for X11/Xutil.h... yes
- checking for XOpenDisplay in -lX11... no
- configure: error: required library missing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement