ubuntuusers.de

ssr

Autor:
Quidoff
Datum:
17. Oktober 2016 21:52
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: info: source package simplescreenrecorder
dpkg-buildpackage: info: source version 0.3.7-1~getdeb1
dpkg-buildpackage: info: source distribution yakkety
dpkg-buildpackage: info: source changed by Christoph Korn <christoph.korn@getdeb.net>
 dpkg-source --before-build simplescreenrecorder-0.3.7
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean --parallel
   dh_testdir
   dh_auto_clean
   dh_autoreconf_clean
   dh_clean
 debian/rules build
dh build --parallel
   dh_testdir
   dh_update_autotools_config
   dh_autoreconf
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:10: installing 'build-aux/compile'
configure.ac:8: installing 'build-aux/missing'
glinject/Makefile.am: installing 'build-aux/depcomp'
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7'
dh_auto_configure -- --disable-ffmpeg-versions
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --disable-ffmpeg-versions
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... no
checking for mawk... mawk
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... none
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
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) none
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++... none
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/lib/x86_64-linux-gnu/qt4/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 for FFMPEG... 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 for X11/extensions/XInput2.h... yes
checking for XIQueryVersion in -lXi... 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 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
make[1]: Leaving directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7'
   dh_auto_build
	make -j6
make[1]: Entering directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7'
make  all-recursive
make[2]: Entering directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7'
Making all in data
make[3]: Entering directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7/data'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7/data'
Making all in glinject
make[3]: Entering directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7/glinject'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o libssr_glinject_la-elfhacks.lo `test -f 'elfhacks.c' || echo './'`elfhacks.c
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o libssr_glinject_la-GLInject.lo `test -f 'GLInject.cpp' || echo './'`GLInject.cpp
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o libssr_glinject_la-GLXFrameGrabber.lo `test -f 'GLXFrameGrabber.cpp' || echo './'`GLXFrameGrabber.cpp
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o libssr_glinject_la-Hook.lo `test -f 'Hook.cpp' || echo './'`Hook.cpp
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o libssr_glinject_la-SSRVideoStreamWriter.lo `test -f 'SSRVideoStreamWriter.cpp' || echo './'`SSRVideoStreamWriter.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c Hook.cpp  -fPIC -DPIC -o .libs/libssr_glinject_la-Hook.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c elfhacks.c  -fPIC -DPIC -o .libs/libssr_glinject_la-elfhacks.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c SSRVideoStreamWriter.cpp  -fPIC -DPIC -o .libs/libssr_glinject_la-SSRVideoStreamWriter.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c GLXFrameGrabber.cpp  -fPIC -DPIC -o .libs/libssr_glinject_la-GLXFrameGrabber.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c GLInject.cpp  -fPIC -DPIC -o .libs/libssr_glinject_la-GLInject.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c elfhacks.c -o libssr_glinject_la-elfhacks.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c GLInject.cpp -o libssr_glinject_la-GLInject.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c GLXFrameGrabber.cpp -o libssr_glinject_la-GLXFrameGrabber.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c Hook.cpp -o libssr_glinject_la-Hook.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c SSRVideoStreamWriter.cpp -o libssr_glinject_la-SSRVideoStreamWriter.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CXX   --mode=link g++ -pthread -fPIC -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -pthread -fPIC -avoid-version -shared -lrt -ldl -lGL -lGLU -lX11 -lXfixes -Wl,-Bsymbolic-functions -Wl,-z,relro -o libssr-glinject.la -rpath /usr/lib/x86_64-linux-gnu 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/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/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/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/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/6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o  -pthread -g -O2 -fstack-protector-strong -pthread -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro   -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[3]: Leaving directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7/glinject'
Making all in scripts
make[3]: Entering directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7/scripts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7/scripts'
Making all in src
make[3]: Entering directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7/src'
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o simplescreenrecorder-Benchmark.o `test -f 'Benchmark.cpp' || echo './'`Benchmark.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o simplescreenrecorder-Main.o `test -f 'Main.cpp' || echo './'`Main.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o simplescreenrecorder-NVidia.o `test -f 'NVidia.cpp' || echo './'`NVidia.cpp
/usr/lib/x86_64-linux-gnu/qt4/bin/rcc -name "resources" -o "qrc_resources.cpp" "../data/resources/resources.qrc"
/usr/bin/moc-qt4 "AV/Input/X11Input.h" -o "moc_X11Input.cpp"
/usr/bin/moc-qt4 "AV/Output/SyncDiagram.h" -o "moc_SyncDiagram.cpp"
/usr/bin/moc-qt4 "common/Logger.h" -o "moc_Logger.cpp"
/usr/bin/moc-qt4 "GUI/AudioPreviewer.h" -o "moc_AudioPreviewer.cpp"
/usr/bin/moc-qt4 "GUI/DialogGLInject.h" -o "moc_DialogGLInject.cpp"
/usr/bin/moc-qt4 "GUI/ElidedLabel.h" -o "moc_ElidedLabel.cpp"
/usr/bin/moc-qt4 "GUI/HotkeyListener.h" -o "moc_HotkeyListener.cpp"
/usr/bin/moc-qt4 "GUI/MainWindow.h" -o "moc_MainWindow.cpp"
/usr/bin/moc-qt4 "GUI/PageDone.h" -o "moc_PageDone.cpp"
/usr/bin/moc-qt4 "GUI/PageInput.h" -o "moc_PageInput.cpp"
/usr/bin/moc-qt4 "GUI/PageOutput.h" -o "moc_PageOutput.cpp"
/usr/bin/moc-qt4 "GUI/PageRecord.h" -o "moc_PageRecord.cpp"
/usr/bin/moc-qt4 "GUI/PageWelcome.h" -o "moc_PageWelcome.cpp"
/usr/bin/moc-qt4 "GUI/ProfileBox.h" -o "moc_ProfileBox.cpp"
/usr/bin/moc-qt4 "GUI/VideoPreviewer.h" -o "moc_VideoPreviewer.cpp"
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_ar.ts" -qm "simplescreenrecorder_ar.qm"
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_bg.ts" -qm "simplescreenrecorder_bg.qm"
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_cs.ts" -qm "simplescreenrecorder_cs.qm"
Updating 'simplescreenrecorder_bg.qm'...
Updating 'simplescreenrecorder_cs.qm'...
Updating 'simplescreenrecorder_ar.qm'...
    Generated 311 translation(s) (304 finished and 7 unfinished)
    Ignored 65 untranslated source text(s)
    Generated 176 translation(s) (170 finished and 6 unfinished)
    Ignored 200 untranslated source text(s)
    Generated 187 translation(s) (181 finished and 6 unfinished)
    Ignored 189 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_de.ts" -qm "simplescreenrecorder_de.qm"
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_el.ts" -qm "simplescreenrecorder_el.qm"
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_es.ts" -qm "simplescreenrecorder_es.qm"
Updating 'simplescreenrecorder_de.qm'...
    Generated 375 translation(s) (375 finished and 0 unfinished)
    Ignored 1 untranslated source text(s)
Updating 'simplescreenrecorder_el.qm'...
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_fr.ts" -qm "simplescreenrecorder_fr.qm"
    Generated 355 translation(s) (349 finished and 6 unfinished)
    Ignored 21 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_he.ts" -qm "simplescreenrecorder_he.qm"
Updating 'simplescreenrecorder_es.qm'...
    Generated 293 translation(s) (158 finished and 135 unfinished)
    Ignored 83 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_hu.ts" -qm "simplescreenrecorder_hu.qm"
Updating 'simplescreenrecorder_he.qm'...
    Generated 367 translation(s) (360 finished and 7 unfinished)
    Ignored 9 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_it.ts" -qm "simplescreenrecorder_it.qm"
Updating 'simplescreenrecorder_hu.qm'...
Updating 'simplescreenrecorder_fr.qm'...
    Generated 187 translation(s) (178 finished and 9 unfinished)
    Ignored 189 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_ja.ts" -qm "simplescreenrecorder_ja.qm"
    Generated 375 translation(s) (0 finished and 375 unfinished)
    Ignored 1 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_lt.ts" -qm "simplescreenrecorder_lt.qm"
Updating 'simplescreenrecorder_lt.qm'...
Updating 'simplescreenrecorder_ja.qm'...
    Generated 375 translation(s) (375 finished and 0 unfinished)
    Ignored 1 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_nl.ts" -qm "simplescreenrecorder_nl.qm"
Updating 'simplescreenrecorder_it.qm'...
    Generated 267 translation(s) (158 finished and 109 unfinished)
    Ignored 109 untranslated source text(s)
    Generated 201 translation(s) (201 finished and 0 unfinished)
    Ignored 175 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_pl.ts" -qm "simplescreenrecorder_pl.qm"
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_pt_BR.ts" -qm "simplescreenrecorder_pt_BR.qm"
Updating 'simplescreenrecorder_nl.qm'...
    Generated 360 translation(s) (354 finished and 6 unfinished)
    Ignored 16 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_ru.ts" -qm "simplescreenrecorder_ru.qm"
Updating 'simplescreenrecorder_pl.qm'...
Updating 'simplescreenrecorder_pt_BR.qm'...
    Generated 262 translation(s) (164 finished and 98 unfinished)
    Ignored 114 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_sv.ts" -qm "simplescreenrecorder_sv.qm"
    Generated 373 translation(s) (367 finished and 6 unfinished)
    Ignored 3 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_uk.ts" -qm "simplescreenrecorder_uk.qm"
Updating 'simplescreenrecorder_sv.qm'...
Updating 'simplescreenrecorder_ru.qm'...
    Generated 230 translation(s) (193 finished and 37 unfinished)
    Ignored 146 untranslated source text(s)
    Generated 375 translation(s) (369 finished and 6 unfinished)
    Ignored 1 untranslated source text(s)
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_zh_CN.ts" -qm "simplescreenrecorder_zh_CN.qm"
/usr/bin/lrelease-qt4 "translations/simplescreenrecorder_zh_TW.ts" -qm "simplescreenrecorder_zh_TW.qm"
Updating 'simplescreenrecorder_uk.qm'...
    Generated 198 translation(s) (192 finished and 6 unfinished)
    Ignored 178 untranslated source text(s)
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -msse2 -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/libsimplescreenrecorder_target_sse2_la-FastResampler_FirFilter_SSE2.lo `test -f 'AV/FastResampler_FirFilter_SSE2.cpp' || echo './'`AV/FastResampler_FirFilter_SSE2.cpp
Updating 'simplescreenrecorder_zh_TW.qm'...
    Generated 222 translation(s) (214 finished and 8 unfinished)
    Ignored 154 untranslated source text(s)
Updating 'simplescreenrecorder_zh_CN.qm'...
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -mssse3 -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo `test -f 'AV/FastScaler_Convert_SSSE3.cpp' || echo './'`AV/FastScaler_Convert_SSSE3.cpp
    Generated 180 translation(s) (177 finished and 3 unfinished)
    Ignored 196 untranslated source text(s)
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -mssse3 -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo `test -f 'AV/FastScaler_Scale_SSSE3.cpp' || echo './'`AV/FastScaler_Scale_SSSE3.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -mssse3 -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c 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.. -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -mssse3 -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c 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.. -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -msse2 -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c AV/FastResampler_FirFilter_SSE2.cpp  -fPIC -DPIC -o AV/.libs/libsimplescreenrecorder_target_sse2_la-FastResampler_FirFilter_SSE2.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -msse2 -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c AV/FastResampler_FirFilter_SSE2.cpp -o AV/libsimplescreenrecorder_target_sse2_la-FastResampler_FirFilter_SSE2.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Input/simplescreenrecorder-ALSAInput.o `test -f 'AV/Input/ALSAInput.cpp' || echo './'`AV/Input/ALSAInput.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -mssse3 -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c AV/FastScaler_Convert_SSSE3.cpp -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Input/simplescreenrecorder-GLInjectInput.o `test -f 'AV/Input/GLInjectInput.cpp' || echo './'`AV/Input/GLInjectInput.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Input/simplescreenrecorder-JACKInput.o `test -f 'AV/Input/JACKInput.cpp' || echo './'`AV/Input/JACKInput.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -mssse3 -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c AV/FastScaler_Scale_SSSE3.cpp -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Input/simplescreenrecorder-PulseAudioInput.o `test -f 'AV/Input/PulseAudioInput.cpp' || echo './'`AV/Input/PulseAudioInput.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Input/simplescreenrecorder-SSRVideoStreamReader.o `test -f 'AV/Input/SSRVideoStreamReader.cpp' || echo './'`AV/Input/SSRVideoStreamReader.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Input/simplescreenrecorder-SSRVideoStreamWatcher.o `test -f 'AV/Input/SSRVideoStreamWatcher.cpp' || echo './'`AV/Input/SSRVideoStreamWatcher.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Input/simplescreenrecorder-X11Input.o `test -f 'AV/Input/X11Input.cpp' || echo './'`AV/Input/X11Input.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Output/simplescreenrecorder-AudioEncoder.o `test -f 'AV/Output/AudioEncoder.cpp' || echo './'`AV/Output/AudioEncoder.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Output/simplescreenrecorder-BaseEncoder.o `test -f 'AV/Output/BaseEncoder.cpp' || echo './'`AV/Output/BaseEncoder.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Output/simplescreenrecorder-Muxer.o `test -f 'AV/Output/Muxer.cpp' || echo './'`AV/Output/Muxer.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Output/simplescreenrecorder-OutputManager.o `test -f 'AV/Output/OutputManager.cpp' || echo './'`AV/Output/OutputManager.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Output/simplescreenrecorder-SyncDiagram.o `test -f 'AV/Output/SyncDiagram.cpp' || echo './'`AV/Output/SyncDiagram.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Output/simplescreenrecorder-Synchronizer.o `test -f 'AV/Output/Synchronizer.cpp' || echo './'`AV/Output/Synchronizer.cpp
g++ -DHAVE_CONFIG_H -I. -I..  -I./AV/Input -I./AV/Output -I./AV -I./common -I./GUI -I/usr/include/x86_64-linux-gnu  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DSSR_SYSTEM_DIR=\"/usr/share/simplescreenrecorder\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DQT_NO_DEBUG -DTEST_USE_FFMPEG_VERSIONS=0 -pthread -std=c++0x -g -O2 -fdebug-prefix-map=/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7=. -fstack-protector-strong -Wformat -Werror=format-security -c -o AV/Output/simplescreenrecorder-VideoEncoder.o `test -f 'AV/Output/VideoEncoder.cpp' || echo './'`AV/Output/VideoEncoder.cpp
AV/Output/Muxer.cpp: In member function ‘VideoEncoder* Muxer::AddVideoEncoder(const QString&, const std::vector<std::pair<QString, QString> >&, unsigned int, unsigned int, unsigned int, unsigned int)’:
AV/Output/Muxer.cpp:100:46: error: ‘AVStream {aka struct AVStream}’ has no member named ‘codecpar’; did you mean ‘codec’?
   if(avcodec_parameters_from_context(stream->codecpar, codec_context) < 0) {
                                              ^~~~~~~~
AV/Output/Muxer.cpp:100:69: error: ‘avcodec_parameters_from_context’ was not declared in this scope
   if(avcodec_parameters_from_context(stream->codecpar, codec_context) < 0) {
                                                                     ^
AV/Output/Muxer.cpp: In member function ‘AudioEncoder* Muxer::AddAudioEncoder(const QString&, const std::vector<std::pair<QString, QString> >&, unsigned int, unsigned int, unsigned int)’:
AV/Output/Muxer.cpp:124:46: error: ‘AVStream {aka struct AVStream}’ has no member named ‘codecpar’; did you mean ‘codec’?
   if(avcodec_parameters_from_context(stream->codecpar, codec_context) < 0) {
                                              ^~~~~~~~
AV/Output/Muxer.cpp:124:69: error: ‘avcodec_parameters_from_context’ was not declared in this scope
   if(avcodec_parameters_from_context(stream->codecpar, codec_context) < 0) {
                                                                     ^
Makefile:1171: recipe for target 'AV/Output/simplescreenrecorder-Muxer.o' failed
make[3]: *** [AV/Output/simplescreenrecorder-Muxer.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7/src'
Makefile:433: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7'
Makefile:365: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/korn/packages/yakkety/simplescreenrecorder/new/simplescreenrecorder-0.3.7'
dh_auto_build: make -j6 returned exit code 2
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2