Project

General

Profile

RE: [MANUAL] Building .DEB packages on clean Ubuntu or ot... » debian@SURFACE _tvheadend.txt

D M, 2022-11-30 06:03

 
1
debian@SURFACE:~$ sudo apt install python3 python3-requests
2
[sudo] password for debian:
3
Reading package lists... Done
4
Building dependency tree... Done
5
Reading state information... Done
6
The following additional packages will be installed:
7
  libmpdec3 libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib media-types python3-certifi python3-chardet
8
  python3-idna python3-minimal python3-pkg-resources python3-six python3-urllib3 python3.9 python3.9-minimal
9
Unpacking python3-idna (2.10-1) ...
10
Selecting previously unselected package python3-six.
11
Preparing to unpack .../5-python3-six_1.16.0-2_all.deb ...
12
Unpacking python3-six (1.16.0-2) ...
13
Selecting previously unselected package python3-urllib3.
14
Preparing to unpack .../6-python3-urllib3_1.26.5-1~exp1_all.deb ...
15
Unpacking python3-urllib3 (1.26.5-1~exp1) ...
16
Selecting previously unselected package python3-requests.
17
Preparing to unpack .../7-python3-requests_2.25.1+dfsg-2_all.deb ...
18
Unpacking python3-requests (2.25.1+dfsg-2) ...
19
Setting up media-types (4.0.0) ...
20
Setting up libmpdec3:amd64 (2.5.1-1) ...
21
Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
22
Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
23
Setting up python3.9 (3.9.2-1) ...
24
Setting up python3 (3.9.2-3) ...
25
running python rtupdate hooks for python3.9...
26
running python post-rtupdate hooks for python3.9...
27
Setting up python3-six (1.16.0-2) ...
28
Setting up python3-certifi (2020.6.20-1) ...
29
Setting up python3-idna (2.10-1) ...
30
Setting up python3-urllib3 (1.26.5-1~exp1) ...
31
Setting up python3-pkg-resources (52.0.0-4) ...
32
Setting up python3-chardet (4.0.0-1) ...
33
Setting up python3-requests (2.25.1+dfsg-2) ...
34
Processing triggers for man-db (2.9.4-2) ...
35
Processing triggers for libc-bin (2.31-13+deb11u5) ...
36
debian@SURFACE:~$ ./Autobuild.sh
37
-bash: ./Autobuild.sh: No such file or directory
38
debian@SURFACE:~$ cd tvheadend
39
debian@SURFACE:~/tvheadend$ ./Autobuild.sh
40
OS identified using os-release file
41
On branch master
42
Your branch is up to date with 'origin/master'.
43

    
44
nothing to commit, working tree clean
45
Building for bullseye-x86_64
46
dpkg-buildpackage: info: source package tvheadend
47
dpkg-buildpackage: info: source version 4.3-2063~gd88549603~bullseye
48
dpkg-buildpackage: info: source distribution bullseye
49
dpkg-buildpackage: info: source changed by Andreas Öman <[email protected]>
50
dpkg-buildpackage: info: host architecture amd64
51
 dpkg-source --before-build .
52
 fakeroot debian/rules clean
53
dh clean --with-systemd
54
dh: warning: Compatibility levels before 10 are deprecated (level 7 in use)
55
   dh_clean -O--with-systemd
56
        rm -f debian/debhelper-build-stamp
57
        rm -rf debian/.debhelper/
58
dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in use)
59
        rm -f -- debian/tvheadend.substvars debian/tvheadend-dbg.substvars debian/files
60
        rm -fr -- debian/tvheadend/ debian/tmp/ debian/tvheadend-dbg/
61
        find .  \( \( \
62
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
63
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
64
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
65
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
66
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
67
                \) -exec rm -f {} + \) -o \
68
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
69
 debian/rules build
70
dh build --with-systemd
71
dh: warning: Compatibility levels before 10 are deprecated (level 7 in use)
72
   dh_update_autotools_config -O--with-systemd
73
   debian/rules override_dh_auto_configure
74
make[1]: Entering directory '/home/debian/tvheadend'
75
dh_auto_configure --  --arch=x86_64
76
dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 7 in use)
77
        ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libexecdir=\${prefix}/lib/tvheadend --disable-maintainer-mode --disable-dependency-tracking --arch=x86_64
78
Checking support/features
79
  checking for cc execinfo.h ...                    ok
80
  checking for cc -mmmx ...                         ok
81
  checking for cc -msse2 ...                        ok
82
  checking for cc -Wunused-result ...               ok
83
  checking for cc -fstack-protector ...             ok
84
  checking for cc -fstack-protector-strong ...      ok
85
  checking for cc -fstack-check ...                 ok
86
  checking for cc -fPIE ...                         ok
87
  checking for cc strlcat ...                       fail
88
  checking for cc strlcpy ...                       fail
89
  checking for cc fdatasync ...                     ok
90
  checking for cc getloadavg ...                    ok
91
  checking for cc atomic32 ...                      ok
92
  checking for cc atomic64 ...                      ok
93
  checking for cc atomic_time_t ...                 ok
94
  checking for cc atomic_ptr ...                    ok
95
  checking for cc bitops64 ...                      ok
96
  checking for cc lockowner ...                     ok
97
  checking for cc qsort_r ...                       ok
98
  checking for cc stime ...                         fail
99
  checking for cc gmtoff ...                        ok
100
  checking for cc recvmmsg ...                      ok
101
  checking for cc sendmmsg ...                      ok
102
  checking for cc libiconv ...                      fail
103
    ^ using build-in glibc iconv routines
104
  checking for cc ifnames ...                       ok
105
  checking for cc cclang_threadsan ...              fail
106
WARN: no python binary found
107
  checking for py module gzip ...                   fail
108
  checking for pkg-config ...                       ok
109
  checking for xgettext ...                         ok
110
  checking for msgmerge ...                         ok
111
  checking for gzip ...                             ok
112
  checking for bzip2 ...                            ok
113
  checking for pkg openssl  ...                     ok (detected 1.1.1n)  checking for cc linux/dvb/version.h ...           ok
114
  checking for pkg zlib  ...                        ok (detected 1.2.11)  checking for pkg libpcre2-8  ...                  ok (detected 10.36)
115
  checking for pkg liburiparser  ...                ok (detected 0.9.4)
116
  checking for pkg avahi-client  ...                ok (detected 0.8)
117
  checking for cmake ...                            ok
118
  checking for cc -lstdc++ ...                      ok
119
  checking for pkg libva >=0.38.0 ...               fail (detected <none>)
120
  checking for cc sys/inotify.h ...                 ok
121
  checking for cc inotify_init1 ...                 ok
122
  checking for cc dvbcsa/dvbcsa.h ...               ok
123
  checking for cc -ldvbcsa ...                      ok
124
  fetching dvb-scan files ...                       ok
125
  checking for cc epoll_create1 ...                 ok
126
  checking for pkg dbus-1  ...                      ok (detected 1.12.24)
127

    
128
Compiler:
129
  Using C compiler:                        cc
130
  Using LD flags:                           -ldvbcsa
131
  Build for arch:                          x86_64
132

    
133
Binaries:
134
  Using PYTHON:                            python
135
  Using GZIP:                              gzip
136
  Using BZIP2:                             bzip2
137

    
138
Options:
139
  pie                                      yes
140
  ccdebug                                  no
141
  cardclient                               yes
142
  cwc                                      yes
143
  cccam                                    yes
144
  capmt                                    yes
145
  constcw                                  yes
146
  linuxdvb                                 yes
147
  satip_server                             yes
148
  satip_client                             yes
149
  hdhomerun_client                         yes
150
  hdhomerun_static                         yes
151
  iptv                                     yes
152
  tsfile                                   yes
153
  dvbscan                                  yes
154
  timeshift                                yes
155
  trace                                    yes
156
  avahi                                    yes
157
  zlib                                     yes
158
  libav                                    yes
159
  ffmpeg_static                            yes
160
  libx264                                  yes
161
  libx264_static                           yes
162
  libx265                                  yes
163
  libx265_static                           yes
164
  libvpx                                   yes
165
  libvpx_static                            yes
166
  libtheora                                yes
167
  libtheora_static                         yes
168
  libvorbis                                yes
169
  libvorbis_static                         yes
170
  libfdkaac                                no
171
  libfdkaac_static                         no
172
  libopus                                  yes
173
  libopus_static                           yes
174
  nvenc                                    no
175
  vaapi                                    no
176
  mmal                                     no
177
  omx                                      no
178
  inotify                                  yes
179
  epoll                                    yes
180
  pcre                                     no
181
  pcre2                                    yes
182
  uriparser                                yes
183
  ccache                                   no
184
  tvhcsa                                   yes
185
  bundle                                   no
186
  pngquant                                 no
187
  kqueue                                   no
188
  dbus_1                                   yes
189
  android                                  no
190
  gtimer_check                             no
191
  slow_memoryinfo                          no
192
  libsystemd_daemon                        no
193
  pcloud_cache                             yes
194
  ddci                                     yes
195
  cclang_threadsan                         no
196
  gperftools                               no
197
  execinfo                                 yes
198
  mmx                                      yes
199
  sse2                                     yes
200
  W_unused_result                          yes
201
  f_stack_protector                        yes
202
  f_stack_protector_strong                 yes
203
  f_stack_check                            yes
204
  f_PIE                                    yes
205
  fdatasync                                yes
206
  getloadavg                               yes
207
  atomic32                                 yes
208
  atomic64                                 yes
209
  atomic_time_t                            yes
210
  atomic_ptr                               yes
211
  bitops64                                 yes
212
  lockowner                                yes
213
  qsort_r                                  yes
214
  gmtoff                                   yes
215
  recvmmsg                                 yes
216
  sendmmsg                                 yes
217
  ifnames                                  yes
218
  bin_pkg_config                           yes
219
  bin_xgettext                             yes
220
  bin_msgmerge                             yes
221
  bin_gzip                                 yes
222
  bin_bzip2                                yes
223
  ssl                                      yes
224
  linuxdvbapi                              yes
225
  linuxdvb_ca                              yes
226
  upnp                                     yes
227
  bin_cmake                                yes
228
  stdcpp                                   yes
229
  libogg_static                            yes
230
  inotify_h                                yes
231
  inotify_init1                            yes
232
  dvbcsa                                   yes
233
  epoll_create1                            yes
234
  mpegts                                   yes
235
  mpegts_dvb                               yes
236

    
237
Packages:
238
  openssl                                  1.1.1n
239
  zlib                                     1.2.11
240
  libpcre2-8                               10.36
241
  liburiparser                             0.9.4
242
  avahi-client                             0.8
243
  dbus-1                                   1.12.24
244

    
245
Installation paths:
246
  Prefix:                                  /usr
247
  Binaries:                                ${prefix}/bin
248
  Libraries:                               ${prefix}/lib
249
  Data files:                              ${prefix}/share
250
  Man pages:                               /usr/share/man
251

    
252
Final Binary:
253
  /home/debian/tvheadend/build.linux/tvheadend
254

    
255
Tvheadend Data Directory:
256
  /usr/share/tvheadend
257

    
258
make[1]: Leaving directory '/home/debian/tvheadend'
259
   debian/rules override_dh_auto_build
260
make[1]: Entering directory '/home/debian/tvheadend'
261
make
262
make[2]: Entering directory '/home/debian/tvheadend'
263
make -f Makefile.ffmpeg libcacheget
264
make[3]: Entering directory '/home/debian/tvheadend'
265
DOWNLOAD        misc/staticlib/unknown/x86_64/ffmpeg-137391330fff0299b3a3d23ffb7a3f2e1843b26d.tgz / kZ54ee7ZUvsSYmb9VGSpnmoVzcAUhpBXLq8k
266
/usr/bin/env: ‘python’: No such file or directory
267
Folder name "unknown" not found
268
FAILED TO DOWNLOAD  (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)make[3]: Leaving directory '/home/debian/tvheadend'
269
make -f Makefile.ffmpeg build
270
make[3]: Entering directory '/home/debian/tvheadend'
271
WGET            https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.gz
272
2022-11-29 22:03:52 URL:https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.gz [1629366/1629366] -> "/home/debian/tvheadend/build.linux/ffmpeg/nasm-2.15.05.tar.gz" [1]
273
SHA1SUM test '8a2a60b01d563c32dd216f94a99a20e6e31fd8aa' == '8a2a60b01d563c32dd216f94a99a20e6e31fd8aa': OK
274
UNTAR           nasm-2.15.05.tar.gz
275
PATCH           /home/debian/tvheadend/support/patches/remove-invalid-pure_func-qualifiers.diff
276
patching file include/nasmlib.h
277
Hunk #1 succeeded at 201 (offset 51 lines).
278
Hunk #2 succeeded at 209 (offset 51 lines).
279
Hunk #3 succeeded at 221 with fuzz 1 (offset 51 lines).
280
Hunk #4 succeeded at 345 (offset 39 lines).
281
cd /home/debian/tvheadend/build.linux/ffmpeg/nasm-2.15.05 && CC="gcc -fPIE" FFMPEG_PREFIX=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/home/debian/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
282
        --libdir=/ffmpeg/lib
283
configure: WARNING: unrecognized options: --enable-static, --disable-shared
284
checking build system type... x86_64-pc-linux-gnu
285
checking host system type... x86_64-pc-linux-gnu
286
checking for gcc... gcc -fPIE
287
checking whether the C compiler works... yes
288
checking for C compiler default output file name... a.out
289
checking for suffix of executables...
290
checking whether we are cross compiling... no
291
checking for suffix of object files... o
292
checking whether we are using the GNU C compiler... yes
293
checking whether gcc -fPIE accepts -g... yes
294
checking for gcc -fPIE option to accept ISO C89... none needed
295
checking how to run the C preprocessor... gcc -fPIE -E
296
checking for grep that handles long lines and -e... /usr/bin/grep
297
checking for egrep... /usr/bin/grep -E
298
checking for ANSI C header files... yes
299
checking for sys/types.h... yes
300
checking for sys/stat.h... yes
301
checking for stdlib.h... yes
302
checking for string.h... yes
303
checking for memory.h... yes
304
checking for strings.h... yes
305
checking for inttypes.h... yes
306
checking for stdint.h... yes
307
checking for unistd.h... yes
308
checking minix/config.h usability... no
309
checking minix/config.h presence... no
310
checking for minix/config.h... no
311
checking whether it is safe to define __EXTENSIONS__... yes
312
checking for special C compiler options needed for large files... no
313
checking for _FILE_OFFSET_BITS value needed for large files... no
314
checking for gcc... (cached) gcc -fPIE
315
checking whether we are using the GNU C compiler... (cached) yes
316
checking whether gcc -fPIE accepts -g... (cached) yes
317
checking for gcc -fPIE option to accept ISO C89... (cached) none needed
318
checking for gcc -fPIE option to accept ISO C99... none needed
319
checking for gcc -fPIE option to accept ISO Standard C... (cached) none needed
320
checking if gcc -fPIE accepts -std=c17... yes
321
checking for size_t... yes
322
checking whether byte ordering is bigendian... no
323
checking if gcc -fPIE accepts -Werror=unknown-warning-option... no
324
checking if gcc -fPIE accepts -fwrapv... yes
325
checking if gcc -fPIE accepts -ftrivial-auto-var-init=zero... no
326
checking if gcc -fPIE accepts -U__STRICT_ANSI__... yes
327
checking if gcc -fPIE accepts -fno-common... yes
328
checking for suffix of library files... a
329
checking whether ln -s works... yes
330
checking whether make sets $(MAKE)... yes
331
checking for a BSD-compatible install... /usr/bin/install -c
332
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
333
checking for nroff... nroff
334
checking for asciidoc... no
335
checking for xmlto... no
336
checking for xz... xz
337
configure: WARNING: No asciidoc package found, cannot build man pages
338
configure: WARNING: No xmlto package found, cannot build man pages
339
checking for ar... ar
340
checking for ranlib... ranlib
341
checking for strip... strip
342
checking for an ANSI C-conforming const... yes
343
checking for inline... inline
344
checking for C/C++ restrict keyword... __restrict
345
checking for ANSI C header files... (cached) yes
346
checking for string.h... (cached) yes
347
checking stdarg.h usability... yes
348
checking stdarg.h presence... yes
349
checking for stdarg.h... yes
350
checking for inttypes.h... (cached) yes
351
checking for strings.h... (cached) yes
352
checking for stdbool.h that conforms to C99... yes
353
checking for _Bool... yes
354
checking stdnoreturn.h usability... yes
355
checking stdnoreturn.h presence... yes
356
checking for stdnoreturn.h... yes
357
checking io.h usability... no
358
checking io.h presence... no
359
checking for io.h... no
360
checking fcntl.h usability... yes
361
checking fcntl.h presence... yes
362
checking for fcntl.h... yes
363
checking for unistd.h... (cached) yes
364
checking sys/mman.h usability... yes
365
checking sys/mman.h presence... yes
366
checking for sys/mman.h... yes
367
checking for sys/types.h... (cached) yes
368
checking for sys/stat.h... (cached) yes
369
checking sys/resource.h usability... yes
370
checking sys/resource.h presence... yes
371
checking for sys/resource.h... yes
372
checking for strcasecmp... yes
373
checking for stricmp... no
374
checking for strncasecmp... yes
375
checking for strnicmp... no
376
checking for strsep... yes
377
checking for strnlen... yes
378
checking for strrchrnul... no
379
checking for iscntrl... yes
380
checking for isascii... yes
381
checking for mempcpy... yes
382
checking for getuid... yes
383
checking for getgid... yes
384
checking for getrlimit... yes
385
checking for realpath... yes
386
checking for canonicalize_file_name... yes
387
checking for _fullpath... no
388
checking for pathconf... yes
389
checking for _LARGEFILE_SOURCE value needed for large files... no
390
checking for _fseeki64... no
391
checking for ftruncate... yes
392
checking for _chsize... no
393
checking for _chsize_s... no
394
checking for fileno... yes
395
checking for _fileno... no
396
checking for stdlib.h... (cached) yes
397
checking for unistd.h... (cached) yes
398
checking for sys/param.h... yes
399
checking for getpagesize... yes
400
checking for working mmap... yes
401
checking for getpagesize... (cached) yes
402
checking for sysconf... yes
403
checking for access... yes
404
checking for _access... no
405
checking for faccessat... yes
406
checking for __builtin_expect... yes
407
checking intrin.h usability... no
408
checking intrin.h presence... no
409
checking for intrin.h... no
410
checking for __builtin_clz... yes
411
checking for __builtin_clzl... yes
412
checking for __builtin_clzll... yes
413
checking for _BitScanReverse... no
414
checking for _BitScanReverse64... no
415
checking for sprintf... snprintf
416
checking for vsnprintf... vsnprintf
417
checking for strlcpy... no
418
checking for strrchrnul... (cached) no
419
checking for struct _stati64... no
420
checking for struct stat... yes
421
checking for stat... yes
422
checking for _stati64... no
423
checking for fstat... yes
424
checking for _fstati64... no
425
checking for S_ISREG... no
426
checking whether strcasecmp is declared... yes
427
checking whether stricmp is declared... no
428
checking whether strncasecmp is declared... yes
429
checking whether strnicmp is declared... no
430
checking whether strsep is declared... yes
431
checking whether strlcpy is declared... no
432
checking whether strnlen is declared... yes
433
checking whether strrchrnul is declared... no
434
checking for uintptr_t... yes
435
checking endian.h usability... yes
436
checking endian.h presence... yes
437
checking for endian.h... yes
438
checking sys/endian.h usability... no
439
checking sys/endian.h presence... no
440
checking for sys/endian.h... no
441
checking machine/endian.h usability... no
442
checking machine/endian.h presence... no
443
checking for machine/endian.h... no
444
checking for cpu_to_le16... no
445
checking for cpu_to_le32... no
446
checking for cpu_to_le64... no
447
checking for __cpu_to_le16... no
448
checking for __cpu_to_le32... no
449
checking for __cpu_to_le64... no
450
checking for htole16... yes
451
checking for htole32... yes
452
checking for htole64... yes
453
checking for __bswap_16... yes
454
checking for __bswap_32... yes
455
checking for __bswap_64... yes
456
checking for __builtin_bswap16... yes
457
checking for __builtin_bswap32... yes
458
checking for __builtin_bswap64... yes
459
checking for _byteswap_ushort... no
460
checking for _byteswap_ulong... no
461
checking for _byteswap_uint64... no
462
checking for __builtin_constant_p... yes
463
checking for __builtin_choose_expr... yes
464
checking if gcc -fPIE accepts -Werror=attributes... yes
465
checking if gcc -fPIE supports the noreturn function attribute... yes
466
checking if gcc -fPIE supports the noreturn function attribute on pointers... yes
467
checking if gcc -fPIE supports the returns_nonnull function attribute... yes
468
checking if gcc -fPIE supports the returns_nonnull function attribute on pointers... yes
469
checking if gcc -fPIE supports the malloc function attribute... yes
470
checking if gcc -fPIE supports the malloc function attribute on pointers... no
471
checking if gcc -fPIE supports the alloc_size(1) function attribute... yes
472
checking if gcc -fPIE supports the alloc_size(1) function attribute on pointers... yes
473
checking if gcc -fPIE supports the alloc_size(1,2) function attribute... no
474
checking if gcc -fPIE supports the alloc_size(1,2) function attribute on pointers... no
475
checking if gcc -fPIE supports the sentinel function attribute... yes
476
checking if gcc -fPIE supports the sentinel function attribute on pointers... yes
477
checking if gcc -fPIE supports the format(printf,1,2) function attribute... yes
478
checking if gcc -fPIE supports the format(printf,1,2) function attribute on pointers... yes
479
checking if gcc -fPIE supports the const function attribute... yes
480
checking if gcc -fPIE supports the const function attribute on pointers... yes
481
checking if gcc -fPIE supports the pure function attribute... yes
482
checking if gcc -fPIE supports the pure function attribute on pointers... no
483
checking if gcc -fPIE supports the cold function attribute... yes
484
checking if gcc -fPIE supports the cold function attribute on pointers... no
485
checking if gcc -fPIE supports the unused function attribute... yes
486
checking if gcc -fPIE supports the unused function attribute on pointers... yes
487
checking if gcc -fPIE supports the error function attribute... yes
488
checking if gcc -fPIE accepts -ffunction-sections... yes
489
checking if gcc -fPIE accepts -fdata-sections... yes
490
checking if gcc -fPIE accepts -Wl,--gc-sections... yes
491
checking if gcc -fPIE accepts -fvisibility=hidden... yes
492
checking if gcc -fPIE accepts -Wall... yes
493
checking if gcc -fPIE accepts -W... yes
494
checking if gcc -fPIE accepts -pedantic... yes
495
checking if gcc -fPIE accepts -Wc90-c99-compat... yes
496
checking if gcc -fPIE accepts -Wc99-compat... no
497
checking if gcc -fPIE accepts -Wc99-extensions... no
498
checking if gcc -fPIE accepts -Wpedantic-ms-format... no
499
checking if gcc -fPIE accepts -Wlong-long... yes
500
checking if gcc -fPIE accepts -Wstringop-truncation... yes
501
checking if gcc -fPIE accepts -Wshift-negative-value... yes
502
checking if gcc -fPIE accepts -Werror=implicit... yes
503
checking if gcc -fPIE accepts -Werror=missing-braces... yes
504
checking if gcc -fPIE accepts -Werror=return-type... yes
505
checking if gcc -fPIE accepts -Werror=trigraphs... yes
506
checking if gcc -fPIE accepts -Werror=pointer-arith... yes
507
checking if gcc -fPIE accepts -Werror=strict-prototypes... no
508
checking if gcc -fPIE accepts -Werror=missing-prototypes... yes
509
checking if gcc -fPIE accepts -Werror=missing-declarations... yes
510
checking if gcc -fPIE accepts -Werror=comment... yes
511
checking if gcc -fPIE accepts -Werror=vla... yes
512
checking if gcc -fPIE supports C99 external inlines... yes
513
checking if gcc -fPIE supports typeof... __typeof
514
configure: creating ./config.status
515
config.status: creating Makefile
516
config.status: creating doc/Makefile
517
config.status: creating config/config.h
518
configure: WARNING: unrecognized options: --enable-static, --disable-shared
519
DESTDIR=/home/debian/tvheadend/build.linux/ffmpeg/build \
520
        make -C /home/debian/tvheadend/build.linux/ffmpeg/nasm-2.15.05 install
521
make[4]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/nasm-2.15.05'
522
make[4]: Circular asm/warnings.c <- asm/warnings.time dependency dropped.
523
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/nasm.o asm/nasm.c
524
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o stdlib/snprintf.o stdlib/snprintf.c
525
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o stdlib/vsnprintf.o stdlib/vsnprintf.c
526
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o stdlib/strlcpy.o stdlib/strlcpy.c
527
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o stdlib/strnlen.o stdlib/strnlen.c
528
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o stdlib/strrchrnul.o stdlib/strrchrnul.c
529
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/ver.o nasmlib/ver.c
530
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/alloc.o nasmlib/alloc.c
531
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/asprintf.o nasmlib/asprintf.c
532
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/errfile.o nasmlib/errfile.c
533
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/crc64.o nasmlib/crc64.c
534
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/md5c.o nasmlib/md5c.c
535
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/string.o nasmlib/string.c
536
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/nctype.o nasmlib/nctype.c
537
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/file.o nasmlib/file.c
538
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/mmap.o nasmlib/mmap.c
539
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/ilog2.o nasmlib/ilog2.c
540
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/realpath.o nasmlib/realpath.c
541
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/path.o nasmlib/path.c
542
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/filename.o nasmlib/filename.c
543
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/rlimit.o nasmlib/rlimit.c
544
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/zerobuf.o nasmlib/zerobuf.c
545
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/readnum.o nasmlib/readnum.c
546
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/bsi.o nasmlib/bsi.c
547
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/rbtree.o nasmlib/rbtree.c
548
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/hashtbl.o nasmlib/hashtbl.c
549
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/raa.o nasmlib/raa.c
550
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/saa.o nasmlib/saa.c
551
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/strlist.o nasmlib/strlist.c
552
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/perfhash.o nasmlib/perfhash.c
553
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o nasmlib/badenum.o nasmlib/badenum.c
554
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o common/common.o common/common.c
555
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/insnsa.o x86/insnsa.c
556
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/insnsb.o x86/insnsb.c
557
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/insnsd.o x86/insnsd.c
558
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/insnsn.o x86/insnsn.c
559
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/regs.o x86/regs.c
560
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/regvals.o x86/regvals.c
561
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/regflags.o x86/regflags.c
562
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/regdis.o x86/regdis.c
563
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/disp8.o x86/disp8.c
564
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o x86/iflag.o x86/iflag.c
565
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/error.o asm/error.c
566
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/warnings.o asm/warnings.c
567
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/floats.o asm/floats.c
568
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/directiv.o asm/directiv.c
569
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/directbl.o asm/directbl.c
570
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/pragma.o asm/pragma.c
571
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/assemble.o asm/assemble.c
572
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/labels.o asm/labels.c
573
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/parser.o asm/parser.c
574
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/preproc.o asm/preproc.c
575
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/quote.o asm/quote.c
576
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/pptok.o asm/pptok.c
577
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/listing.o asm/listing.c
578
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/eval.o asm/eval.c
579
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/exprlib.o asm/exprlib.c
580
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/exprdump.o asm/exprdump.c
581
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/stdscan.o asm/stdscan.c
582
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/strfunc.o asm/strfunc.c
583
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/tokhash.o asm/tokhash.c
584
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/segalloc.o asm/segalloc.c
585
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/preproc-nop.o asm/preproc-nop.c
586
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/rdstrnum.o asm/rdstrnum.c
587
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o asm/srcfile.o asm/srcfile.c
588
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o macros/macros.o macros/macros.c
589
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outform.o output/outform.c
590
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outlib.o output/outlib.c
591
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/legacy.o output/legacy.c
592
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/nulldbg.o output/nulldbg.c
593
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/nullout.o output/nullout.c
594
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outbin.o output/outbin.c
595
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outaout.o output/outaout.c
596
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outcoff.o output/outcoff.c
597
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outelf.o output/outelf.c
598
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outobj.o output/outobj.c
599
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outas86.o output/outas86.c
600
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outrdf2.o output/outrdf2.c
601
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outdbg.o output/outdbg.c
602
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outieee.o output/outieee.c
603
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/outmacho.o output/outmacho.c
604
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o output/codeview.o output/codeview.c
605
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o disasm/disasm.o disasm/disasm.c
606
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o disasm/sync.o disasm/sync.c
607
rm -f libnasm.a
608
ar cq libnasm.a stdlib/snprintf.o stdlib/vsnprintf.o stdlib/strlcpy.o stdlib/strnlen.o stdlib/strrchrnul.o nasmlib/ver.o nasmlib/alloc.o nasmlib/asprintf.o nasmlib/errfile.o nasmlib/crc64.o nasmlib/md5c.o nasmlib/string.o nasmlib/nctype.o nasmlib/file.o nasmlib/mmap.o nasmlib/ilog2.o nasmlib/realpath.o nasmlib/path.o nasmlib/filename.o nasmlib/rlimit.o nasmlib/zerobuf.o nasmlib/readnum.o nasmlib/bsi.o nasmlib/rbtree.o nasmlib/hashtbl.o nasmlib/raa.o nasmlib/saa.o nasmlib/strlist.o nasmlib/perfhash.o nasmlib/badenum.o common/common.o x86/insnsa.o x86/insnsb.o x86/insnsd.o x86/insnsn.o x86/regs.o x86/regvals.o x86/regflags.o x86/regdis.o x86/disp8.o x86/iflag.o asm/error.o asm/warnings.o asm/floats.o asm/directiv.o asm/directbl.o asm/pragma.o asm/assemble.o asm/labels.o asm/parser.o asm/preproc.o asm/quote.o asm/pptok.o asm/listing.o asm/eval.o asm/exprlib.o asm/exprdump.o asm/stdscan.o asm/strfunc.o asm/tokhash.o asm/segalloc.o asm/preproc-nop.o asm/rdstrnum.o asm/srcfile.o macros/macros.o output/outform.o output/outlib.o output/legacy.o output/nulldbg.o output/nullout.o output/outbin.o output/outaout.o output/outcoff.o output/outelf.o output/outobj.o output/outas86.o output/outrdf2.o output/outdbg.o output/outieee.o output/outmacho.o output/codeview.o disasm/disasm.o disasm/sync.o
609
ranlib libnasm.a
610
gcc -fPIE  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -Wl,--gc-sections -o nasm asm/nasm.o libnasm.a
611
gcc -fPIE -c  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -o disasm/ndisasm.o disasm/ndisasm.c
612
gcc -fPIE  -g -O2 -std=c17 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -ffunction-sections -fdata-sections -fvisibility=hidden -Wall -W -pedantic -Wc90-c99-compat -Wno-long-long -Wno-stringop-truncation -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I./x86 -I./x86 -I./asm -I./asm -I./disasm -I./disasm -I./output -I./output -Wl,--gc-sections -o ndisasm disasm/ndisasm.o libnasm.a
613
/usr/bin/mkdir -p /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin
614
/usr/bin/install -c nasm /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm
615
/usr/bin/install -c ndisasm /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/ndisasm
616
/usr/bin/mkdir -p /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1
617
/usr/bin/install -c -m 644 ./nasm.1 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1/nasm.1
618
/usr/bin/install -c -m 644 ./ndisasm.1 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1/ndisasm.1
619
make[4]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/nasm-2.15.05'
620
WGET            https://code.videolan.org/videolan/x264/-/archive/d2907f67227cbf38ac957efed84c532b12ce19cc/x264-d2907f67227cbf38ac957efed84c532b12ce19cc.tar.bz2
621
2022-11-29 22:04:20 URL:https://code.videolan.org/videolan/x264/-/archive/d2907f67227cbf38ac957efed84c532b12ce19cc/x264-d2907f67227cbf38ac957efed84c532b12ce19cc.tar.bz2 [773615/773615] -> "/home/debian/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc.tar.bz2" [1]SHA1SUMtest '6b69f9af34ddfb9bc0bbfedb0b41a0b8b6c2771a' == '6b69f9af34ddfb9bc0bbfedb0b41a0b8b6c2771a': OK
622
UNTAR           x264-d2907f67227cbf38ac957efed84c532b12ce19cc.tar.bz2
623
cd /home/debian/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc && FFMPEG_PREFIX=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/home/debian/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
624
        --extra-asflags="-DPIC" \
625
        --extra-cflags="-fPIE" \
626
        --disable-cli \
627
        --disable-swscale \
628
        --disable-lavf \
629
        --disable-avs \
630
        --disable-ffms \
631
        --disable-gpac \
632
        --disable-lsmash \
633
        --host=x86_64-linux-gnu
634
Unknown option --disable-shared, ignored
635
platform:       X86_64
636
byte order:     little-endian
637
system:         LINUX
638
cli:            no
639
libx264:        internal
640
shared:         no
641
static:         yes
642
bashcompletion: no
643
asm:            yes
644
interlaced:     yes
645
avs:            no
646
lavf:           no
647
ffms:           no
648
mp4:            no
649
gpl:            yes
650
thread:         posix
651
opencl:         yes
652
filters:        crop select_every
653
lto:            no
654
debug:          no
655
gprof:          no
656
strip:          no
657
PIC:            no
658
bit depth:      all
659
chroma format:  all
660

    
661
You can run 'make' or 'make fprofiled' now.
662
DESTDIR=/home/debian/tvheadend/build.linux/ffmpeg/build \
663
        make -C /home/debian/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc install
664
make[4]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc'
665
cat common/opencl/x264-cl.h common/opencl/bidir.cl common/opencl/downscale.cl common/opencl/intra.cl common/opencl/motionsearch.cl common/opencl/subpel.cl common/opencl/weightp.cl | ./tools/cltostr.sh common/oclobj.hdependency file generation...
666
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/osdep.c -o common/osdep.o
667
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/base.c -o common/base.o
668
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/cpu.c -o common/cpu.o
669
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/tables.c -o common/tables.o
670
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/api.c -o encoder/api.o
671
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/mc.c -o common/mc-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
672
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/predict.c -o common/predict-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
673
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/pixel.c -o common/pixel-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
674
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/macroblock.c -o common/macroblock-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
675
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/frame.c -o common/frame-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
676
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/dct.c -o common/dct-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
677
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/cabac.c -o common/cabac-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
678
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/common.c -o common/common-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
679
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/rectangle.c -o common/rectangle-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
680
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/set.c -o common/set-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
681
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/quant.c -o common/quant-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
682
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/deblock.c -o common/deblock-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
683
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/vlc.c -o common/vlc-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
684
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/mvpred.c -o common/mvpred-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
685
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/bitstream.c -o common/bitstream-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
686
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/analyse.c -o encoder/analyse-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
687
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/me.c -o encoder/me-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
688
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/ratecontrol.c -o encoder/ratecontrol-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
689
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/set.c -o encoder/set-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
690
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/macroblock.c -o encoder/macroblock-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
691
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/cabac.c -o encoder/cabac-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
692
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/cavlc.c -o encoder/cavlc-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
693
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/encoder.c -o encoder/encoder-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
694
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/lookahead.c -o encoder/lookahead-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
695
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/threadpool.c -o common/threadpool-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
696
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/x86/mc-c.c -o common/x86/mc-c-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
697
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/x86/predict-c.c -o common/x86/predict-c-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
698
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/opencl.c -o common/opencl-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
699
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/slicetype-cl.c -o encoder/slicetype-cl-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
700
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/mc.c -o common/mc-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
701
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/predict.c -o common/predict-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
702
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/pixel.c -o common/pixel-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
703
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/macroblock.c -o common/macroblock-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
704
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/frame.c -o common/frame-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
705
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/dct.c -o common/dct-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
706
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/cabac.c -o common/cabac-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
707
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/common.c -o common/common-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
708
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/rectangle.c -o common/rectangle-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
709
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/set.c -o common/set-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
710
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/quant.c -o common/quant-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
711
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/deblock.c -o common/deblock-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
712
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/vlc.c -o common/vlc-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
713
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/mvpred.c -o common/mvpred-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
714
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/bitstream.c -o common/bitstream-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
715
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/analyse.c -o encoder/analyse-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
716
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/me.c -o encoder/me-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
717
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/ratecontrol.c -o encoder/ratecontrol-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
718
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/set.c -o encoder/set-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
719
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/macroblock.c -o encoder/macroblock-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
720
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/cabac.c -o encoder/cabac-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
721
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/cavlc.c -o encoder/cavlc-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
722
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/encoder.c -o encoder/encoder-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
723
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c encoder/lookahead.c -o encoder/lookahead-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
724
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/threadpool.c -o common/threadpool-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
725
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/x86/mc-c.c -o common/x86/mc-c-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
726
gcc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64  -Wall -I. -I. -fPIE -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6 -fomit-frame-pointer -fno-tree-vectorize -fvisibility=hidden   -c common/x86/predict-c.c -o common/x86/predict-c-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
727
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/cpu-a.o common/x86/cpu-a.asm
728
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/dct-64-8.o common/x86/dct-64.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
729
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/trellis-64-8.o common/x86/trellis-64.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
730
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/bitstream-a-8.o common/x86/bitstream-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
731
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/const-a-8.o common/x86/const-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
732
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/cabac-a-8.o common/x86/cabac-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
733
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/dct-a-8.o common/x86/dct-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
734
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/deblock-a-8.o common/x86/deblock-a.asm -DBIT_DEPTH=8-Dprivate_prefix=x264_8
735
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/mc-a-8.o common/x86/mc-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
736
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/mc-a2-8.o common/x86/mc-a2.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
737
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/pixel-a-8.o common/x86/pixel-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
738
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/predict-a-8.o common/x86/predict-a.asm -DBIT_DEPTH=8-Dprivate_prefix=x264_8
739
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/quant-a-8.o common/x86/quant-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
740
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/sad-a-8.o common/x86/sad-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
741
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/dct-64-10.o common/x86/dct-64.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
742
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/trellis-64-10.o common/x86/trellis-64.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
743
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/bitstream-a-10.o common/x86/bitstream-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
744
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/const-a-10.o common/x86/const-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
745
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/cabac-a-10.o common/x86/cabac-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
746
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/dct-a-10.o common/x86/dct-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
747
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/deblock-a-10.o common/x86/deblock-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
748
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/mc-a-10.o common/x86/mc-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
749
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/mc-a2-10.o common/x86/mc-a2.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
750
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/pixel-a-10.o common/x86/pixel-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
751
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/predict-a-10.o common/x86/predict-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
752
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/quant-a-10.o common/x86/quant-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
753
nasm -I. -I. -DPIC -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -o common/x86/sad16-a-10.o common/x86/sad16-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
754
rm -f libx264.a
755
gcc-ar rc libx264.a common/osdep.o common/base.o common/cpu.o common/tables.o encoder/api.o common/mc-8.o common/predict-8.o common/pixel-8.o common/macroblock-8.o common/frame-8.o common/dct-8.o common/cabac-8.o common/common-8.o common/rectangle-8.o common/set-8.o common/quant-8.o common/deblock-8.o common/vlc-8.o common/mvpred-8.o common/bitstream-8.o encoder/analyse-8.o encoder/me-8.o encoder/ratecontrol-8.o encoder/set-8.o encoder/macroblock-8.o encoder/cabac-8.o encoder/cavlc-8.o encoder/encoder-8.o encoder/lookahead-8.o common/threadpool-8.o common/x86/mc-c-8.o common/x86/predict-c-8.o common/opencl-8.o encoder/slicetype-cl-8.o common/mc-10.o common/predict-10.o common/pixel-10.o common/macroblock-10.o common/frame-10.o common/dct-10.o common/cabac-10.o common/common-10.o common/rectangle-10.o common/set-10.o common/quant-10.o common/deblock-10.o common/vlc-10.o common/mvpred-10.o common/bitstream-10.o encoder/analyse-10.o encoder/me-10.o encoder/ratecontrol-10.o encoder/set-10.o encoder/macroblock-10.o encoder/cabac-10.o encoder/cavlc-10.o encoder/encoder-10.o encoder/lookahead-10.o common/threadpool-10.o common/x86/mc-c-10.o common/x86/predict-c-10.o common/x86/cpu-a.o common/x86/dct-64-8.o common/x86/trellis-64-8.o common/x86/bitstream-a-8.o common/x86/const-a-8.o common/x86/cabac-a-8.o common/x86/dct-a-8.o common/x86/deblock-a-8.o common/x86/mc-a-8.o common/x86/mc-a2-8.o common/x86/pixel-a-8.o common/x86/predict-a-8.o common/x86/quant-a-8.o common/x86/sad-a-8.o common/x86/dct-64-10.o common/x86/trellis-64-10.o common/x86/bitstream-a-10.o common/x86/const-a-10.o common/x86/cabac-a-10.o common/x86/dct-a-10.o common/x86/deblock-a-10.o common/x86/mc-a-10.o common/x86/mc-a2-10.o common/x86/pixel-a-10.o common/x86/predict-a-10.o common/x86/quant-a-10.o common/x86/sad16-a-10.o
756
gcc-ranlib libx264.a
757
install -d /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig
758
install -m 644 ./x264.h x264_config.h /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include
759
install -m 644 x264.pc /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig
760
install -d /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib
761
install -m 644 libx264.a /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib
762
gcc-ranlib /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libx264.a
763
make[4]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc'
764
WGET            https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.5.tar.gz
765
2022-11-29 22:05:22 URL:https://bbuseruploads.s3.amazonaws.com/c105f477-2003-4e12-80e5-06858cf7e40b/downloads/d500e9ef-fa39-4087-9e63-62d748ed7548/x265_3.5.tar.gz?response-content-disposition=attachment%3B%20filename%3D%22x265_3.5.tar.gz%22&response-content-encoding=None&AWSAccessKeyId=ASIA6KOSE3BNPTTKGYL5&Signature=TNoSzBMJdGu9WFIZv34eIGNnlA0%3D&x-amz-security-token=FwoGZXIvYXdzEGQaDE2%2FV0BzOxFZMGAG2iK%2BAYjkOw8DHezqCGwvVB8tFL1Slmn3SnYzk4pNgbL%2B%2FyVC31j3CUss8d9G0lfA4UXkPNga7hggoe5vB8y72ugzg%2Be1FkAY8sq7tefb5oPI54QgWDZpkqJlY5Zc08I4%2F3VIQC6X3%2BA5JP0EqgEsl6gCQnXgSrli9h32aY3mGfigE%2BMxwjMa4yux4IDrx6ANtR%2Be%2BqCfyKlZsPuAyCvorZ6E2rBm5238rY72bcyD%2FZOvlEYKCvfPp75L%2FoWlvmbvkosomo6bnAYyLSlaYscM2NnBuJ%2BEE0pMRWxp1I6aKfji8zF1CLtvVxiNcF4fk5S40XlKFBg4rQ%3D%3D&Expires=1669778978 [1537044/1537044] -> "/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5.tar.gz" [1]
766
SHA1SUM test 'dc8e70f441991289a9a34fd37e1649d59435bfae' == 'dc8e70f441991289a9a34fd37e1649d59435bfae': OK
767
UNTAR           x265_3.5.tar.gz
768
PATCH           /home/debian/tvheadend/support/patches/libx265.pie.diff
769
patching file ./source/CMakeLists.txt
770
Hunk #1 succeeded at 220 with fuzz 2 (offset 52 lines).
771
PATCH           /home/debian/tvheadend/support/patches/libx265-silence.patch
772
patching file ./source/CMakeLists.txt
773
patching file ./source/cmake/CMakeASM_NASMInformation.cmake
774
cd /home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux && cmake -G "Unix Makefiles" \
775
        -DCMAKE_INSTALL_PREFIX="/ffmpeg" \
776
        -DENABLE_SHARED:BOOL=OFF \
777
        ../../source
778
-- cmake version 3.18.4
779
CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy):
780
  The OLD behavior for policy CMP0025 will be removed from a future version
781
  of CMake.
782

    
783
  The cmake-policies(7) manual explains that the OLD behaviors of all
784
  policies are deprecated and that a policy should be set to OLD only under
785
  specific short-term circumstances.  Projects should be ported to the NEW
786
  behavior and not rely on setting a policy to OLD.
787

    
788

    
789
CMake Deprecation Warning at CMakeLists.txt:16 (cmake_policy):
790
  The OLD behavior for policy CMP0054 will be removed from a future version
791
  of CMake.
792

    
793
  The cmake-policies(7) manual explains that the OLD behaviors of all
794
  policies are deprecated and that a policy should be set to OLD only under
795
  specific short-term circumstances.  Projects should be ported to the NEW
796
  behavior and not rely on setting a policy to OLD.
797

    
798

    
799
-- The C compiler identification is GNU 10.2.1
800
-- The CXX compiler identification is GNU 10.2.1
801
-- Detecting C compiler ABI info
802
-- Detecting C compiler ABI info - done
803
-- Check for working C compiler: /usr/bin/cc - skipped
804
-- Detecting C compile features
805
-- Detecting C compile features - done
806
-- Detecting CXX compiler ABI info
807
-- Detecting CXX compiler ABI info - done
808
-- Check for working CXX compiler: /usr/bin/c++ - skipped
809
-- Detecting CXX compile features
810
-- Detecting CXX compile features - done
811
-- Detected x86_64 target processor
812
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
813
  The package name passed to `find_package_handle_standard_args` (NUMA) does
814
  not match the name of the calling package (Numa).  This can lead to
815
  problems in calling code that expects `find_package` result variables
816
  (e.g., `_FOUND`) to follow a certain pattern.
817
Call Stack (most recent call first):
818
  cmake/FindNuma.cmake:43 (find_package_handle_standard_args)
819
  CMakeLists.txt:100 (find_package)
820
This warning is for project developers.  Use -Wno-dev to suppress it.
821

    
822
-- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY)
823
-- Looking for include file inttypes.h
824
-- Looking for include file inttypes.h - found
825
-- Performing Test CC_HAS_NO_STRICT_OVERFLOW
826
-- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success
827
-- Performing Test CC_HAS_NO_NARROWING
828
-- Performing Test CC_HAS_NO_NARROWING - Success
829
-- Performing Test CC_HAS_NO_ARRAY_BOUNDS
830
-- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success
831
-- Performing Test CC_HAS_FAST_MATH
832
-- Performing Test CC_HAS_FAST_MATH - Success
833
-- Performing Test CC_HAS_STACK_REALIGN
834
-- Performing Test CC_HAS_STACK_REALIGN - Success
835
-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG
836
-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success
837
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
838
  The package name passed to `find_package_handle_standard_args` (nasm) does
839
  not match the name of the calling package (Nasm).  This can lead to
840
  problems in calling code that expects `find_package` result variables
841
  (e.g., `_FOUND`) to follow a certain pattern.
842
Call Stack (most recent call first):
843
  cmake/FindNasm.cmake:23 (find_package_handle_standard_args)
844
  CMakeLists.txt:352 (find_package)
845
This warning is for project developers.  Use -Wno-dev to suppress it.
846

    
847
-- Found nasm: /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm (found version "2.15.05")
848
-- Found Nasm 2.15.05 to build assembly primitives
849
-- GIT_EXECUTABLE /usr/bin/git
850
-- SOURCE CODE IS FROM x265 GIT ARCHIVED ZIP OR TAR BALL
851
-- GIT ARCHIVAL INFORMATION PROCESSED
852
-- X265 RELEASE VERSION 3.5+1-f0c1022b6
853
-- The ASM_NASM compiler identification is NASM
854
-- Found assembler: /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm
855
-- Looking for strtok_r
856
-- Looking for strtok_r - found
857
-- Looking for include file getopt.h
858
-- Looking for include file getopt.h - found
859
-- Configuring done
860
-- Generating done
861
-- Build files have been written to: /home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux
862
DESTDIR=/home/debian/tvheadend/build.linux/ffmpeg/build \
863
        make -C /home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux install
864
make[4]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
865
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
866
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
867
Scanning dependencies of target encoder
868
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
869
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
870
[  1%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o[  2%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o
871
[  3%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o
872
[  4%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o
873
[  5%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o
874
[  7%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o
875
[  8%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o
876
[  9%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o
877
[ 10%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o
878
[ 11%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o
879
[ 12%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o
880
[ 14%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o
881
[ 15%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o
882
[ 16%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o
883
/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp: In member function ‘int x265::RateControl::writeRateControlFrameStats(x265::Frame*, x265::RateControlEntry*)’:
884
/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3025:36: warning: ‘~’ directive writing 1 byte into a region of size between 0 and 127 [-Wformat-overflow=]
885
 3025 |             sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]);
886
      |                                    ^
887
/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3025:20: note: ‘sprintf’ output between 3 and 140 bytes into a destination of size 128
888
 3025 |             sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]);
889
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
890
/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3025:20: warning: ‘sprintf’ argument 3 overlaps destination object‘deltaPOC’ [-Wrestrict]
891
/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3016:14: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
892
 3016 |         char deltaPOC[128];
893
      |              ^~~~~~~~
894
/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3026:33: warning: ‘~’ directive writing 1 byte into a region of size between 0 and 39 [-Wformat-overflow=]
895
 3026 |             sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]);      |                                 ^
896
/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3026:20: note: ‘sprintf’ output between 3 and 42 bytes into a destination of size 40
897
 3026 |             sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]);      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
898
/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3026:20: warning: ‘sprintf’ argument 3 overlaps destination object‘bUsed’ [-Wrestrict]
899
/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3017:14: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
900
 3017 |         char bUsed[40];
901
      |              ^~~~~
902
[ 17%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o
903
[ 18%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o
904
[ 20%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o
905
[ 21%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o
906
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
907
[ 21%] Built target encoder
908
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
909
Scanning dependencies of target common
910
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
911
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
912
[ 22%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-a.asm.o
913
[ 23%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/const-a.asm.o
914
[ 24%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/cpu-a.asm.o
915
[ 25%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ssd-a.asm.o
916
[ 27%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a.asm.o
917
[ 28%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a2.asm.o
918
[ 29%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-util8.asm.o
919
[ 30%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/blockcopy8.asm.o
920
[ 31%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixeladd8.asm.o
921
[ 32%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/dct8.asm.o
922
[ 34%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/seaintegral.asm.o
923
[ 35%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/sad-a.asm.o
924
[ 36%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8.asm.o
925
[ 37%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8_allangs.asm.o
926
[ 38%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/v4-ipfilter8.asm.o
927
[ 40%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/h-ipfilter8.asm.o
928
[ 41%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ipfilter8.asm.o
929
[ 42%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/loopfilter.asm.o
930
[ 43%] Building CXX object common/CMakeFiles/common.dir/x86/asm-primitives.cpp.o
931
[ 44%] Building CXX object common/CMakeFiles/common.dir/vec/vec-primitives.cpp.o
932
[ 45%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse3.cpp.o
933
[ 47%] Building CXX object common/CMakeFiles/common.dir/vec/dct-ssse3.cpp.o
934
[ 48%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse41.cpp.o
935
[ 49%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o[ 50%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o
936
[ 51%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o
937
[ 52%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o[ 54%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o
938
[ 55%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o
939
[ 56%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o[ 57%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o
940
[ 58%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o
941
[ 60%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o
942
[ 61%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o
943
[ 62%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o[ 63%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o
944
[ 64%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o
945
[ 65%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o
946
[ 67%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o
947
[ 68%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o
948
[ 69%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o
949
[ 70%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o
950
[ 71%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o
951
[ 72%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o
952
[ 74%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o
953
[ 75%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o
954
[ 76%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o
955
[ 77%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o
956
[ 78%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o
957
[ 80%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o
958
[ 81%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o
959
[ 82%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o
960
[ 83%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o
961
[ 84%] Building CXX object common/CMakeFiles/common.dir/scaler.cpp.o
962
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
963
[ 84%] Built target common
964
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
965
Scanning dependencies of target x265-static
966
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
967
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
968
[ 85%] Linking CXX static library libx265.a
969
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
970
[ 85%] Built target x265-static
971
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
972
Scanning dependencies of target cli
973
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
974
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
975
[ 87%] Building CXX object CMakeFiles/cli.dir/input/input.cpp.o
976
[ 88%] Building CXX object CMakeFiles/cli.dir/input/y4m.cpp.o
977
[ 89%] Building CXX object CMakeFiles/cli.dir/input/yuv.cpp.o
978
[ 90%] Building CXX object CMakeFiles/cli.dir/output/output.cpp.o
979
[ 91%] Building CXX object CMakeFiles/cli.dir/output/raw.cpp.o
980
[ 92%] Building CXX object CMakeFiles/cli.dir/output/reconplay.cpp.o
981
[ 94%] Building CXX object CMakeFiles/cli.dir/output/y4m.cpp.o
982
[ 95%] Building CXX object CMakeFiles/cli.dir/output/yuv.cpp.o
983
[ 96%] Building CXX object CMakeFiles/cli.dir/x265.cpp.o
984
[ 97%] Building CXX object CMakeFiles/cli.dir/x265cli.cpp.o
985
[ 98%] Building CXX object CMakeFiles/cli.dir/abrEncApp.cpp.o
986
[100%] Linking CXX executable x265
987
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
988
[100%] Built target cli
989
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
990
Install the project...
991
-- Install configuration: "Release"
992
-- Installing: /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libx265.a
993
-- Installing: /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h
994
-- Installing: /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265_config.h
995
-- Installing: /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc
996
-- Installing: /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/x265
997
make[4]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
998
mv /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc.old
999
sed -e 's,-ldl,-ldl -lpthread,g' \
1000
        < /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc.old \
1001
        > /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc
1002
WGET            https://github.com/webmproject/libvpx/archive/v1.9.0/libvpx-1.9.0.tar.gz
1003
2022-11-29 22:07:44 URL:https://codeload.github.com/webmproject/libvpx/tar.gz/refs/tags/v1.9.0 [5326239] -> "/home/debian/tvheadend/build.linux/ffmpeg/libvpx-1.9.0.tar.gz" [1]
1004
SHA1SUM test '2ab8203ad8922bdf3256e4a197d1348fa8db9a62' == '2ab8203ad8922bdf3256e4a197d1348fa8db9a62': OK
1005
UNTAR           libvpx-1.9.0.tar.gz
1006
cd /home/debian/tvheadend/build.linux/ffmpeg/libvpx-1.9.0 && \
1007
        FFMPEG_PREFIX=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/home/debian/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
1008
        --extra-cflags="-fPIE" \
1009
        --disable-examples \
1010
        --disable-docs \
1011
        --disable-unit-tests \
1012

    
1013
  disabling shared
1014
  disabling examples
1015
  disabling docs
1016
  disabling unit_tests
1017
  enabling vp8_encoder
1018
  enabling vp8_decoder
1019
  enabling vp9_encoder
1020
  enabling vp9_decoder
1021
Configuring for target 'x86_64-linux-gcc'
1022
  enabling x86_64
1023
  enabling runtime_cpu_detect
1024
  enabling mmx
1025
  enabling sse
1026
  enabling sse2
1027
  enabling sse3
1028
  enabling ssse3
1029
  enabling sse4_1
1030
  enabling avx
1031
  enabling avx2
1032
  enabling avx512
1033
  using nasm
1034
  enabling postproc
1035
  enabling webm_io
1036
  enabling libyuv
1037
Creating makefiles for x86_64-linux-gcc libs
1038
Creating makefiles for x86_64-linux-gcc tools
1039
DIST_DIR=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg \
1040
        make -C /home/debian/tvheadend/build.linux/ffmpeg/libvpx-1.9.0 install
1041
make[4]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvpx-1.9.0'
1042
    [CREATE] vpx_scale_rtcd.h
1043
    [CREATE] vpx_dsp_rtcd.h
1044
    [CREATE] vp8_rtcd.h
1045
    [CREATE] vp9_rtcd.h
1046
    [DEP] vp9/ratectrl_rtc.cc.d
1047
    [DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d
1048
    [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
1049
    [DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d
1050
    [DEP] vp9/encoder/x86/vp9_error_avx2.c.d
1051
    [DEP] vp9/encoder/x86/vp9_frame_scale_ssse3.c.d
1052
    [DEP] vp9/encoder/x86/vp9_dct_intrin_sse2.c.d
1053
    [DEP] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.d
1054
    [DEP] vp9/encoder/x86/vp9_quantize_avx2.c.d
1055
    [DEP] vp9/encoder/x86/vp9_quantize_sse2.c.d
1056
    [DEP] vp9/encoder/x86/temporal_filter_sse4.c.d
1057
    [DEP] vp9/encoder/vp9_mbgraph.c.d
1058
    [DEP] vp9/encoder/vp9_temporal_filter.c.d
1059
    [DEP] vp9/encoder/vp9_noise_estimate.c.d
1060
    [DEP] vp9/encoder/vp9_skin_detection.c.d
1061
    [DEP] vp9/encoder/vp9_alt_ref_aq.c.d
1062
    [DEP] vp9/encoder/vp9_aq_complexity.c.d
1063
    [DEP] vp9/encoder/vp9_aq_cyclicrefresh.c.d
1064
    [DEP] vp9/encoder/vp9_aq_360.c.d
1065
    [DEP] vp9/encoder/vp9_aq_variance.c.d
1066
    [DEP] vp9/encoder/vp9_treewriter.c.d
1067
    [DEP] vp9/encoder/vp9_tokenize.c.d
1068
    [DEP] vp9/encoder/vp9_resize.c.d
1069
    [DEP] vp9/encoder/vp9_svc_layercontext.c.d
1070
    [DEP] vp9/encoder/vp9_subexp.c.d
1071
    [DEP] vp9/encoder/vp9_speed_features.c.d
1072
    [DEP] vp9/encoder/vp9_segmentation.c.d
1073
    [DEP] vp9/encoder/vp9_pickmode.c.d
1074
    [DEP] vp9/encoder/vp9_rdopt.c.d
1075
    [DEP] vp9/encoder/vp9_rd.c.d
1076
    [DEP] vp9/encoder/vp9_ratectrl.c.d
1077
    [DEP] vp9/encoder/vp9_quantize.c.d
1078
    [DEP] vp9/encoder/vp9_picklpf.c.d
1079
    [DEP] vp9/encoder/vp9_encoder.c.d
1080
    [DEP] vp9/encoder/vp9_mcomp.c.d
1081
    [DEP] vp9/encoder/vp9_multi_thread.c.d
1082
    [DEP] vp9/encoder/vp9_lookahead.c.d
1083
    [DEP] vp9/encoder/vp9_frame_scale.c.d
1084
    [DEP] vp9/encoder/vp9_firstpass.c.d
1085
    [DEP] vp9/encoder/vp9_extend.c.d
1086
    [DEP] vp9/encoder/vp9_ethread.c.d
1087
    [DEP] vp9/encoder/vp9_encodemv.c.d
1088
    [DEP] vp9/encoder/vp9_encodemb.c.d
1089
    [DEP] vp9/encoder/vp9_encodeframe.c.d
1090
    [DEP] vp9/encoder/vp9_dct.c.d
1091
    [DEP] vp9/encoder/vp9_cost.c.d
1092
    [DEP] vp9/encoder/vp9_context_tree.c.d
1093
    [DEP] vp9/encoder/vp9_bitstream.c.d
1094
    [DEP] vp9/vp9_cx_iface.c.d
1095
    [DEP] vp9/common/x86/vp9_idct_intrin_sse2.c.d
1096
    [DEP] vp9/common/vp9_scan.c.d
1097
    [DEP] vp9/common/vp9_common_data.c.d
1098
    [DEP] vp9/common/vp9_reconintra.c.d
1099
    [DEP] vp9/common/vp9_reconinter.c.d
1100
    [DEP] vp9/common/vp9_quant_common.c.d
1101
    [DEP] vp9/common/vp9_mvref_common.c.d
1102
    [DEP] vp9/common/vp9_thread_common.c.d
1103
    [DEP] vp9/common/vp9_loopfilter.c.d
1104
    [DEP] vp9/common/vp9_tile_common.c.d
1105
    [DEP] vp9/common/vp9_seg_common.c.d
1106
    [DEP] vp9/common/vp9_scale.c.d
1107
    [DEP] vp9/common/vp9_rtcd.c.d
1108
    [DEP] vp9/common/vp9_pred_common.c.d
1109
    [DEP] vp9/common/vp9_filter.c.d
1110
    [DEP] vp9/common/vp9_idct.c.d
1111
    [DEP] vp9/common/vp9_frame_buffers.c.d
1112
    [DEP] vp9/common/vp9_entropymv.c.d
1113
    [DEP] vp9/common/vp9_entropymode.c.d
1114
    [DEP] vp9/common/vp9_entropy.c.d
1115
    [DEP] vp9/common/vp9_blockd.c.d
1116
    [DEP] vp9/common/vp9_alloccommon.c.d
1117
    [DEP] vp9/vp9_iface_common.c.d
1118
    [DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d
1119
    [DEP] vp8/common/x86/mfqe_sse2.asm.d
1120
    [DEP] vp8/common/x86/subpixel_ssse3.asm.d
1121
    [DEP] vp8/common/x86/iwalsh_sse2.asm.d
1122
    [DEP] vp8/common/x86/loopfilter_sse2.asm.d
1123
    [DEP] vp8/common/x86/subpixel_sse2.asm.d
1124
    [DEP] vp8/common/x86/recon_sse2.asm.d
1125
    [DEP] vp8/common/x86/idctllm_sse2.asm.d
1126
    [DEP] vp8/common/x86/subpixel_mmx.asm.d
1127
    [DEP] vp8/common/x86/recon_mmx.asm.d
1128
    [DEP] vp8/common/x86/idctllm_mmx.asm.d
1129
    [DEP] vp8/common/x86/dequantize_mmx.asm.d
1130
    [DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d
1131
    [DEP] vp8/encoder/x86/block_error_sse2.asm.d
1132
    [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d
1133
    [DEP] vp8/encoder/x86/dct_sse2.asm.d
1134
    [DEP] vp8/encoder/x86/copy_sse3.asm.d
1135
    [DEP] vp8/encoder/x86/copy_sse2.asm.d
1136
    [DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d
1137
    [DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d
1138
    [DEP] vpx_dsp/x86/subtract_sse2.asm.d
1139
    [DEP] vpx_dsp/x86/sad_sse2.asm.d
1140
    [DEP] vpx_dsp/x86/sad4d_sse2.asm.d
1141
    [DEP] vpx_dsp/x86/sad_sse4.asm.d
1142
    [DEP] vpx_dsp/x86/sad_ssse3.asm.d
1143
    [DEP] vpx_dsp/x86/sad_sse3.asm.d
1144
    [DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d
1145
    [DEP] vpx_dsp/x86/inv_wht_sse2.asm.d
1146
    [DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d
1147
    [DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d
1148
    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d
1149
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d
1150
    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d
1151
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d
1152
    [DEP] vpx_dsp/x86/deblock_sse2.asm.d
1153
    [DEP] vpx_dsp/x86/add_noise_sse2.asm.d
1154
    [DEP] vpx_dsp/x86/intrapred_ssse3.asm.d
1155
    [DEP] vpx_dsp/x86/intrapred_sse2.asm.d
1156
    [DEP] vpx_ports/emms_mmx.asm.d
1157
    [DEP] vpx_config.c.d
1158
    [DEP] vp9/decoder/vp9_job_queue.c.d
1159
    [DEP] vp9/decoder/vp9_dsubexp.c.d
1160
    [DEP] vp9/decoder/vp9_decoder.c.d
1161
    [DEP] vp9/decoder/vp9_detokenize.c.d
1162
    [DEP] vp9/decoder/vp9_decodeframe.c.d
1163
    [DEP] vp9/decoder/vp9_decodemv.c.d
1164
    [DEP] vp9/vp9_dx_iface.c.d
1165
    [DEP] vp8/decoder/threading.c.d
1166
    [DEP] vp8/decoder/onyxd_if.c.d
1167
    [DEP] vp8/decoder/detokenize.c.d
1168
    [DEP] vp8/decoder/decodeframe.c.d
1169
    [DEP] vp8/decoder/decodemv.c.d
1170
    [DEP] vp8/decoder/dboolhuff.c.d
1171
    [DEP] vp8/vp8_dx_iface.c.d
1172
    [DEP] vp8/common/x86/bilinear_filter_sse2.c.d
1173
    [DEP] vp8/common/x86/idct_blk_sse2.c.d
1174
    [DEP] vp8/common/x86/idct_blk_mmx.c.d
1175
    [DEP] vp8/common/postproc.c.d
1176
    [DEP] vp8/common/mfqe.c.d
1177
    [DEP] vp8/common/x86/loopfilter_x86.c.d
1178
    [DEP] vp8/common/x86/vp8_asm_stubs.c.d
1179
    [DEP] vp8/common/treecoder.c.d
1180
    [DEP] vp8/common/swapyv12buffer.c.d
1181
    [DEP] vp8/common/setupintrarecon.c.d
1182
    [DEP] vp8/common/reconintra4x4.c.d
1183
    [DEP] vp8/common/reconintra.c.d
1184
    [DEP] vp8/common/reconinter.c.d
1185
    [DEP] vp8/common/quant_common.c.d
1186
    [DEP] vp8/common/modecont.c.d
1187
    [DEP] vp8/common/mbpitch.c.d
1188
    [DEP] vp8/common/loopfilter_filters.c.d
1189
    [DEP] vp8/common/vp8_loopfilter.c.d
1190
    [DEP] vp8/common/rtcd.c.d
1191
    [DEP] vp8/common/idctllm.c.d
1192
    [DEP] vp8/common/idct_blk.c.d
1193
    [DEP] vp8/common/generic/systemdependent.c.d
1194
    [DEP] vp8/common/findnearmv.c.d
1195
    [DEP] vp8/common/filter.c.d
1196
    [DEP] vp8/common/extend.c.d
1197
    [DEP] vp8/common/entropymv.c.d
1198
    [DEP] vp8/common/entropymode.c.d
1199
    [DEP] vp8/common/entropy.c.d
1200
    [DEP] vp8/common/dequantize.c.d
1201
    [DEP] vp8/common/blockd.c.d
1202
    [DEP] vp8/common/alloccommon.c.d
1203
    [DEP] vp8/encoder/x86/vp8_enc_stubs_sse2.c.d
1204
    [DEP] vp8/encoder/x86/denoising_sse2.c.d
1205
    [DEP] vp8/encoder/x86/quantize_sse4.c.d
1206
    [DEP] vp8/encoder/x86/vp8_quantize_ssse3.c.d
1207
    [DEP] vp8/encoder/x86/vp8_quantize_sse2.c.d
1208
    [DEP] vp8/encoder/temporal_filter.c.d
1209
    [DEP] vp8/encoder/treewriter.c.d
1210
    [DEP] vp8/encoder/tokenize.c.d
1211
    [DEP] vp8/common/vp8_skin_detection.c.d
1212
    [DEP] vp8/encoder/segmentation.c.d
1213
    [DEP] vp8/encoder/rdopt.c.d
1214
    [DEP] vp8/encoder/ratectrl.c.d
1215
    [DEP] vp8/encoder/vp8_quantize.c.d
1216
    [DEP] vp8/encoder/picklpf.c.d
1217
    [DEP] vp8/encoder/pickinter.c.d
1218
    [DEP] vp8/encoder/onyx_if.c.d
1219
    [DEP] vp8/encoder/modecosts.c.d
1220
    [DEP] vp8/encoder/mcomp.c.d
1221
    [DEP] vp8/encoder/lookahead.c.d
1222
    [DEP] vp8/encoder/denoising.c.d
1223
    [DEP] vp8/encoder/firstpass.c.d
1224
    [DEP] vp8/encoder/ethreading.c.d
1225
    [DEP] vp8/encoder/encodemv.c.d
1226
    [DEP] vp8/encoder/encodemb.c.d
1227
    [DEP] vp8/encoder/encodeintra.c.d
1228
    [DEP] vp8/encoder/encodeframe.c.d
1229
    [DEP] vp8/encoder/dct.c.d
1230
    [DEP] vp8/encoder/copy_c.c.d
1231
    [DEP] vp8/encoder/boolhuff.c.d
1232
    [DEP] vp8/encoder/bitstream.c.d
1233
    [DEP] vp8/vp8_cx_iface.c.d
1234
    [DEP] vpx_util/vpx_write_yuv_frame.c.d
1235
    [DEP] vpx_util/vpx_thread.c.d
1236
    [DEP] vpx_dsp/vpx_dsp_rtcd.c.d
1237
    [DEP] vpx_dsp/x86/variance_avx2.c.d
1238
    [DEP] vpx_dsp/x86/variance_sse2.c.d
1239
    [DEP] vpx_dsp/x86/avg_pred_sse2.c.d
1240
    [DEP] vpx_dsp/variance.c.d
1241
    [DEP] vpx_dsp/x86/sad4d_avx512.c.d
1242
    [DEP] vpx_dsp/x86/sad_avx2.c.d
1243
    [DEP] vpx_dsp/x86/sad4d_avx2.c.d
1244
    [DEP] vpx_dsp/x86/sum_squares_sse2.c.d
1245
    [DEP] vpx_dsp/sum_squares.c.d
1246
    [DEP] vpx_dsp/subtract.c.d
1247
    [DEP] vpx_dsp/sad.c.d
1248
    [DEP] vpx_dsp/skin_detection.c.d
1249
    [DEP] vpx_dsp/x86/avg_intrin_avx2.c.d
1250
    [DEP] vpx_dsp/x86/avg_intrin_sse2.c.d
1251
    [DEP] vpx_dsp/avg.c.d
1252
    [DEP] vpx_dsp/x86/quantize_avx.c.d
1253
    [DEP] vpx_dsp/x86/quantize_ssse3.c.d
1254
    [DEP] vpx_dsp/x86/quantize_sse2.c.d
1255
    [DEP] vpx_dsp/quantize.c.d
1256
    [DEP] vpx_dsp/x86/inv_txfm_ssse3.c.d
1257
    [DEP] vpx_dsp/x86/inv_txfm_sse2.c.d
1258
    [DEP] vpx_dsp/inv_txfm.c.d
1259
    [DEP] vpx_dsp/x86/fwd_txfm_avx2.c.d
1260
    [DEP] vpx_dsp/x86/fwd_txfm_sse2.c.d
1261
    [DEP] vpx_dsp/fwd_txfm.c.d
1262
    [DEP] vpx_dsp/x86/loopfilter_avx2.c.d
1263
    [DEP] vpx_dsp/x86/loopfilter_sse2.c.d
1264
    [DEP] vpx_dsp/loopfilter.c.d
1265
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.d
1266
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.d
1267
    [DEP] vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c.d
1268
    [DEP] vpx_dsp/vpx_convolve.c.d
1269
    [DEP] vpx_dsp/x86/post_proc_sse2.c.d
1270
    [DEP] vpx_dsp/deblock.c.d
1271
    [DEP] vpx_dsp/add_noise.c.d
1272
    [DEP] vpx_dsp/intrapred.c.d
1273
    [DEP] vpx_dsp/bitreader_buffer.c.d
1274
    [DEP] vpx_dsp/bitreader.c.d
1275
    [DEP] vpx_dsp/psnr.c.d
1276
    [DEP] vpx_dsp/bitwriter_buffer.c.d
1277
    [DEP] vpx_dsp/bitwriter.c.d
1278
    [DEP] vpx_dsp/prob.c.d
1279
    [DEP] vpx_scale/vpx_scale_rtcd.c.d
1280
    [DEP] vpx_scale/generic/gen_scalers.c.d
1281
    [DEP] vpx_scale/generic/yv12extend.c.d
1282
    [DEP] vpx_scale/generic/yv12config.c.d
1283
    [DEP] vpx_scale/generic/vpx_scale.c.d
1284
    [DEP] vpx_mem/vpx_mem.c.d
1285
    [DEP] vpx/src/vpx_image.c.d
1286
    [DEP] vpx/src/vpx_codec.c.d
1287
    [DEP] vpx/src/vpx_encoder.c.d
1288
    [DEP] vpx/src/vpx_decoder.c.d
1289
    [CREATE] vpx_config.asm
1290
    [DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d
1291
    [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
1292
    [DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d
1293
    [DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d
1294
    [DEP] vp8/common/x86/mfqe_sse2.asm.d
1295
    [DEP] vp8/common/x86/subpixel_ssse3.asm.d
1296
    [DEP] vp8/common/x86/iwalsh_sse2.asm.d
1297
    [DEP] vp8/common/x86/loopfilter_sse2.asm.d
1298
    [DEP] vp8/common/x86/subpixel_sse2.asm.d
1299
    [DEP] vp8/common/x86/recon_sse2.asm.d
1300
    [DEP] vp8/common/x86/idctllm_sse2.asm.d
1301
    [DEP] vp8/common/x86/subpixel_mmx.asm.d
1302
    [DEP] vp8/common/x86/recon_mmx.asm.d
1303
    [DEP] vp8/common/x86/idctllm_mmx.asm.d
1304
    [DEP] vp8/common/x86/dequantize_mmx.asm.d
1305
    [DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d
1306
    [DEP] vp8/encoder/x86/block_error_sse2.asm.d
1307
    [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d
1308
    [DEP] vp8/encoder/x86/dct_sse2.asm.d
1309
    [DEP] vp8/encoder/x86/copy_sse3.asm.d
1310
    [DEP] vp8/encoder/x86/copy_sse2.asm.d
1311
    [DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d
1312
    [DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d
1313
    [DEP] vpx_dsp/x86/subtract_sse2.asm.d
1314
    [DEP] vpx_dsp/x86/sad_sse2.asm.d
1315
    [DEP] vpx_dsp/x86/sad4d_sse2.asm.d
1316
    [DEP] vpx_dsp/x86/sad_sse4.asm.d
1317
    [DEP] vpx_dsp/x86/sad_ssse3.asm.d
1318
    [DEP] vpx_dsp/x86/sad_sse3.asm.d
1319
    [DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d
1320
    [DEP] vpx_dsp/x86/inv_wht_sse2.asm.d
1321
    [DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d
1322
    [DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d
1323
    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d
1324
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d
1325
    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d
1326
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d
1327
    [DEP] vpx_dsp/x86/deblock_sse2.asm.d
1328
    [DEP] vpx_dsp/x86/add_noise_sse2.asm.d
1329
    [DEP] vpx_dsp/x86/intrapred_ssse3.asm.d
1330
    [DEP] vpx_dsp/x86/intrapred_sse2.asm.d
1331
    [DEP] vpx_ports/emms_mmx.asm.d
1332
    [CC] vpx/src/vpx_decoder.c.o
1333
    [CC] vpx/src/vpx_encoder.c.o
1334
    [CC] vpx/src/vpx_codec.c.o
1335
    [CC] vpx/src/vpx_image.c.o
1336
    [CC] vpx_mem/vpx_mem.c.o
1337
    [CC] vpx_scale/generic/vpx_scale.c.o
1338
    [CC] vpx_scale/generic/yv12config.c.o
1339
    [CC] vpx_scale/generic/yv12extend.c.o
1340
    [CC] vpx_scale/generic/gen_scalers.c.o
1341
    [CC] vpx_scale/vpx_scale_rtcd.c.o
1342
    [CC] vpx_dsp/prob.c.o
1343
    [CC] vpx_dsp/bitwriter.c.o
1344
    [CC] vpx_dsp/bitwriter_buffer.c.o
1345
    [CC] vpx_dsp/psnr.c.o
1346
    [CC] vpx_dsp/bitreader.c.o
1347
    [CC] vpx_dsp/bitreader_buffer.c.o
1348
    [CC] vpx_dsp/intrapred.c.o
1349
    [CC] vpx_dsp/add_noise.c.o
1350
    [CC] vpx_dsp/deblock.c.o
1351
    [CC] vpx_dsp/x86/post_proc_sse2.c.o
1352
    [CC] vpx_dsp/vpx_convolve.c.o
1353
    [CC] vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c.o
1354
    [CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.o
1355
    [CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.o
1356
    [CC] vpx_dsp/loopfilter.c.o
1357
    [CC] vpx_dsp/x86/loopfilter_sse2.c.o
1358
    [CC] vpx_dsp/x86/loopfilter_avx2.c.o
1359
    [CC] vpx_dsp/fwd_txfm.c.o
1360
    [CC] vpx_dsp/x86/fwd_txfm_sse2.c.o
1361
    [CC] vpx_dsp/x86/fwd_txfm_avx2.c.o
1362
    [CC] vpx_dsp/inv_txfm.c.o
1363
    [CC] vpx_dsp/x86/inv_txfm_sse2.c.o
1364
    [CC] vpx_dsp/x86/inv_txfm_ssse3.c.o
1365
    [CC] vpx_dsp/quantize.c.o
1366
    [CC] vpx_dsp/x86/quantize_sse2.c.o
1367
    [CC] vpx_dsp/x86/quantize_ssse3.c.o
1368
    [CC] vpx_dsp/x86/quantize_avx.c.o
1369
    [CC] vpx_dsp/avg.c.o
1370
    [CC] vpx_dsp/x86/avg_intrin_sse2.c.o
1371
    [CC] vpx_dsp/x86/avg_intrin_avx2.c.o
1372
    [CC] vpx_dsp/skin_detection.c.o
1373
    [CC] vpx_dsp/sad.c.o
1374
    [CC] vpx_dsp/subtract.c.o
1375
    [CC] vpx_dsp/sum_squares.c.o
1376
    [CC] vpx_dsp/x86/sum_squares_sse2.c.o
1377
    [CC] vpx_dsp/x86/sad4d_avx2.c.o
1378
    [CC] vpx_dsp/x86/sad_avx2.c.o
1379
    [CC] vpx_dsp/x86/sad4d_avx512.c.o
1380
    [CC] vpx_dsp/variance.c.o
1381
    [CC] vpx_dsp/x86/avg_pred_sse2.c.o
1382
    [CC] vpx_dsp/x86/variance_sse2.c.o
1383
    [CC] vpx_dsp/x86/variance_avx2.c.o
1384
    [CC] vpx_dsp/vpx_dsp_rtcd.c.o
1385
    [CC] vpx_util/vpx_thread.c.o
1386
    [CC] vpx_util/vpx_write_yuv_frame.c.o
1387
    [CC] vp8/common/alloccommon.c.o
1388
    [CC] vp8/common/blockd.c.o
1389
    [CC] vp8/common/dequantize.c.o
1390
    [CC] vp8/common/entropy.c.o
1391
    [CC] vp8/common/entropymode.c.o
1392
    [CC] vp8/common/entropymv.c.o
1393
    [CC] vp8/common/extend.c.o
1394
    [CC] vp8/common/filter.c.o
1395
    [CC] vp8/common/findnearmv.c.o
1396
    [CC] vp8/common/generic/systemdependent.c.o
1397
    [CC] vp8/common/idct_blk.c.o
1398
    [CC] vp8/common/idctllm.c.o
1399
    [CC] vp8/common/rtcd.c.o
1400
    [CC] vp8/common/vp8_loopfilter.c.o
1401
    [CC] vp8/common/loopfilter_filters.c.o
1402
    [CC] vp8/common/mbpitch.c.o
1403
    [CC] vp8/common/modecont.c.o
1404
    [CC] vp8/common/quant_common.c.o
1405
    [CC] vp8/common/reconinter.c.o
1406
    [CC] vp8/common/reconintra.c.o
1407
    [CC] vp8/common/reconintra4x4.c.o
1408
    [CC] vp8/common/setupintrarecon.c.o
1409
    [CC] vp8/common/swapyv12buffer.c.o
1410
    [CC] vp8/common/treecoder.c.o
1411
    [CC] vp8/common/x86/vp8_asm_stubs.c.o
1412
    [CC] vp8/common/x86/loopfilter_x86.c.o
1413
    [CC] vp8/common/mfqe.c.o
1414
    [CC] vp8/common/postproc.c.o
1415
    [CC] vp8/common/x86/idct_blk_mmx.c.o
1416
    [CC] vp8/common/x86/idct_blk_sse2.c.o
1417
    [CC] vp8/common/x86/bilinear_filter_sse2.c.o
1418
    [CC] vp8/vp8_cx_iface.c.o
1419
    [CC] vp8/encoder/bitstream.c.o
1420
    [CC] vp8/encoder/boolhuff.c.o
1421
    [CC] vp8/encoder/copy_c.c.o
1422
    [CC] vp8/encoder/dct.c.o
1423
    [CC] vp8/encoder/encodeframe.c.o
1424
    [CC] vp8/encoder/encodeintra.c.o
1425
    [CC] vp8/encoder/encodemb.c.o
1426
    [CC] vp8/encoder/encodemv.c.o
1427
    [CC] vp8/encoder/ethreading.c.o
1428
    [CC] vp8/encoder/firstpass.c.o
1429
    [CC] vp8/encoder/denoising.c.o
1430
    [CC] vp8/encoder/lookahead.c.o
1431
    [CC] vp8/encoder/mcomp.c.o
1432
    [CC] vp8/encoder/modecosts.c.o
1433
    [CC] vp8/encoder/onyx_if.c.o
1434
    [CC] vp8/encoder/pickinter.c.o
1435
    [CC] vp8/encoder/picklpf.c.o
1436
    [CC] vp8/encoder/vp8_quantize.c.o
1437
    [CC] vp8/encoder/ratectrl.c.o
1438
    [CC] vp8/encoder/rdopt.c.o
1439
    [CC] vp8/encoder/segmentation.c.o
1440
    [CC] vp8/common/vp8_skin_detection.c.o
1441
    [CC] vp8/encoder/tokenize.c.o
1442
    [CC] vp8/encoder/treewriter.c.o
1443
    [CC] vp8/encoder/temporal_filter.c.o
1444
    [CC] vp8/encoder/x86/vp8_quantize_sse2.c.o
1445
    [CC] vp8/encoder/x86/vp8_quantize_ssse3.c.o
1446
    [CC] vp8/encoder/x86/quantize_sse4.c.o
1447
    [CC] vp8/encoder/x86/denoising_sse2.c.o
1448
    [CC] vp8/encoder/x86/vp8_enc_stubs_sse2.c.o
1449
    [CC] vp8/vp8_dx_iface.c.o
1450
    [CC] vp8/decoder/dboolhuff.c.o
1451
    [CC] vp8/decoder/decodemv.c.o
1452
    [CC] vp8/decoder/decodeframe.c.o
1453
    [CC] vp8/decoder/detokenize.c.o
1454
    [CC] vp8/decoder/onyxd_if.c.o
1455
    [CC] vp8/decoder/threading.c.o
1456
    [CC] vp9/vp9_iface_common.c.o
1457
    [CC] vp9/common/vp9_alloccommon.c.o
1458
    [CC] vp9/common/vp9_blockd.c.o
1459
    [CC] vp9/common/vp9_entropy.c.o
1460
    [CC] vp9/common/vp9_entropymode.c.o
1461
    [CC] vp9/common/vp9_entropymv.c.o
1462
    [CC] vp9/common/vp9_frame_buffers.c.o
1463
    [CC] vp9/common/vp9_idct.c.o
1464
    [CC] vp9/common/vp9_filter.c.o
1465
    [CC] vp9/common/vp9_pred_common.c.o
1466
    [CC] vp9/common/vp9_rtcd.c.o
1467
    [CC] vp9/common/vp9_scale.c.o
1468
    [CC] vp9/common/vp9_seg_common.c.o
1469
    [CC] vp9/common/vp9_tile_common.c.o
1470
    [CC] vp9/common/vp9_loopfilter.c.o
1471
    [CC] vp9/common/vp9_thread_common.c.o
1472
    [CC] vp9/common/vp9_mvref_common.c.o
1473
    [CC] vp9/common/vp9_quant_common.c.o
1474
    [CC] vp9/common/vp9_reconinter.c.o
1475
    [CC] vp9/common/vp9_reconintra.c.o
1476
    [CC] vp9/common/vp9_common_data.c.o
1477
    [CC] vp9/common/vp9_scan.c.o
1478
    [CC] vp9/common/x86/vp9_idct_intrin_sse2.c.o
1479
    [CC] vp9/vp9_cx_iface.c.o
1480
    [CC] vp9/encoder/vp9_bitstream.c.o
1481
    [CC] vp9/encoder/vp9_context_tree.c.o
1482
    [CC] vp9/encoder/vp9_cost.c.o
1483
    [CC] vp9/encoder/vp9_dct.c.o
1484
    [CC] vp9/encoder/vp9_encodeframe.c.o
1485
    [CC] vp9/encoder/vp9_encodemb.c.o
1486
    [CC] vp9/encoder/vp9_encodemv.c.o
1487
    [CC] vp9/encoder/vp9_ethread.c.o
1488
    [CC] vp9/encoder/vp9_extend.c.o
1489
    [CC] vp9/encoder/vp9_firstpass.c.o
1490
    [CC] vp9/encoder/vp9_frame_scale.c.o
1491
    [CC] vp9/encoder/vp9_lookahead.c.o
1492
    [CC] vp9/encoder/vp9_multi_thread.c.o
1493
    [CC] vp9/encoder/vp9_mcomp.c.o
1494
    [CC] vp9/encoder/vp9_encoder.c.o
1495
    [CC] vp9/encoder/vp9_picklpf.c.o
1496
    [CC] vp9/encoder/vp9_quantize.c.o
1497
    [CC] vp9/encoder/vp9_ratectrl.c.o
1498
    [CC] vp9/encoder/vp9_rd.c.o
1499
    [CC] vp9/encoder/vp9_rdopt.c.o
1500
    [CC] vp9/encoder/vp9_pickmode.c.o
1501
    [CC] vp9/encoder/vp9_segmentation.c.o
1502
    [CC] vp9/encoder/vp9_speed_features.c.o
1503
    [CC] vp9/encoder/vp9_subexp.c.o
1504
    [CC] vp9/encoder/vp9_svc_layercontext.c.o
1505
    [CC] vp9/encoder/vp9_resize.c.o
1506
    [CC] vp9/encoder/vp9_tokenize.c.o
1507
    [CC] vp9/encoder/vp9_treewriter.c.o
1508
    [CC] vp9/encoder/vp9_aq_variance.c.o
1509
    [CC] vp9/encoder/vp9_aq_360.c.o
1510
    [CC] vp9/encoder/vp9_aq_cyclicrefresh.c.o
1511
    [CC] vp9/encoder/vp9_aq_complexity.c.o
1512
    [CC] vp9/encoder/vp9_alt_ref_aq.c.o
1513
    [CC] vp9/encoder/vp9_skin_detection.c.o
1514
    [CC] vp9/encoder/vp9_noise_estimate.c.o
1515
    [CC] vp9/encoder/vp9_temporal_filter.c.o
1516
    [CC] vp9/encoder/vp9_mbgraph.c.o
1517
    [CC] vp9/encoder/x86/temporal_filter_sse4.c.o
1518
    [CC] vp9/encoder/x86/vp9_quantize_sse2.c.o
1519
    [CC] vp9/encoder/x86/vp9_quantize_avx2.c.o
1520
    [CC] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.o
1521
    [CC] vp9/encoder/x86/vp9_dct_intrin_sse2.c.o
1522
    [CC] vp9/encoder/x86/vp9_frame_scale_ssse3.c.o
1523
    [CC] vp9/encoder/x86/vp9_error_avx2.c.o
1524
    [CC] vp9/vp9_dx_iface.c.o
1525
    [CC] vp9/decoder/vp9_decodemv.c.o
1526
    [CC] vp9/decoder/vp9_decodeframe.c.o
1527
    [CC] vp9/decoder/vp9_detokenize.c.o
1528
    [CC] vp9/decoder/vp9_decoder.c.o
1529
    [CC] vp9/decoder/vp9_dsubexp.c.o
1530
    [CC] vp9/decoder/vp9_job_queue.c.o
1531
    [CC] vpx_config.c.o
1532
    [AS] vpx_ports/emms_mmx.asm.o
1533
    [AS] vpx_dsp/x86/intrapred_sse2.asm.o
1534
    [AS] vpx_dsp/x86/intrapred_ssse3.asm.o
1535
    [AS] vpx_dsp/x86/add_noise_sse2.asm.o
1536
    [AS] vpx_dsp/x86/deblock_sse2.asm.o
1537
    [AS] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.o
1538
    [AS] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.o
1539
    [AS] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.o
1540
    [AS] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.o
1541
    [AS] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.o
1542
    [AS] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.o
1543
    [AS] vpx_dsp/x86/inv_wht_sse2.asm.o
1544
    [AS] vpx_dsp/x86/avg_ssse3_x86_64.asm.o
1545
    [AS] vpx_dsp/x86/sad_sse3.asm.o
1546
    [AS] vpx_dsp/x86/sad_ssse3.asm.o
1547
    [AS] vpx_dsp/x86/sad_sse4.asm.o
1548
    [AS] vpx_dsp/x86/sad4d_sse2.asm.o
1549
    [AS] vpx_dsp/x86/sad_sse2.asm.o
1550
    [AS] vpx_dsp/x86/subtract_sse2.asm.o
1551
    [AS] vpx_dsp/x86/ssim_opt_x86_64.asm.o
1552
    [AS] vpx_dsp/x86/subpel_variance_sse2.asm.o
1553
    [AS] vp8/common/x86/dequantize_mmx.asm.o
1554
    [AS] vp8/common/x86/idctllm_mmx.asm.o
1555
    [AS] vp8/common/x86/recon_mmx.asm.o
1556
    [AS] vp8/common/x86/subpixel_mmx.asm.o
1557
    [AS] vp8/common/x86/idctllm_sse2.asm.o
1558
    [AS] vp8/common/x86/recon_sse2.asm.o
1559
    [AS] vp8/common/x86/subpixel_sse2.asm.o
1560
    [AS] vp8/common/x86/loopfilter_sse2.asm.o
1561
    [AS] vp8/common/x86/iwalsh_sse2.asm.o
1562
    [AS] vp8/common/x86/subpixel_ssse3.asm.o
1563
    [AS] vp8/common/x86/mfqe_sse2.asm.o
1564
    [AS] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.o
1565
    [AS] vp8/encoder/x86/copy_sse2.asm.o
1566
    [AS] vp8/encoder/x86/copy_sse3.asm.o
1567
    [AS] vp8/encoder/x86/dct_sse2.asm.o
1568
    [AS] vp8/encoder/x86/fwalsh_sse2.asm.o
1569
    [AS] vp8/encoder/x86/block_error_sse2.asm.o
1570
    [AS] vp8/encoder/x86/temporal_filter_apply_sse2.asm.o
1571
    [AS] vp9/encoder/x86/vp9_dct_sse2.asm.o
1572
    [AS] vp9/encoder/x86/vp9_error_sse2.asm.o
1573
    [AS] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.o
1574
    [AR] libvpx_g.a
1575
    [STRIP] libvpx.a < libvpx_g.a
1576
    [CREATE] vpx.pc
1577
    [CXX] vp9/ratectrl_rtc.cc.o
1578
    [AR] libvp9rc_g.a
1579
    [STRIP] libvp9rc.a < libvp9rc_g.a
1580
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8.h
1581
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8cx.h
1582
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8dx.h
1583
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_codec.h
1584
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_frame_buffer.h
1585
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_image.h
1586
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_integer.h
1587
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_decoder.h
1588
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_encoder.h
1589
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvpx.a
1590
    [INSTALL] /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/vpx.pc
1591
    [DEP] tools/tiny_ssim.c.d
1592
    [DEP] y4minput.c.d
1593
    [CC] y4minput.c.o
1594
    [CC] tools/tiny_ssim.c.o
1595
    [LD] tools/tiny_ssim
1596
make[4]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvpx-1.9.0'
1597
WGET            https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.4.tar.gz
1598
2022-11-29 22:08:33 URL:https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.4.tar.gz [589570/589570] -> "/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4.tar.gz" [1]
1599
SHA1SUM test '851cef020b346d44893e5d1c3dab83c675d479d9' == '851cef020b346d44893e5d1c3dab83c675d479d9': OK
1600
UNTAR           libogg-1.3.4.tar.gz
1601
cd /home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4 && \
1602
        CC="gcc -fPIE" FFMPEG_PREFIX=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/home/debian/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
1603
        --libdir=/ffmpeg/lib
1604
checking build system type... x86_64-pc-linux-gnu
1605
checking host system type... x86_64-pc-linux-gnu
1606
checking how to print strings... printf
1607
checking for gcc... gcc -fPIE
1608
checking whether the C compiler works... yes
1609
checking for C compiler default output file name... a.out
1610
checking for suffix of executables...
1611
checking whether we are cross compiling... no
1612
checking for suffix of object files... o
1613
checking whether we are using the GNU C compiler... yes
1614
checking whether gcc -fPIE accepts -g... yes
1615
checking for gcc -fPIE option to accept ISO C89... none needed
1616
checking whether gcc -fPIE understands -c and -o together... yes
1617
checking for a sed that does not truncate output... /usr/bin/sed
1618
checking for grep that handles long lines and -e... /usr/bin/grep
1619
checking for egrep... /usr/bin/grep -E
1620
checking for fgrep... /usr/bin/grep -F
1621
checking for ld used by gcc -fPIE... /usr/bin/ld
1622
checking if the linker (/usr/bin/ld) is GNU ld... yes
1623
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
1624
checking the name lister (/usr/bin/nm -B) interface... BSD nm
1625
checking whether ln -s works... yes
1626
checking the maximum length of command line arguments... 1572864
1627
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
1628
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
1629
checking for /usr/bin/ld option to reload object files... -r
1630
checking for objdump... objdump
1631
checking how to recognize dependent libraries... pass_all
1632
checking for dlltool... no
1633
checking how to associate runtime and link libraries... printf %s\n
1634
checking for ar... ar
1635
checking for archiver @FILE support... @
1636
checking for strip... strip
1637
checking for ranlib... ranlib
1638
checking for gawk... no
1639
checking for mawk... mawk
1640
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok
1641
checking for sysroot... no
1642
checking for a working dd... /usr/bin/dd
1643
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
1644
checking for mt... mt
1645
checking if mt is a manifest tool... no
1646
checking how to run the C preprocessor... gcc -fPIE -E
1647
checking for ANSI C header files... yes
1648
checking for sys/types.h... yes
1649
checking for sys/stat.h... yes
1650
checking for stdlib.h... yes
1651
checking for string.h... yes
1652
checking for memory.h... yes
1653
checking for strings.h... yes
1654
checking for inttypes.h... yes
1655
checking for stdint.h... yes
1656
checking for unistd.h... yes
1657
checking for dlfcn.h... yes
1658
checking for objdir... .libs
1659
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
1660
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
1661
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
1662
checking if gcc -fPIE static flag -static works... yes
1663
checking if gcc -fPIE supports -c -o file.o... yes
1664
checking if gcc -fPIE supports -c -o file.o... (cached) yes
1665
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
1666
checking dynamic linker characteristics... GNU/Linux ld.so
1667
checking how to hardcode library paths into programs... immediate
1668
checking whether stripping libraries is possible... yes
1669
checking if libtool supports shared libraries... yes
1670
checking whether to build shared libraries... no
1671
checking whether to build static libraries... yes
1672
checking for a BSD-compatible install... /usr/bin/install -c
1673
checking whether build environment is sane... yes
1674
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
1675
checking whether make sets $(MAKE)... yes
1676
checking whether make supports the include directive... yes (GNU style)
1677
checking whether make supports nested variables... yes
1678
checking dependency style of gcc -fPIE... gcc3
1679
checking whether to enable maintainer-specific portions of Makefiles... yes
1680
checking for gcc... (cached) gcc -fPIE
1681
checking whether we are using the GNU C compiler... (cached) yes
1682
checking whether gcc -fPIE accepts -g... (cached) yes
1683
checking for gcc -fPIE option to accept ISO C89... (cached) none needed
1684
checking whether gcc -fPIE understands -c and -o together... (cached) yes
1685
checking for ANSI C header files... (cached) yes
1686
checking for inttypes.h... (cached) yes
1687
checking for stdint.h... (cached) yes
1688
checking for sys/types.h... (cached) yes
1689
checking for an ANSI C-conforming const... yes
1690
checking size of int16_t... 2
1691
checking size of uint16_t... 2
1692
checking size of u_int16_t... 2
1693
checking size of int32_t... 4
1694
checking size of uint32_t... 4
1695
checking size of u_int32_t... 4
1696
checking size of int64_t... 8
1697
checking size of uint64_t... 8
1698
checking size of short... 2
1699
checking size of int... 4
1700
checking size of long... 8
1701
checking size of long long... 8
1702
checking for working memcmp... yes
1703
checking that generated files are newer than configure... done
1704
configure: creating ./config.status
1705
config.status: creating Makefile
1706
config.status: creating src/Makefile
1707
config.status: creating doc/Makefile
1708
config.status: creating doc/libogg/Makefile
1709
config.status: creating include/Makefile
1710
config.status: creating include/ogg/Makefile
1711
config.status: creating include/ogg/config_types.h
1712
config.status: creating libogg.spec
1713
config.status: creating ogg.pc
1714
config.status: creating ogg-uninstalled.pc
1715
config.status: creating config.h
1716
config.status: executing libtool commands
1717
config.status: executing depfiles commands
1718
DESTDIR=/home/debian/tvheadend/build.linux/ffmpeg/build \
1719
        make -C /home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4 install
1720
make[4]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1721
Making install in src
1722
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
1723
gcc -fPIE -DHAVE_CONFIG_H -I. -I..  -I../include -I../include  -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_bitwise-bitwise.o-MD -MP -MF .deps/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c
1724
mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
1725
/bin/bash ../libtool  --tag=CC   --mode=link gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2   -o test_bitwise test_bitwise-bitwise.o
1726
libtool: link: gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
1727
gcc -fPIE -DHAVE_CONFIG_H -I. -I..  -I../include -I../include  -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_framing-framing.o-MD -MP -MF .deps/test_framing-framing.Tpo -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c
1728
mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
1729
/bin/bash ../libtool  --tag=CC   --mode=link gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2   -o test_framing test_framing-framing.o
1730
libtool: link: gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
1731
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I..  -I../include -I../include   -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c
1732
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -fPIE -o framing.o
1733
mv -f .deps/framing.Tpo .deps/framing.Plo
1734
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I..  -I../include -I../include   -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c
1735
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -fPIE -o bitwise.o
1736
mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
1737
/bin/bash ../libtool  --tag=CC   --mode=link gcc -fPIE  -O20 -Wall -ffast-math -fsigned-char -g -O2 -no-undefined -version-info 8:4:8  -o libogg.la-rpath /ffmpeg/lib framing.lo bitwise.lo
1738
libtool: link: ar cru .libs/libogg.a  framing.o bitwise.o
1739
ar: `u' modifier ignored since `D' is the default (see `U')
1740
libtool: link: ranlib .libs/libogg.a
1741
libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
1742
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
1743
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
1744
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libogg.la '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
1745
libtool: install: /usr/bin/install -c .libs/libogg.lai /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.la
1746
libtool: install: /usr/bin/install -c .libs/libogg.a /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a
1747
libtool: install: chmod 644 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a
1748
libtool: install: ranlib /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a
1749
libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'
1750
make[6]: Nothing to be done for 'install-data-am'.
1751
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
1752
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
1753
Making install in include
1754
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1755
Making install in ogg
1756
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
1757
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
1758
make[7]: Nothing to be done for 'install-exec-am'.
1759
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
1760
 /usr/bin/install -c -m 644 config_types.h '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
1761
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
1762
 /usr/bin/install -c -m 644 ogg.h os_types.h '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
1763
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
1764
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
1765
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1766
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1767
make[7]: Nothing to be done for 'install-exec-am'.
1768
make[7]: Nothing to be done for 'install-data-am'.
1769
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1770
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1771
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1772
Making install in doc
1773
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1774
Making install in libogg
1775
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
1776
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
1777
make[7]: Nothing to be done for 'install-exec-am'.
1778
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'
1779
 /usr/bin/install -c -m 644 bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_iovec_t.html ogg_packet.html ogg_packet_clear.html ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_check.html ogg_stream_clear.html ogg_stream_destroy.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_flush_fill.html ogg_stream_init.html ogg_stream_iovecin.html ogg_stream_packetin.htmlogg_stream_packetout.html ogg_stream_packetpeek.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_pageout_fill.html ogg_stream_reset.html ogg_stream_reset_serialno.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_check.html ogg_sync_clear.html ogg_sync_destroy.html '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'
1780
 /usr/bin/install -c -m 644 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writealign.html oggpack_writecheck.html oggpack_writeclear.html oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html overview.html reference.html style.css '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'
1781
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
1782
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
1783
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1784
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1785
make[7]: Nothing to be done for 'install-exec-am'.
1786
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg'
1787
 /usr/bin/install -c -m 644 framing.html index.html oggstream.html ogg-multiplex.html fish_xiph_org.png multiplex1.png packets.png pages.png stream.png vorbisword2.png white-ogg.png white-xifish.png rfc3533.txt rfc5334.txt skeleton.html '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg'
1788
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1789
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1790
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1791
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1792
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1793
make[6]: Nothing to be done for 'install-exec-am'.
1794
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
1795
 /usr/bin/install -c -m 644 ogg.m4 '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
1796
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
1797
 /usr/bin/install -c -m 644 ogg.pc '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
1798
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1799
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1800
make[4]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1801
WGET            https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.2.0alpha1.tar.gz
1802
2022-11-29 22:08:38 URL:https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.2.0alpha1.tar.gz [2025167/2025167] -> "/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1.tar.gz" [1]
1803
SHA1SUM test 'f03e6b1648b7574a249ee19cd386ff3d5c9deb84' == 'f03e6b1648b7574a249ee19cd386ff3d5c9deb84': OK
1804
UNTAR           libtheora-1.2.0alpha1.tar.gz
1805
cd /home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1 && \
1806
        CC="gcc -fPIE" FFMPEG_PREFIX=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/home/debian/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
1807
        --libdir=/ffmpeg/lib \
1808
        --with-ogg=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg \
1809
        --disable-examples \
1810
        --disable-spec \
1811

    
1812
checking build system type... x86_64-unknown-linux-gnu
1813
checking host system type... x86_64-unknown-linux-gnu
1814
checking target system type... x86_64-unknown-linux-gnu
1815
checking for a BSD-compatible install... /usr/bin/install -c
1816
checking whether build environment is sane... yes
1817
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
1818
checking for gawk... no
1819
checking for mawk... mawk
1820
checking whether make sets $(MAKE)... yes
1821
checking for style of include used by make... GNU
1822
checking for gcc... gcc -fPIE
1823
checking for C compiler default output file name... a.out
1824
checking whether the C compiler works... yes
1825
checking whether we are cross compiling... no
1826
checking for suffix of executables...
1827
checking for suffix of object files... o
1828
checking whether we are using the GNU C compiler... yes
1829
checking whether gcc -fPIE accepts -g... yes
1830
checking for gcc -fPIE option to accept ISO C89... none needed
1831
checking dependency style of gcc -fPIE... gcc3
1832
checking dependency style of gcc -fPIE... gcc3
1833
checking for gcc... (cached) gcc -fPIE
1834
checking whether we are using the GNU C compiler... (cached) yes
1835
checking whether gcc -fPIE accepts -g... (cached) yes
1836
checking for gcc -fPIE option to accept ISO C89... (cached) none needed
1837
checking dependency style of gcc -fPIE... (cached) gcc3
1838
checking how to run the C preprocessor... gcc -fPIE -E
1839
checking whether gcc -fPIE and cc understand -c and -o together... yes
1840
checking for a sed that does not truncate output... /usr/bin/sed
1841
checking for grep that handles long lines and -e... /usr/bin/grep
1842
checking for egrep... /usr/bin/grep -E
1843
checking for fgrep... /usr/bin/grep -F
1844
checking for ld used by gcc -fPIE... /usr/bin/ld
1845
checking if the linker (/usr/bin/ld) is GNU ld... yes
1846
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
1847
checking the name lister (/usr/bin/nm -B) interface... BSD nm
1848
checking whether ln -s works... yes
1849
checking the maximum length of command line arguments... 1572864
1850
checking whether the shell understands some XSI constructs... yes
1851
checking whether the shell understands "+="... yes
1852
checking for /usr/bin/ld option to reload object files... -r
1853
checking for objdump... objdump
1854
checking how to recognize dependent libraries... pass_all
1855
checking for ar... ar
1856
checking for strip... strip
1857
checking for ranlib... ranlib
1858
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok
1859
checking for ANSI C header files... yes
1860
checking for sys/types.h... yes
1861
checking for sys/stat.h... yes
1862
checking for stdlib.h... yes
1863
checking for string.h... yes
1864
checking for memory.h... yes
1865
checking for strings.h... yes
1866
checking for inttypes.h... yes
1867
checking for stdint.h... yes
1868
checking for unistd.h... yes
1869
checking for dlfcn.h... yes
1870
checking for objdir... .libs
1871
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
1872
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
1873
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
1874
checking if gcc -fPIE static flag -static works... yes
1875
checking if gcc -fPIE supports -c -o file.o... yes
1876
checking if gcc -fPIE supports -c -o file.o... (cached) yes
1877
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
1878
checking dynamic linker characteristics... GNU/Linux ld.so
1879
checking how to hardcode library paths into programs... immediate
1880
checking whether stripping libraries is possible... yes
1881
checking if libtool supports shared libraries... yes
1882
checking whether to build shared libraries... no
1883
checking whether to build static libraries... yes
1884
checking for doxygen... false
1885
configure: WARNING: *** doxygen not found, API documentation will not be built
1886
configure: WARNING: *** Format Specification will not built.
1887
checking for ld used by gcc -fPIE... (cached) /usr/bin/ld
1888
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
1889
checking how to control symbol export... --version-script
1890
checking for pkg-config... yes
1891
checking pkg-config is at least version 0.9.0... yes
1892
checking for OGG... yes
1893
checking for VORBIS... no
1894
checking for Vorbis... no
1895
*** Could not run Vorbis test program, checking why...
1896
*** The test program failed to compile or link. See the file config.log for the
1897
*** exact error that occured. This usually means Vorbis was incorrectly installed
1898
*** or that you have moved Vorbis since it was installed.
1899
checking for SDL... no
1900
configure: WARNING: *** Unable to find SDL -- Not compiling example players ***
1901
checking sys/soundcard.h usability... yes
1902
checking sys/soundcard.h presence... yes
1903
checking for sys/soundcard.h... yes
1904
checking for PNG... no
1905
configure: Vorbis missing, cannot build example encoder
1906
checking for library containing ftime... none required
1907
checking for getopt_long... yes
1908
configure: creating ./config.status
1909
config.status: creating Makefile
1910
config.status: creating lib/Makefile
1911
config.status: creating lib/arm/armopts.s
1912
config.status: creating include/Makefile
1913
config.status: creating include/theora/Makefile
1914
config.status: creating examples/Makefile
1915
config.status: creating doc/Makefile
1916
config.status: creating doc/Doxyfile
1917
config.status: creating doc/spec/Makefile
1918
config.status: creating tests/Makefile
1919
config.status: creating m4/Makefile
1920
config.status: creating libtheora.spec
1921
config.status: creating theora.pc
1922
config.status: creating theora-uninstalled.pc
1923
config.status: creating theoradec.pc
1924
config.status: creating theoradec-uninstalled.pc
1925
config.status: creating theoraenc.pc
1926
config.status: creating theoraenc-uninstalled.pc
1927
config.status: creating config.h
1928
config.status: executing depfiles commands
1929
config.status: executing libtool commands
1930

    
1931
------------------------------------------------------------------------  libtheora 1.2.0alpha1:  Automatic configuration OK.
1932

    
1933
  General configuration:
1934

    
1935
    Encoding support: ........... yes
1936
    Floating point support: ..... yes
1937
    Assembly optimization: ...... 64 bit x86
1938
    Debugging telemetry: ........ no
1939
    Build example code: ......... no
1940
    API Documentation: .......... no
1941
    Format Documentation: ....... no
1942

    
1943
  Installation paths:
1944

    
1945
    libtheora: ................... /ffmpeg/lib
1946
    C header files: .............. /ffmpeg/include/theora
1947
    Documentation: ............... /ffmpeg/share/doc/libtheora
1948

    
1949
  Building:
1950

    
1951
    Type 'make' to compile libtheora.
1952

    
1953
    Type 'make install' to install libtheora.
1954

    
1955
    Type 'make check' to run test suite (Valgrind testing not enabled)
1956

    
1957
  Example programs will be built but not installed.
1958
------------------------------------------------------------------------
1959
DESTDIR=/home/debian/tvheadend/build.linux/ffmpeg/build \
1960
        make -C /home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1 install
1961
make[4]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
1962
Making install in lib
1963
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
1964
Makefile:1164: warning: ignoring prerequisites on suffix rule definitionmake  install-am
1965
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
1966
Makefile:1164: warning: ignoring prerequisites on suffix rule definition  CC     apiwrapper.lo
1967
  CC     bitpack.lo
1968
  CC     decapiwrapper.lo
1969
  CC     decinfo.lo
1970
  CC     decode.lo
1971
decode.c: In function ‘th_decode_alloc’:
1972
decode.c:403:49: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations]
1973
  403 |       qsum+=_dec->state.dequant_tables[qti][pli][qi][12]+
1974
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
1975
decode.c:399:3: note: within this loop
1976
  399 |   for(qi=0;qi<64;qi++){
1977
      |   ^~~
1978
  CC     dequant.lo
1979
  CC     fragment.lo
1980
  CC     huffdec.lo
1981
  CC     idct.lo
1982
  CC     info.lo
1983
  CC     internal.lo
1984
  CC     quant.lo
1985
  CC     state.lo
1986
  CC     x86cpu.lo
1987
  CC     mmxidct.lo
1988
  CC     mmxfrag.lo
1989
  CC     mmxstate.lo
1990
  CC     sse2idct.lo
1991
  CC     x86state.lo
1992
x86/x86state.c:24:28: warning: ‘OC_FZIG_ZAG_MMX’ defined but not used [-Wunused-const-variable=]
1993
   24 | static const unsigned char OC_FZIG_ZAG_MMX[128]={
1994
      |                            ^~~~~~~~~~~~~~~
1995
  CCLD   libtheoradec.la
1996
ar: `u' modifier ignored since `D' is the default (see `U')
1997
  CC     analyze.lo
1998
  CC     fdct.lo
1999
  CC     encfrag.lo
2000
  CC     encapiwrapper.lo
2001
  CC     encinfo.lo
2002
  CC     encode.lo
2003
  CC     enquant.lo
2004
  CC     huffenc.lo
2005
huffenc.c: In function ‘oc_huff_codes_unpack’:
2006
huffenc.c:921:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
2007
  921 |   int ret;
2008
      |       ^~~
2009
  CC     mathops.lo
2010
  CC     mcenc.lo
2011
  CC     rate.lo
2012
  CC     tokenize.lo
2013
  CC     mmxencfrag.lo
2014
  CC     mmxfdct.lo
2015
  CC     sse2encfrag.lo
2016
  CC     x86enquant.lo
2017
  CC     x86enc.lo
2018
x86/x86enc.c: In function ‘oc_enc_accel_init_x86’:
2019
x86/x86enc.c:22:16: warning: variable ‘cpu_flags’ set but not used [-Wunused-but-set-variable]
2020
   22 |   ogg_uint32_t cpu_flags;
2021
      |                ^~~~~~~~~
2022
  CC     sse2fdct.lo
2023
  CCLD   libtheoraenc.la
2024
ar: `u' modifier ignored since `D' is the default (see `U')
2025
  CCLD   libtheora.la
2026
ar: `u' modifier ignored since `D' is the default (see `U')
2027
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2028
Makefile:1164: warning: ignoring prerequisites on suffix rule definitiontest -z "/ffmpeg/lib" || /usr/bin/mkdir -p "/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib"
2029
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libtheoradec.la libtheoraenc.la libtheora.la '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2030
libtool: install: /usr/bin/install -c .libs/libtheoradec.lai /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.la
2031
libtool: install: /usr/bin/install -c .libs/libtheoraenc.lai /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.la
2032
libtool: install: /usr/bin/install -c .libs/libtheora.lai /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.la
2033
libtool: install: /usr/bin/install -c .libs/libtheoradec.a /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a
2034
libtool: install: chmod 644 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a
2035
libtool: install: ranlib /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a
2036
libtool: install: /usr/bin/install -c .libs/libtheoraenc.a /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a
2037
libtool: install: chmod 644 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a
2038
libtool: install: ranlib /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a
2039
libtool: install: /usr/bin/install -c .libs/libtheora.a /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a
2040
libtool: install: chmod 644 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a
2041
libtool: install: ranlib /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a
2042
libtool: install: warning: remember to run `libtool --finish /ffmpeg/lib'
2043
make[7]: Nothing to be done for 'install-data-am'.
2044
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2045
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2046
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2047
Making install in include
2048
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2049
Making install in theora
2050
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include/theora'
2051
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include/theora'
2052
make[7]: Nothing to be done for 'install-exec-am'.
2053
test -z "/ffmpeg/include/theora" || /usr/bin/mkdir -p "/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora"
2054
 /usr/bin/install -c -m 644 theora.h theoradec.h theoraenc.h codec.h '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora'
2055
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include/theora'
2056
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include/theora'
2057
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2058
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2059
make[7]: Nothing to be done for 'install-exec-am'.
2060
make[7]: Nothing to be done for 'install-data-am'.
2061
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2062
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2063
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2064
Making install in doc
2065
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2066
Making install in spec
2067
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc/spec'
2068
  CC     vp3huff.o
2069
  CCLD   vp3huff
2070
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc/spec'
2071
make[7]: Nothing to be done for 'install-exec-am'.
2072
test -z "/ffmpeg/share/doc/libtheora" || /usr/bin/mkdir -p "/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora"
2073
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc/spec'
2074
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc/spec'
2075
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2076
echo "*** Warning: Doxygen not found; documentation will not be built."
2077
*** Warning: Doxygen not found; documentation will not be built.
2078
touch doxygen-build.stamp
2079
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2080
make[7]: Nothing to be done for 'install-exec-am'.
2081
/bin/bash ../mkinstalldirs /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora
2082
if test -d libtheora; then \
2083
  for dir in libtheora/*; do \
2084
    if test -d $dir; then \
2085
      b=`basename $dir`; \
2086
      /bin/bash ../mkinstalldirs /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora/$b; \
2087
      for f in $dir/*; do \
2088
        /usr/bin/install -c -m 644 $f /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora/$b; \
2089
      done \
2090
    fi \
2091
  done \
2092
fi
2093
test -z "/ffmpeg/share/doc/libtheora" || /usr/bin/mkdir -p "/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora"
2094
 /usr/bin/install -c -m 644 vp3-format.txt color.html draft-ietf-avt-rtp-theora-00.xml draft-ietf-avt-rtp-theora-00.txt doxygen-build.stamp '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora'
2095
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2096
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2097
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2098
Making install in tests
2099
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/tests'
2100
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/tests'
2101
make[6]: Nothing to be done for 'install-exec-am'.
2102
make[6]: Nothing to be done for 'install-data-am'.
2103
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/tests'
2104
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/tests'
2105
Making install in m4
2106
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/m4'
2107
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/m4'
2108
make[6]: Nothing to be done for 'install-exec-am'.
2109
make[6]: Nothing to be done for 'install-data-am'.
2110
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/m4'
2111
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/m4'
2112
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2113
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2114
make[6]: Nothing to be done for 'install-exec-am'.
2115
test -z "/ffmpeg/lib/pkgconfig" || /usr/bin/mkdir -p "/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig"
2116
 /usr/bin/install -c -m 644 theora.pc theoradec.pc theoraenc.pc '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2117
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2118
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2119
make[4]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2120
WGET            https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.gz
2121
2022-11-29 22:08:47 URL:https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.gz [1658963/1658963] -> "/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7.tar.gz" [1]
2122
SHA1SUM test '2b415495f89b103138a23da5017a2a00837c6c94' == '2b415495f89b103138a23da5017a2a00837c6c94': OK
2123
UNTAR           libvorbis-1.3.7.tar.gz
2124
cd /home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7 && \
2125
        CC="gcc -fPIE" FFMPEG_PREFIX=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/home/debian/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
2126
        --libdir=/ffmpeg/lib \
2127
        --with-ogg=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpegchecking build system type... x86_64-pc-linux-gnu
2128
checking host system type... x86_64-pc-linux-gnu
2129
checking for a BSD-compatible install... /usr/bin/install -c
2130
checking whether build environment is sane... yes
2131
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
2132
checking for gawk... no
2133
checking for mawk... mawk
2134
checking whether make sets $(MAKE)... yes
2135
checking whether make supports nested variables... yes
2136
checking whether to enable maintainer-specific portions of Makefiles... no
2137
checking whether make supports nested variables... (cached) yes
2138
checking for gcc... gcc -fPIE
2139
checking whether the C compiler works... yes
2140
checking for C compiler default output file name... a.out
2141
checking for suffix of executables...
2142
checking whether we are cross compiling... no
2143
checking for suffix of object files... o
2144
checking whether we are using the GNU C compiler... yes
2145
checking whether gcc -fPIE accepts -g... yes
2146
checking for gcc -fPIE option to accept ISO C89... none needed
2147
checking whether gcc -fPIE understands -c and -o together... yes
2148
checking whether make supports the include directive... yes (GNU style)
2149
checking dependency style of gcc -fPIE... gcc3
2150
checking how to run the C preprocessor... gcc -fPIE -E
2151
checking for inline... inline
2152
checking how to print strings... printf
2153
checking for a sed that does not truncate output... /usr/bin/sed
2154
checking for grep that handles long lines and -e... /usr/bin/grep
2155
checking for egrep... /usr/bin/grep -E
2156
checking for fgrep... /usr/bin/grep -F
2157
checking for ld used by gcc -fPIE... /usr/bin/ld
2158
checking if the linker (/usr/bin/ld) is GNU ld... yes
2159
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
2160
checking the name lister (/usr/bin/nm -B) interface... BSD nm
2161
checking whether ln -s works... yes
2162
checking the maximum length of command line arguments... 1572864
2163
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
2164
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
2165
checking for /usr/bin/ld option to reload object files... -r
2166
checking for objdump... objdump
2167
checking how to recognize dependent libraries... pass_all
2168
checking for dlltool... dlltool
2169
checking how to associate runtime and link libraries... printf %s\n
2170
checking for ar... ar
2171
checking for archiver @FILE support... @
2172
checking for strip... strip
2173
checking for ranlib... ranlib
2174
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok
2175
checking for sysroot... no
2176
checking for a working dd... /usr/bin/dd
2177
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
2178
checking for mt... mt
2179
checking if mt is a manifest tool... no
2180
checking for ANSI C header files... yes
2181
checking for sys/types.h... yes
2182
checking for sys/stat.h... yes
2183
checking for stdlib.h... yes
2184
checking for string.h... yes
2185
checking for memory.h... yes
2186
checking for strings.h... yes
2187
checking for inttypes.h... yes
2188
checking for stdint.h... yes
2189
checking for unistd.h... yes
2190
checking for dlfcn.h... yes
2191
checking for objdir... .libs
2192
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
2193
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
2194
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
2195
checking if gcc -fPIE static flag -static works... yes
2196
checking if gcc -fPIE supports -c -o file.o... yes
2197
checking if gcc -fPIE supports -c -o file.o... (cached) yes
2198
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2199
checking dynamic linker characteristics... GNU/Linux ld.so
2200
checking how to hardcode library paths into programs... immediate
2201
checking whether stripping libraries is possible... yes
2202
checking if libtool supports shared libraries... yes
2203
checking whether to build shared libraries... no
2204
checking whether to build static libraries... yes
2205
checking GCC version... 10
2206
checking if gcc -fPIE accepts -Wdeclaration-after-statement... yes
2207
checking for memory.h... (cached) yes
2208
checking for cos in -lm... yes
2209
checking for pthread_create in -lpthread... yes
2210
checking pkg-config is at least version 0.9.0... yes
2211
checking for OGG... yes
2212
checking for size_t... yes
2213
checking for working alloca.h... yes
2214
checking for alloca... yes
2215
checking for working memcmp... yes
2216
checking that generated files are newer than configure... done
2217
configure: creating ./config.status
2218
config.status: creating Makefile
2219
config.status: creating m4/Makefile
2220
config.status: creating lib/Makefile
2221
config.status: creating lib/modes/Makefile
2222
config.status: creating lib/books/Makefile
2223
config.status: creating lib/books/coupled/Makefile
2224
config.status: creating lib/books/uncoupled/Makefile
2225
config.status: creating lib/books/floor/Makefile
2226
config.status: creating doc/Makefile
2227
config.status: creating doc/vorbisfile/Makefile
2228
config.status: creating doc/vorbisenc/Makefile
2229
config.status: creating doc/libvorbis/Makefile
2230
config.status: creating doc/Doxyfile
2231
config.status: creating include/Makefile
2232
config.status: creating include/vorbis/Makefile
2233
config.status: creating examples/Makefile
2234
config.status: creating test/Makefile
2235
config.status: creating vq/Makefile
2236
config.status: creating libvorbis.spec
2237
config.status: creating vorbis.pc
2238
config.status: creating vorbisenc.pc
2239
config.status: creating vorbisfile.pc
2240
config.status: creating vorbis-uninstalled.pc
2241
config.status: creating vorbisenc-uninstalled.pc
2242
config.status: creating vorbisfile-uninstalled.pc
2243
config.status: creating config.h
2244
config.status: executing depfiles commands
2245
config.status: executing libtool commands
2246
DESTDIR=/home/debian/tvheadend/build.linux/ffmpeg/build \
2247
        make -C /home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7 install
2248
make[4]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2249
Making install in m4
2250
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/m4'
2251
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/m4'
2252
make[6]: Nothing to be done for 'install-exec-am'.
2253
make[6]: Nothing to be done for 'install-data-am'.
2254
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/m4'
2255
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/m4'
2256
Making install in include
2257
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2258
Making install in vorbis
2259
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include/vorbis'
2260
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include/vorbis'
2261
make[7]: Nothing to be done for 'install-exec-am'.
2262
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vorbis'
2263
 /usr/bin/install -c -m 644 codec.h vorbisfile.h vorbisenc.h '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vorbis'
2264
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include/vorbis'
2265
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include/vorbis'
2266
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2267
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2268
make[7]: Nothing to be done for 'install-exec-am'.
2269
make[7]: Nothing to be done for 'install-data-am'.
2270
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2271
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2272
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2273
Making install in vq
2274
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/vq'
2275
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/vq'
2276
make[6]: Nothing to be done for 'install-exec-am'.
2277
make[6]: Nothing to be done for 'install-data-am'.
2278
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/vq'
2279
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/vq'
2280
Making install in lib
2281
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2282
Making install in modes
2283
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/modes'
2284
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/modes'
2285
make[7]: Nothing to be done for 'install-exec-am'.
2286
make[7]: Nothing to be done for 'install-data-am'.
2287
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/modes'
2288
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/modes'
2289
Making install in books
2290
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2291
Making install in coupled
2292
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/coupled'
2293
make[8]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/coupled'
2294
make[8]: Nothing to be done for 'install-exec-am'.
2295
make[8]: Nothing to be done for 'install-data-am'.
2296
make[8]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/coupled'
2297
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/coupled'
2298
Making install in uncoupled
2299
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/uncoupled'
2300
make[8]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/uncoupled'
2301
make[8]: Nothing to be done for 'install-exec-am'.
2302
make[8]: Nothing to be done for 'install-data-am'.
2303
make[8]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/uncoupled'
2304
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/uncoupled'
2305
Making install in floor
2306
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/floor'
2307
make[8]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/floor'
2308
make[8]: Nothing to be done for 'install-exec-am'.
2309
make[8]: Nothing to be done for 'install-data-am'.
2310
make[8]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/floor'
2311
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/floor'
2312
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2313
make[8]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2314
make[8]: Nothing to be done for 'install-exec-am'.
2315
make[8]: Nothing to be done for 'install-data-am'.
2316
make[8]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2317
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2318
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2319
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2320
  CC       test_sharedbook-sharedbook.o
2321
  CCLD     test_sharedbook
2322
  CC       mdct.lo
2323
  CC       smallft.lo
2324
  CC       block.lo
2325
  CC       envelope.lo
2326
  CC       window.lo
2327
  CC       lsp.lo
2328
  CC       lpc.lo
2329
  CC       analysis.lo
2330
  CC       synthesis.lo
2331
  CC       psy.lo
2332
  CC       info.lo
2333
  CC       floor1.lo
2334
  CC       floor0.lo
2335
  CC       res0.lo
2336
  CC       mapping0.lo
2337
  CC       registry.lo
2338
  CC       codebook.lo
2339
  CC       sharedbook.lo
2340
  CC       lookup.lo
2341
  CC       bitrate.lo
2342
  CCLD     libvorbis.la
2343
  CC       vorbisfile.lo
2344
  CCLD     libvorbisfile.la
2345
  CC       vorbisenc.lo
2346
  CCLD     libvorbisenc.la
2347
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2348
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2349
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libvorbis.la libvorbisfile.la libvorbisenc.la '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2350
libtool: install: /usr/bin/install -c .libs/libvorbis.lai /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.la
2351
libtool: install: /usr/bin/install -c .libs/libvorbisfile.lai /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.la
2352
libtool: install: /usr/bin/install -c .libs/libvorbisenc.lai /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.la
2353
libtool: install: /usr/bin/install -c .libs/libvorbis.a /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a
2354
libtool: install: chmod 644 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a
2355
libtool: install: ranlib /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a
2356
libtool: install: /usr/bin/install -c .libs/libvorbisfile.a /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a
2357
libtool: install: chmod 644 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a
2358
libtool: install: ranlib /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a
2359
libtool: install: /usr/bin/install -c .libs/libvorbisenc.a /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a
2360
libtool: install: chmod 644 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a
2361
libtool: install: ranlib /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a
2362
libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'
2363
make[7]: Nothing to be done for 'install-data-am'.
2364
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2365
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2366
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2367
Making install in test
2368
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/test'
2369
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/test'
2370
make[6]: Nothing to be done for 'install-exec-am'.
2371
make[6]: Nothing to be done for 'install-data-am'.
2372
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/test'
2373
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/test'
2374
Making install in doc
2375
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2376
Making install in libvorbis
2377
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/libvorbis'
2378
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/libvorbis'
2379
make[7]: Nothing to be done for 'install-exec-am'.
2380
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/libvorbis'
2381
 /usr/bin/install -c -m 644 index.html reference.html style.css vorbis_comment.html vorbis_info.html vorbis_analysis_blockout.html vorbis_analysis_buffer.html vorbis_analysis_headerout.html vorbis_analysis_init.html vorbis_analysis_wrote.html vorbis_analysis.html vorbis_bitrate_addblock.html vorbis_bitrate_flushpacket.html vorbis_block_init.html vorbis_block_clear.html vorbis_dsp_clear.html vorbis_granule_time.html vorbis_version_string.html vorbis_info_blocksize.html vorbis_info_clear.html vorbis_info_init.html vorbis_comment_add.html vorbis_comment_add_tag.html vorbis_comment_clear.html vorbis_comment_init.html vorbis_comment_query.html vorbis_comment_query_count.html vorbis_commentheader_out.html vorbis_packet_blocksize.html vorbis_synthesis.html vorbis_synthesis_blockin.html vorbis_synthesis_halfrate.html vorbis_synthesis_halfrate_p.html vorbis_synthesis_headerin.html vorbis_synthesis_idheader.html vorbis_synthesis_init.html vorbis_synthesis_lapout.html vorbis_synthesis_pcmout.html vorbis_synthesis_read.html vorbis_synthesis_restart.html '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/libvorbis'
2382
 /usr/bin/install -c -m 644 vorbis_synthesis_trackonly.html vorbis_block.html vorbis_dsp_state.html return.html overview.html '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/libvorbis'
2383
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/libvorbis'
2384
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/libvorbis'
2385
Making install in vorbisfile
2386
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisfile'
2387
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisfile'
2388
make[7]: Nothing to be done for 'install-exec-am'.
2389
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisfile'
2390
 /usr/bin/install -c -m 644 OggVorbis_File.html callbacks.html chaining_example_c.html chainingexample.html crosslap.html datastructures.html decoding.html example.html exampleindex.html fileinfo.html index.html initialization.html ov_bitrate.html ov_bitrate_instant.html ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html ov_fopen.html ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html ov_read_float.html ov_read_filter.html ov_seekable.html ov_serialnumber.html ov_streams.html ov_test.html ov_test_callbacks.html '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisfile'
2391
 /usr/bin/install -c -m 644 ov_test_open.html ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html overview.html reference.html seekexample.html seeking.html seeking_example_c.html seeking_test_c.html seekingexample.html style.css threads.html vorbisfile_example_c.html '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisfile'
2392
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisfile'
2393
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisfile'
2394
Making install in vorbisenc
2395
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisenc'
2396
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisenc'
2397
make[7]: Nothing to be done for 'install-exec-am'.
2398
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisenc'
2399
 /usr/bin/install -c -m 644 changes.html examples.html index.html ovectl_ratemanage2_arg.html ovectl_ratemanage_arg.html overview.html reference.html style.css vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html vorbis_encode_setup_managed.html vorbis_encode_setup_vbr.html vorbis_encode_init_vbr.html '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisenc'
2400
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisenc'
2401
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisenc'
2402
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2403
echo "*** Warning: Documentation build is disabled."
2404
*** Warning: Documentation build is disabled.
2405
touch doxygen-build.stamp
2406
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2407
make[7]: Nothing to be done for 'install-exec-am'.
2408
/bin/bash /home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/install-sh -d /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7
2409
if test -d vorbis; then \
2410
  for dir in vorbis/*; do \
2411
    if test -d $dir; then \
2412
      b=`basename $dir`; \
2413
      /bin/bash /home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/install-sh -d /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/$b; \
2414
      for f in $dir/*; do \
2415
        /usr/bin/install -c -m 644 $f /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/$b; \
2416
      done \
2417
    fi \
2418
  done \
2419
fi
2420
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7'
2421
 /usr/bin/install -c -m 644 rfc5215.xml rfc5215.txt eightphase.png fish_xiph_org.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html doxygen-build.stamp '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7'
2422
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2423
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2424
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2425
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2426
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2427
make[6]: Nothing to be done for 'install-exec-am'.
2428
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
2429
 /usr/bin/install -c -m 644 vorbis.m4 '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
2430
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2431
 /usr/bin/install -c -m 644 vorbis.pc vorbisenc.pc vorbisfile.pc '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2432
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2433
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2434
make[4]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2435
WGET            https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz
2436
2022-11-29 22:08:56 URL:https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz [1040054/1040054] -> "/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1.tar.gz" [1]
2437
SHA1SUM test 'ed226536537861c9f0f1ef7ca79dffc225bc181b' == 'ed226536537861c9f0f1ef7ca79dffc225bc181b': OK
2438
UNTAR           opus-1.3.1.tar.gz
2439
cd /home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1 && CC="gcc -fPIE" FFMPEG_PREFIX=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/home/debian/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
2440
        --disable-doc \
2441
        --disable-extra-programs
2442
checking whether make supports nested variables... yes
2443
checking for a BSD-compatible install... /usr/bin/install -c
2444
checking whether build environment is sane... yes
2445
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
2446
checking for gawk... no
2447
checking for mawk... mawk
2448
checking whether make sets $(MAKE)... yes
2449
checking whether to enable maintainer-specific portions of Makefiles... yes
2450
checking build system type... x86_64-pc-linux-gnu
2451
checking host system type... x86_64-pc-linux-gnu
2452
checking how to print strings... printf
2453
checking for style of include used by make... GNU
2454
checking for gcc... gcc -fPIE
2455
checking whether the C compiler works... yes
2456
checking for C compiler default output file name... a.out
2457
checking for suffix of executables...
2458
checking whether we are cross compiling... no
2459
checking for suffix of object files... o
2460
checking whether we are using the GNU C compiler... yes
2461
checking whether gcc -fPIE accepts -g... yes
2462
checking for gcc -fPIE option to accept ISO C89... none needed
2463
checking whether gcc -fPIE understands -c and -o together... yes
2464
checking dependency style of gcc -fPIE... gcc3
2465
checking for a sed that does not truncate output... /usr/bin/sed
2466
checking for grep that handles long lines and -e... /usr/bin/grep
2467
checking for egrep... /usr/bin/grep -E
2468
checking for fgrep... /usr/bin/grep -F
2469
checking for ld used by gcc -fPIE... /usr/bin/ld
2470
checking if the linker (/usr/bin/ld) is GNU ld... yes
2471
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
2472
checking the name lister (/usr/bin/nm -B) interface... BSD nm
2473
checking whether ln -s works... yes
2474
checking the maximum length of command line arguments... 1572864
2475
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
2476
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
2477
checking for /usr/bin/ld option to reload object files... -r
2478
checking for objdump... objdump
2479
checking how to recognize dependent libraries... pass_all
2480
checking for dlltool... no
2481
checking how to associate runtime and link libraries... printf %s\n
2482
checking for ar... ar
2483
checking for archiver @FILE support... @
2484
checking for strip... strip
2485
checking for ranlib... ranlib
2486
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok
2487
checking for sysroot... no
2488
checking for a working dd... /usr/bin/dd
2489
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
2490
checking for mt... mt
2491
checking if mt is a manifest tool... no
2492
checking how to run the C preprocessor... gcc -fPIE -E
2493
checking for ANSI C header files... yes
2494
checking for sys/types.h... yes
2495
checking for sys/stat.h... yes
2496
checking for stdlib.h... yes
2497
checking for string.h... yes
2498
checking for memory.h... yes
2499
checking for strings.h... yes
2500
checking for inttypes.h... yes
2501
checking for stdint.h... yes
2502
checking for unistd.h... yes
2503
checking for dlfcn.h... yes
2504
checking for objdir... .libs
2505
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
2506
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
2507
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
2508
checking if gcc -fPIE static flag -static works... yes
2509
checking if gcc -fPIE supports -c -o file.o... yes
2510
checking if gcc -fPIE supports -c -o file.o... (cached) yes
2511
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2512
checking dynamic linker characteristics... GNU/Linux ld.so
2513
checking how to hardcode library paths into programs... immediate
2514
checking whether stripping libraries is possible... yes
2515
checking if libtool supports shared libraries... yes
2516
checking whether to build shared libraries... no
2517
checking whether to build static libraries... yes
2518
checking for gcc -fPIE option to accept ISO C99... none needed
2519
checking for an ANSI C-conforming const... yes
2520
checking for inline... inline
2521
checking dependency style of gcc -fPIE... gcc3
2522
checking for C/C++ restrict keyword... __restrict
2523
checking for C99 variable-size arrays... yes
2524
checking for cos in -lm... yes
2525
checking if compiler supports SSE intrinsics... yes
2526
checking if compiler supports SSE2 intrinsics... yes
2527
checking if compiler supports SSE4.1 intrinsics... no
2528
checking if compiler supports SSE4.1 intrinsics with -msse4.1... yes
2529
checking if compiler supports AVX intrinsics... no
2530
checking if compiler supports AVX intrinsics with -mavx... yes
2531
checking How to get X86 CPU Info... Inline Assembly
2532
checking if gcc -fPIE supports -fvisibility=hidden... yes
2533
checking if gcc -fPIE supports -fstack-protector-strong... yes
2534
checking whether to add -D_FORTIFY_SOURCE=2 to CFLAGS... yes
2535
checking if gcc -fPIE supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes... yes
2536
checking for lrintf... yes
2537
checking for lrint... yes
2538
checking for __malloc_hook... yes
2539
checking that generated files are newer than configure... done
2540
configure: creating ./config.status
2541
config.status: creating Makefile
2542
config.status: creating opus.pc
2543
config.status: creating opus-uninstalled.pc
2544
config.status: creating celt/arm/armopts.s
2545
config.status: creating doc/Makefile
2546
config.status: creating doc/Doxyfile
2547
config.status: creating config.h
2548
config.status: executing depfiles commands
2549
config.status: executing libtool commands
2550
configure:
2551
------------------------------------------------------------------------  opus 1.3.1:  Automatic configuration OK.
2552

    
2553
    Compiler support:
2554

    
2555
      C99 var arrays: ................ yes
2556
      C99 lrintf: .................... yes
2557
      Use alloca: .................... no (using var arrays)
2558

    
2559
    General configuration:
2560

    
2561
      Floating point support: ........ yes
2562
      Fast float approximations: ..... no
2563
      Fixed point debugging: ......... no
2564
      Inline Assembly Optimizations: . No inline ASM for your platform, please send patches
2565
      External Assembly Optimizations:
2566
      Intrinsics Optimizations: ...... x86 SSE SSE2 SSE4.1 AVX
2567
      Run-time CPU detection: ........ x86 SSE4.1 AVX
2568
      Custom modes: .................. no
2569
      Assertion checking: ............ no
2570
      Hardening: ..................... yes
2571
      Fuzzing: ....................... no
2572
      Check ASM: ..................... no
2573

    
2574
      API documentation: ............. no
2575
      Extra programs: ................ no
2576
------------------------------------------------------------------------
2577
 Type "make; make install" to compile and install
2578
 Type "make check" to run the test suite
2579

    
2580
DESTDIR=/home/debian/tvheadend/build.linux/ffmpeg/build \
2581
        make -C /home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1 install
2582
make[4]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2583
make  install-recursive
2584
make[5]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2585
make[6]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2586
  CC       celt/bands.lo
2587
  CC       celt/celt.lo
2588
  CC       celt/celt_encoder.lo
2589
  CC       celt/celt_decoder.lo
2590
  CC       celt/cwrs.lo
2591
  CC       celt/entcode.lo
2592
  CC       celt/entdec.lo
2593
  CC       celt/entenc.lo
2594
  CC       celt/kiss_fft.lo
2595
  CC       celt/laplace.lo
2596
  CC       celt/mathops.lo
2597
  CC       celt/mdct.lo
2598
  CC       celt/modes.lo
2599
  CC       celt/pitch.lo
2600
  CC       celt/celt_lpc.lo
2601
  CC       celt/quant_bands.lo
2602
  CC       celt/rate.lo
2603
  CC       celt/vq.lo
2604
  CC       celt/x86/x86cpu.lo
2605
  CC       celt/x86/x86_celt_map.lo
2606
  CC       celt/x86/pitch_sse.lo
2607
  CC       celt/x86/pitch_sse2.lo
2608
  CC       celt/x86/vq_sse2.lo
2609
  CC       celt/x86/celt_lpc_sse4_1.lo
2610
  CC       celt/x86/pitch_sse4_1.lo
2611
  CC       silk/CNG.lo
2612
  CC       silk/code_signs.lo
2613
  CC       silk/init_decoder.lo
2614
  CC       silk/decode_core.lo
2615
  CC       silk/decode_frame.lo
2616
  CC       silk/decode_parameters.lo
2617
  CC       silk/decode_indices.lo
2618
  CC       silk/decode_pulses.lo
2619
  CC       silk/decoder_set_fs.lo
2620
  CC       silk/dec_API.lo
2621
  CC       silk/enc_API.lo
2622
  CC       silk/encode_indices.lo
2623
  CC       silk/encode_pulses.lo
2624
  CC       silk/gain_quant.lo
2625
  CC       silk/interpolate.lo
2626
  CC       silk/LP_variable_cutoff.lo
2627
  CC       silk/NLSF_decode.lo
2628
  CC       silk/NSQ.lo
2629
  CC       silk/NSQ_del_dec.lo
2630
  CC       silk/PLC.lo
2631
  CC       silk/shell_coder.lo
2632
  CC       silk/tables_gain.lo
2633
  CC       silk/tables_LTP.lo
2634
  CC       silk/tables_NLSF_CB_NB_MB.lo
2635
  CC       silk/tables_NLSF_CB_WB.lo
2636
  CC       silk/tables_other.lo
2637
  CC       silk/tables_pitch_lag.lo
2638
  CC       silk/tables_pulses_per_block.lo
2639
  CC       silk/VAD.lo
2640
  CC       silk/control_audio_bandwidth.lo
2641
  CC       silk/quant_LTP_gains.lo
2642
  CC       silk/VQ_WMat_EC.lo
2643
  CC       silk/HP_variable_cutoff.lo
2644
  CC       silk/NLSF_encode.lo
2645
  CC       silk/NLSF_VQ.lo
2646
  CC       silk/NLSF_unpack.lo
2647
  CC       silk/NLSF_del_dec_quant.lo
2648
  CC       silk/process_NLSFs.lo
2649
  CC       silk/stereo_LR_to_MS.lo
2650
  CC       silk/stereo_MS_to_LR.lo
2651
  CC       silk/check_control_input.lo
2652
  CC       silk/control_SNR.lo
2653
  CC       silk/init_encoder.lo
2654
  CC       silk/control_codec.lo
2655
  CC       silk/A2NLSF.lo
2656
  CC       silk/ana_filt_bank_1.lo
2657
  CC       silk/biquad_alt.lo
2658
  CC       silk/bwexpander_32.lo
2659
  CC       silk/bwexpander.lo
2660
  CC       silk/debug.lo
2661
  CC       silk/decode_pitch.lo
2662
  CC       silk/inner_prod_aligned.lo
2663
  CC       silk/lin2log.lo
2664
  CC       silk/log2lin.lo
2665
  CC       silk/LPC_analysis_filter.lo
2666
  CC       silk/LPC_inv_pred_gain.lo
2667
  CC       silk/table_LSF_cos.lo
2668
  CC       silk/NLSF2A.lo
2669
  CC       silk/NLSF_stabilize.lo
2670
  CC       silk/NLSF_VQ_weights_laroia.lo
2671
  CC       silk/pitch_est_tables.lo
2672
  CC       silk/resampler.lo
2673
  CC       silk/resampler_down2_3.lo
2674
  CC       silk/resampler_down2.lo
2675
  CC       silk/resampler_private_AR2.lo
2676
  CC       silk/resampler_private_down_FIR.lo
2677
  CC       silk/resampler_private_IIR_FIR.lo
2678
  CC       silk/resampler_private_up2_HQ.lo
2679
  CC       silk/resampler_rom.lo
2680
  CC       silk/sigm_Q15.lo
2681
  CC       silk/sort.lo
2682
  CC       silk/sum_sqr_shift.lo
2683
  CC       silk/stereo_decode_pred.lo
2684
  CC       silk/stereo_encode_pred.lo
2685
  CC       silk/stereo_find_predictor.lo
2686
  CC       silk/stereo_quant_pred.lo
2687
  CC       silk/LPC_fit.lo
2688
  CC       silk/float/apply_sine_window_FLP.lo
2689
  CC       silk/float/corrMatrix_FLP.lo
2690
  CC       silk/float/encode_frame_FLP.lo
2691
  CC       silk/float/find_LPC_FLP.lo
2692
  CC       silk/float/find_LTP_FLP.lo
2693
  CC       silk/float/find_pitch_lags_FLP.lo
2694
  CC       silk/float/find_pred_coefs_FLP.lo
2695
  CC       silk/float/LPC_analysis_filter_FLP.lo
2696
  CC       silk/float/LTP_analysis_filter_FLP.lo
2697
  CC       silk/float/LTP_scale_ctrl_FLP.lo
2698
  CC       silk/float/noise_shape_analysis_FLP.lo
2699
  CC       silk/float/process_gains_FLP.lo
2700
  CC       silk/float/regularize_correlations_FLP.lo
2701
  CC       silk/float/residual_energy_FLP.lo
2702
  CC       silk/float/warped_autocorrelation_FLP.lo
2703
  CC       silk/float/wrappers_FLP.lo
2704
  CC       silk/float/autocorrelation_FLP.lo
2705
  CC       silk/float/burg_modified_FLP.lo
2706
  CC       silk/float/bwexpander_FLP.lo
2707
  CC       silk/float/energy_FLP.lo
2708
  CC       silk/float/inner_product_FLP.lo
2709
  CC       silk/float/k2a_FLP.lo
2710
  CC       silk/float/LPC_inv_pred_gain_FLP.lo
2711
  CC       silk/float/pitch_analysis_core_FLP.lo
2712
  CC       silk/float/scale_copy_vector_FLP.lo
2713
  CC       silk/float/scale_vector_FLP.lo
2714
  CC       silk/float/schur_FLP.lo
2715
  CC       silk/float/sort_FLP.lo
2716
  CC       silk/x86/NSQ_sse4_1.lo
2717
  CC       silk/x86/NSQ_del_dec_sse4_1.lo
2718
  CC       silk/x86/x86_silk_map.lo
2719
  CC       silk/x86/VAD_sse4_1.lo
2720
  CC       silk/x86/VQ_WMat_EC_sse4_1.lo
2721
  CC       src/opus.lo
2722
  CC       src/opus_decoder.lo
2723
  CC       src/opus_encoder.lo
2724
  CC       src/opus_multistream.lo
2725
  CC       src/opus_multistream_encoder.lo
2726
  CC       src/opus_multistream_decoder.lo
2727
  CC       src/repacketizer.lo
2728
  CC       src/opus_projection_encoder.lo
2729
  CC       src/opus_projection_decoder.lo
2730
  CC       src/mapping_matrix.lo
2731
  CC       src/analysis.lo
2732
  CC       src/mlp.lo
2733
  CC       src/mlp_data.lo
2734
  CCLD     libopus.la
2735
ar: `u' modifier ignored since `D' is the default (see `U')
2736
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2737
make[7]: Nothing to be done for 'all'.
2738
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2739
make[7]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2740
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2741
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libopus.la '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2742
libtool: install: /usr/bin/install -c .libs/libopus.lai /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.la
2743
libtool: install: /usr/bin/install -c .libs/libopus.a /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a
2744
libtool: install: chmod 644 /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a
2745
libtool: install: ranlib /home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a
2746
libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'
2747
make[8]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2748
make[9]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2749
make[9]: Nothing to be done for 'install-exec-am'.
2750
make[9]: Nothing to be done for 'install-data-am'.
2751
make[9]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2752
make[8]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2753
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
2754
 /usr/bin/install -c -m 644 opus.m4 '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
2755
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2756
 /usr/bin/install -c -m 644 opus.pc '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2757
 /usr/bin/mkdir -p '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/opus'
2758
 /usr/bin/install -c -m 644 include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h include/opus_projection.h '/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/opus'
2759
make[7]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2760
make[6]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2761
make[5]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2762
make[4]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2763
WGET            https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.bz2
2764
2022-11-29 22:09:21 URL:https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.bz2 [11494996/11494996] -> "/home/debian/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1.tar.bz2" [1]
2765
SHA1SUM test '49306f284475014b8e68bff886aaeeaf0723810c' == '49306f284475014b8e68bff886aaeeaf0723810c': OK
2766
UNTAR           ffmpeg-4.4.1.tar.bz2
2767
PATCH           /home/debian/tvheadend/support/patches/ffmpeg.libx264.diff
2768
patching file ./libavcodec/libx264.c
2769
Hunk #1 succeeded at 1068 (offset 166 lines).
2770
cd /home/debian/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1 && FFMPEG_PREFIX=/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/home/debian/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
2771
        --disable-all \
2772
        --enable-gpl \
2773
        --enable-nonfree \
2774
        --extra-cflags="-I/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -fPIE" \
2775
        --extra-libs="-L/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib -ldl" \
2776
        --pkg-config="/home/debian/tvheadend/support/pkg-config.ffmpeg" \        --enable-openssl \
2777
        --enable-avutil --enable-avcodec --enable-avformat --enable-swscale --enable-avresample --enable-swresample --enable-avfilter \
2778
        --enable-libx264 --enable-libx265 --enable-libvpx --enable-libtheora --enable-libvorbis --enable-libopus \
2779
        --enable-protocol=file --enable-protocol=http --enable-protocol=https --enable-protocol=hls --enable-protocol=mmsh --enable-protocol=mmst --enable-protocol=rtmp --enable-protocol=rtmpe --enable-protocol=rtmps --enable-protocol=rtmpt --enable-protocol=rtmpte --enable-protocol=rtmpts --enable-protocol=ffrtmpcrypt --enable-protocol=ffrtmphttp --enable-protocol=rtp --enable-protocol=srtp --enable-protocol=tcp --enable-protocol=udp --enable-protocol=udplite --enable-protocol=unix --enable-protocol=crypto \
2780
        --enable-decoder=mpeg2video --enable-decoder=mp2 --enable-decoder=aac --enable-decoder=vorbis --enable-decoder=ac3 --enable-decoder=eac3 --enable-decoder=aac_latm --enable-decoder=opus --enable-decoder=h264 --enable-decoder=hevc --enable-decoder=theora --enable-decoder=flac --enable-decoder=libvorbis \
2781
        --enable-encoder=mpeg2video --enable-encoder=mp2 --enable-encoder=aac --enable-encoder=vorbis --enable-encoder=flac --enable-encoder=libx264 --enable-encoder=libx265 --enable-encoder=libvpx_vp8 --enable-encoder=libvpx_vp9 --enable-encoder=libtheora --enable-encoder=libvorbis --enable-encoder=libopus \
2782
        --enable-demuxer=mpegts --enable-demuxer=matroska --enable-demuxer=hls --enable-demuxer=flv --enable-demuxer=live_flv \
2783
        --enable-muxer=mpegts --enable-muxer=matroska --enable-muxer=mp4 --enable-muxer=ogg \
2784
        --enable-bsf=h264_mp4toannexb --enable-bsf=hevc_mp4toannexb \
2785
        --enable-filter=yadif --enable-filter=format --enable-filter=hwupload --enable-filter=hwdownload --enable-filter=scale --enable-filter=null--enable-filter=aresample --enable-filter=anull \
2786
         \
2787
                --disable-programs \
2788
                --disable-doc \
2789
                --disable-htmlpages \
2790
                --disable-manpages \
2791
                --disable-podpages \
2792
                --disable-txtpages
2793
install prefix            /ffmpeg
2794
source path               .
2795
C compiler                gcc
2796
C library                 glibc
2797
ARCH                      x86 (generic)
2798
big-endian                no
2799
runtime cpu detection     yes
2800
standalone assembly       yes
2801
x86 assembler             nasm
2802
MMX enabled               yes
2803
MMXEXT enabled            yes
2804
3DNow! enabled            yes
2805
3DNow! extended enabled   yes
2806
SSE enabled               yes
2807
SSSE3 enabled             yes
2808
AESNI enabled             yes
2809
AVX enabled               yes
2810
AVX2 enabled              yes
2811
AVX-512 enabled           yes
2812
XOP enabled               yes
2813
FMA3 enabled              yes
2814
FMA4 enabled              yes
2815
i686 features enabled     yes
2816
CMOV is fast              yes
2817
EBX available             yes
2818
EBP available             yes
2819
debug symbols             yes
2820
strip symbols             yes
2821
optimize for size         no
2822
optimizations             yes
2823
static                    yes
2824
shared                    no
2825
postprocessing support    no
2826
network support           yes
2827
threading support         pthreads
2828
safe bitstream reader     yes
2829
texi2html enabled         no
2830
perl enabled              yes
2831
pod2man enabled           yes
2832
makeinfo enabled          no
2833
makeinfo supports HTML    no
2834

    
2835
External libraries:
2836
iconv                   libvorbis               libx265
2837
libopus                 libvpx                  openssl
2838
libtheora               libx264                 zlib
2839

    
2840
External libraries providing hardware acceleration:
2841
v4l2_m2m
2842

    
2843
Libraries:
2844
avcodec                 avresample              swscale
2845
avfilter                avutil
2846
avformat                swresample
2847

    
2848
Programs:
2849

    
2850
Enabled decoders:
2851
aac                     h264                    opus
2852
aac_latm                hevc                    theora
2853
ac3                     libvorbis               vorbis
2854
eac3                    mp2                     vp3
2855
flac                    mpeg2video
2856

    
2857
Enabled encoders:
2858
aac                     libvorbis               libx265
2859
flac                    libvpx_vp8              mp2
2860
libopus                 libvpx_vp9              mpeg2video
2861
libtheora               libx264                 vorbis
2862

    
2863
Enabled hwaccels:
2864

    
2865
Enabled parsers:
2866
aac_latm                ac3
2867

    
2868
Enabled demuxers:
2869
flv                     live_flv                mpegts
2870
hls                     matroska
2871

    
2872
Enabled muxers:
2873
adts                    mov                     ogg
2874
latm                    mp4
2875
matroska                mpegts
2876

    
2877
Enabled protocols:
2878
crypto                  mmst                    srtp
2879
ffrtmpcrypt             rtmp                    tcp
2880
ffrtmphttp              rtmpe                   tls
2881
file                    rtmps                   udp
2882
hls                     rtmpt                   udplite
2883
http                    rtmpte                  unix
2884
https                   rtmpts
2885
mmsh                    rtp
2886

    
2887
Enabled filters:
2888
anull                   hwdownload              scale
2889
aresample               hwupload                yadif
2890
format                  null
2891

    
2892
Enabled bsfs:
2893
aac_adtstoasc           hevc_mp4toannexb        vp9_superframe
2894
h264_mp4toannexb        null
2895

    
2896
Enabled indevs:
2897

    
2898
Enabled outdevs:
2899

    
2900
License: nonfree and unredistributable
2901

    
2902
WARNING: Building with deprecated library libavresample
2903
DESTDIR=/home/debian/tvheadend/build.linux/ffmpeg/build \
2904
        make -C /home/debian/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1 install
2905
make[4]: Entering directory '/home/debian/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1'
2906
GEN     libavutil/libavutil.version
2907
GEN     libswscale/libswscale.version
2908
GEN     libswresample/libswresample.version
2909
GEN     libavresample/libavresample.version
2910
GEN     libavcodec/libavcodec.version
2911
GEN     libavformat/libavformat.version
2912
GEN     libavfilter/libavfilter.version
2913
INSTALL doc/examples/avio_list_dir.c
2914
INSTALL doc/examples/avio_reading.c
2915
INSTALL doc/examples/decode_audio.c
2916
INSTALL doc/examples/decode_video.c
2917
INSTALL doc/examples/demuxing_decoding.c
2918
INSTALL doc/examples/encode_audio.c
2919
INSTALL doc/examples/encode_video.c
2920
INSTALL doc/examples/extract_mvs.c
2921
INSTALL doc/examples/filter_audio.c
2922
INSTALL doc/examples/filtering_audio.c
2923
INSTALL doc/examples/filtering_video.c
2924
INSTALL doc/examples/http_multiclient.c
2925
INSTALL doc/examples/hw_decode.c
2926
INSTALL doc/examples/metadata.c
2927
INSTALL doc/examples/muxing.c
2928
INSTALL doc/examples/qsvdec.c
2929
INSTALL doc/examples/remuxing.c
2930
INSTALL doc/examples/resampling_audio.c
2931
INSTALL doc/examples/scaling_video.c
2932
INSTALL doc/examples/transcode_aac.c
2933
INSTALL doc/examples/transcoding.c
2934
INSTALL doc/examples/vaapi_encode.c
2935
INSTALL doc/examples/vaapi_transcode.c
2936
INSTALL doc/examples/README
2937
INSTALL doc/examples/Makefile
2938
INSTALL doc/examples/avio_list_dir.c
2939
INSTALL doc/examples/avio_reading.c
2940
INSTALL doc/examples/decode_audio.c
2941
INSTALL doc/examples/decode_video.c
2942
INSTALL doc/examples/demuxing_decoding.c
2943
INSTALL doc/examples/encode_audio.c
2944
INSTALL doc/examples/encode_video.c
2945
INSTALL doc/examples/extract_mvs.c
2946
INSTALL doc/examples/filter_audio.c
2947
INSTALL doc/examples/filtering_audio.c
2948
INSTALL doc/examples/filtering_video.c
2949
INSTALL doc/examples/http_multiclient.c
2950
INSTALL doc/examples/hw_decode.c
2951
INSTALL doc/examples/metadata.c
2952
INSTALL doc/examples/muxing.c
2953
INSTALL doc/examples/qsvdec.c
2954
INSTALL doc/examples/remuxing.c
2955
INSTALL doc/examples/resampling_audio.c
2956
INSTALL doc/examples/scaling_video.c
2957
INSTALL doc/examples/transcode_aac.c
2958
INSTALL doc/examples/transcoding.c
2959
INSTALL doc/examples/vaapi_encode.c
2960
INSTALL doc/examples/vaapi_transcode.c
2961
INSTALL doc/examples/README
2962
INSTALL doc/examples/Makefile
2963
CC      libavfilter/af_anull.o
2964
CC      libavfilter/af_aresample.o
2965
CC      libavfilter/allfilters.o
2966
CC      libavfilter/audio.o
2967
CC      libavfilter/avfilter.o
2968
CC      libavfilter/avfiltergraph.o
2969
libavfilter/avfiltergraph.c: In function ‘avfilter_graph_free’:
2970
libavfilter/avfiltergraph.c:135:5: warning: ‘resample_lavr_opts’ is deprecated [-Wdeprecated-declarations]
2971
  135 |     av_freep(&(*graph)->resample_lavr_opts);
2972
      |     ^~~~~~~~
2973
In file included from libavfilter/avfiltergraph.c:39:
2974
libavfilter/avfilter.h:857:32: note: declared here
2975
  857 |     attribute_deprecated char *resample_lavr_opts;   ///< libavresample options to use for the auto-inserted resample filters
2976
      |                                ^~~~~~~~~~~~~~~~~~
2977
CC      libavfilter/buffersink.o
2978
CC      libavfilter/buffersrc.o
2979
CC      libavfilter/drawutils.o
2980
CC      libavfilter/fifo.o
2981
CC      libavfilter/formats.o
2982
CC      libavfilter/framepool.o
2983
CC      libavfilter/framequeue.o
2984
CC      libavfilter/graphdump.o
2985
CC      libavfilter/graphparser.o
2986
CC      libavfilter/pthread.o
2987
CC      libavfilter/scale_eval.o
2988
CC      libavfilter/transform.o
2989
CC      libavfilter/vf_format.o
2990
CC      libavfilter/vf_hwdownload.o
2991
CC      libavfilter/vf_hwupload.o
2992
CC      libavfilter/vf_null.o
2993
CC      libavfilter/vf_scale.o
2994
In file included from ./libavutil/common.h:605,
2995
                 from ./libavutil/avutil.h:296,
2996
                 from libavfilter/avfilter.h:41,
2997
                 from libavfilter/vf_scale.c:29:
2998
libavfilter/vf_scale.c: In function ‘scale_slice’:
2999
libavfilter/vf_scale.c:638:65: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
3000
  638 | i] = FF_PTR_ADD(cur_pic->data[i], ((y>>vsub)+field) * cur_pic->linesize[i]);
3001

    
3002
./libavutil/internal.h:105:32: note: in definition of macro ‘FF_PTR_ADD’  105 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr))
3003
      |                                ^~~
3004
libavfilter/vf_scale.c:639:65: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
3005
  639 | i] = FF_PTR_ADD(out_buf->data[i],            field  * out_buf->linesize[i]);
3006

    
3007
./libavutil/internal.h:105:32: note: in definition of macro ‘FF_PTR_ADD’  105 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr))
3008
      |                                ^~~
3009
CC      libavfilter/vf_yadif.o
3010
CC      libavfilter/video.o
3011
X86ASM  libavfilter/x86/vf_yadif.o
3012
STRIP   libavfilter/x86/vf_yadif.o
3013
CC      libavfilter/x86/vf_yadif_init.o
3014
X86ASM  libavfilter/x86/yadif-10.o
3015
STRIP   libavfilter/x86/yadif-10.o
3016
X86ASM  libavfilter/x86/yadif-16.o
3017
STRIP   libavfilter/x86/yadif-16.o
3018
CC      libavfilter/yadif_common.o
3019
AR      libavfilter/libavfilter.a
3020
INSTALL libavfilter/libavfilter.a
3021
CC      libavformat/adtsenc.o
3022
CC      libavformat/allformats.o
3023
CC      libavformat/apetag.o
3024
CC      libavformat/asf.o
3025
CC      libavformat/av1.o
3026
CC      libavformat/avc.o
3027
CC      libavformat/avio.o
3028
CC      libavformat/aviobuf.o
3029
CC      libavformat/avlanguage.o
3030
CC      libavformat/crypto.o
3031
CC      libavformat/dump.o
3032
CC      libavformat/file.o
3033
CC      libavformat/flac_picture.o
3034
CC      libavformat/flacenc_header.o
3035
CC      libavformat/flvdec.o
3036
CC      libavformat/format.o
3037
CC      libavformat/hevc.o
3038
CC      libavformat/hls.o
3039
CC      libavformat/hlsproto.o
3040
CC      libavformat/http.o
3041
libavformat/http.c: In function ‘http_open_cnx_internal’:
3042
libavformat/http.c:234:62: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
3043
  234 | snprintf(sanitized_path, sizeof(sanitized_path), "/%s", path1);
3044
      |                                                      ^
3045

    
3046
libavformat/http.c:234:9: note: ‘snprintf’ output between 2 and 4097 bytes into a destination of size 4096
3047
  234 |         snprintf(sanitized_path, sizeof(sanitized_path), "/%s", path1);
3048
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3049
CC      libavformat/httpauth.o
3050
CC      libavformat/id3v1.o
3051
CC      libavformat/id3v2.o
3052
CC      libavformat/id3v2enc.o
3053
CC      libavformat/img2.o
3054
CC      libavformat/ip.o
3055
CC      libavformat/isom.o
3056
CC      libavformat/isom_tags.o
3057
CC      libavformat/latmenc.o
3058
CC      libavformat/matroska.o
3059
CC      libavformat/matroskadec.o
3060
CC      libavformat/matroskaenc.o
3061
libavformat/matroskaenc.c:2654:12: warning: ‘webm_query_codec’ defined but not used [-Wunused-function]
3062
 2654 | static int webm_query_codec(enum AVCodecID codec_id, int std_compliance)
3063
      |            ^~~~~~~~~~~~~~~~
3064
libavformat/matroskaenc.c: In function ‘mkv_write_trailer’:
3065
libavformat/matroskaenc.c:2617:58: warning: ‘%012.9f’ directive output may be truncated writing between 12 and 320 bytes into a region of size between 8 and 14 [-Wformat-truncation=]
3066
 2617 |              snprintf(duration_string, 20, "%02d:%02d:%012.9f",
3067
      |                                                       ^~~~~~~
3068

    
3069
libavformat/matroskaenc.c:2617:17: note: ‘snprintf’ output between 19 and 333 bytes into a destination of size 20
3070
 2617 |                 snprintf(duration_string, 20, "%02d:%02d:%012.9f",
3071
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3072
 2618 |                          (int) duration_sec / 3600, ((int) duration_sec / 60) % 60,
3073
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3074
 2619 |                          fmod(duration_sec, 60));
3075
      |                          ~~~~~~~~~~~~~~~~~~~~~~~
3076
CC      libavformat/metadata.o
3077
CC      libavformat/mms.o
3078
CC      libavformat/mmsh.o
3079
CC      libavformat/mmst.o
3080
CC      libavformat/mov_chan.o
3081
CC      libavformat/movenc.o
3082
CC      libavformat/movenccenc.o
3083
CC      libavformat/movenchint.o
3084
CC      libavformat/mpegts.o
3085
CC      libavformat/mpegtsenc.o
3086
CC      libavformat/mux.o
3087
CC      libavformat/network.o
3088
CC      libavformat/oggenc.o
3089
CC      libavformat/oggparsevorbis.o
3090
CC      libavformat/options.o
3091
CC      libavformat/os_support.o
3092
CC      libavformat/protocols.o
3093
libavformat/protocols.c: In function ‘avio_enum_protocols’:
3094
libavformat/protocols.c:118:7: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
3095
  118 |     p = p ? p + 1 : url_protocols;
3096
      |       ^
3097
CC      libavformat/qtpalette.o
3098
CC      libavformat/rawenc.o
3099
libavformat/rawenc.c:35:12: warning: ‘force_one_stream’ defined but not used [-Wunused-function]
3100
   35 | static int force_one_stream(AVFormatContext *s)
3101
      |            ^~~~~~~~~~~~~~~~
3102
CC      libavformat/rawutils.o
3103
CC      libavformat/replaygain.o
3104
CC      libavformat/riff.o
3105
CC      libavformat/riffdec.o
3106
CC      libavformat/riffenc.o
3107
CC      libavformat/rmsipr.o
3108
CC      libavformat/rtmpcrypt.o
3109
CC      libavformat/rtmpdh.o
3110
CC      libavformat/rtmpdigest.o
3111
CC      libavformat/rtmphttp.o
3112
CC      libavformat/rtmppkt.o
3113
CC      libavformat/rtmpproto.o
3114
CC      libavformat/rtp.o
3115
CC      libavformat/rtpenc_chain.o
3116
CC      libavformat/rtpproto.o
3117
CC      libavformat/sdp.o
3118
CC      libavformat/srtp.o
3119
CC      libavformat/srtpproto.o
3120
CC      libavformat/tcp.o
3121
CC      libavformat/tls.o
3122
CC      libavformat/tls_openssl.o
3123
CC      libavformat/udp.o
3124
CC      libavformat/unix.o
3125
CC      libavformat/url.o
3126
CC      libavformat/urldecode.o
3127
CC      libavformat/utils.o
3128
CC      libavformat/vorbiscomment.o
3129
libavformat/vorbiscomment.c: In function ‘ff_vorbiscomment_write’:
3130
libavformat/vorbiscomment.c:102:63: warning: ‘%03d’ directive output may be truncated writing between 3 and 10 bytes into a region of size 4 [-Wformat-truncation=]
3131
  102 |    snprintf(chapter_number, sizeof(chapter_number), "%03d", i);
3132
      |                                                      ^~~~
3133

    
3134
libavformat/vorbiscomment.c:102:62: note: directive argument in the range [0, 2147483647]
3135
  102 |    snprintf(chapter_number, sizeof(chapter_number), "%03d", i);
3136
      |                                                     ^~~~~~
3137

    
3138
libavformat/vorbiscomment.c:102:13: note: ‘snprintf’ output between 4 and 11 bytes into a destination of size 4
3139
  102 |             snprintf(chapter_number, sizeof(chapter_number), "%03d", i);
3140
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3141
libavformat/vorbiscomment.c:103:69: warning: ‘%02d’ directive output may be truncated writing between 2 and 3 bytes into a region of size between 1and 7 [-Wformat-truncation=]
3142
  103 | intf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms);
3143
      |                                                     ^~~~
3144

    
3145
libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-59, 59]
3146
  103 |        snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms);
3147
      |                                                     ^~~~~~~~~~~~~~~~~~~~~
3148

    
3149
libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-999, 999]
3150
libavformat/vorbiscomment.c:103:13: note: ‘snprintf’ output between 13 and 21 bytes into a destination of size 13
3151
  103 |             snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms);
3152
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3153
CC      libavformat/vpcc.o
3154
CC      libavformat/wv.o
3155
AR      libavformat/libavformat.a
3156
INSTALL libavformat/libavformat.a
3157
CC      libavcodec/aac_ac3_parser.o
3158
CC      libavcodec/aac_adtstoasc_bsf.o
3159
CC      libavcodec/aaccoder.o
3160
CC      libavcodec/aacdec.o
3161
CC      libavcodec/aacenc.o
3162
CC      libavcodec/aacenc_is.o
3163
CC      libavcodec/aacenc_ltp.o
3164
CC      libavcodec/aacenc_pred.o
3165
CC      libavcodec/aacenc_tns.o
3166
CC      libavcodec/aacenctab.o
3167
CC      libavcodec/aacps_common.o
3168
CC      libavcodec/aacps_float.o
3169
CC      libavcodec/aacpsdsp_float.o
3170
CC      libavcodec/aacpsy.o
3171
CC      libavcodec/aacsbr.o
3172
CC      libavcodec/aactab.o
3173
CC      libavcodec/aandcttab.o
3174
CC      libavcodec/ac3.o
3175
CC      libavcodec/ac3_parser.o
3176
CC      libavcodec/ac3dec_data.o
3177
CC      libavcodec/ac3dec_float.o
3178
CC      libavcodec/ac3dsp.o
3179
CC      libavcodec/ac3tab.o
3180
CC      libavcodec/adts_header.o
3181
CC      libavcodec/adts_parser.o
3182
CC      libavcodec/allcodecs.o
3183
CC      libavcodec/atsc_a53.o
3184
CC      libavcodec/audio_frame_queue.o
3185
CC      libavcodec/avcodec.o
3186
CC      libavcodec/avdct.o
3187
CC      libavcodec/avfft.o
3188
CC      libavcodec/avpacket.o
3189
CC      libavcodec/avpicture.o
3190
CC      libavcodec/bitstream.o
3191
CC      libavcodec/bitstream_filter.o
3192
CC      libavcodec/bitstream_filters.o
3193
CC      libavcodec/blockdsp.o
3194
CC      libavcodec/bsf.o
3195
CC      libavcodec/bswapdsp.o
3196
CC      libavcodec/cabac.o
3197
CC      libavcodec/cbrt_data.o
3198
CC      libavcodec/codec_desc.o
3199
CC      libavcodec/codec_par.o
3200
CC      libavcodec/d3d11va.o
3201
CC      libavcodec/dct.o
3202
CC      libavcodec/dct32_fixed.o
3203
CC      libavcodec/dct32_float.o
3204
CC      libavcodec/decode.o
3205
CC      libavcodec/dirac.o
3206
CC      libavcodec/dv_profile.o
3207
CC      libavcodec/dynamic_hdr10_plus.o
3208
CC      libavcodec/eac3_data.o
3209
CC      libavcodec/encode.o
3210
CC      libavcodec/error_resilience.o
3211
CC      libavcodec/faandct.o
3212
CC      libavcodec/faanidct.o
3213
CC      libavcodec/fdctdsp.o
3214
CC      libavcodec/fft_fixed_32.o
3215
CC      libavcodec/fft_float.o
3216
CC      libavcodec/fft_init_table.o
3217
CC      libavcodec/flac.o
3218
CC      libavcodec/flacdata.o
3219
CC      libavcodec/flacdec.o
3220
CC      libavcodec/flacdsp.o
3221
CC      libavcodec/flacenc.o
3222
CC      libavcodec/fmtconvert.o
3223
CC      libavcodec/frame_thread_encoder.o
3224
CC      libavcodec/golomb.o
3225
CC      libavcodec/h263dsp.o
3226
CC      libavcodec/h2645_parse.o
3227
CC      libavcodec/h264_cabac.o
3228
CC      libavcodec/h264_cavlc.o
3229
CC      libavcodec/h264_direct.o
3230
CC      libavcodec/h264_loopfilter.o
3231
CC      libavcodec/h264_mb.o
3232
CC      libavcodec/h264_mp4toannexb_bsf.o
3233
CC      libavcodec/h264_parse.o
3234
CC      libavcodec/h264_picture.o
3235
CC      libavcodec/h264_ps.o
3236
CC      libavcodec/h264_refs.o
3237
CC      libavcodec/h264_sei.o
3238
CC      libavcodec/h264_slice.o
3239
CC      libavcodec/h264chroma.o
3240
CC      libavcodec/h264data.o
3241
CC      libavcodec/h264dec.o
3242
CC      libavcodec/h264dsp.o
3243
CC      libavcodec/h264idct.o
3244
CC      libavcodec/h264pred.o
3245
CC      libavcodec/h264qpel.o
3246
CC      libavcodec/hevc_cabac.o
3247
CC      libavcodec/hevc_data.o
3248
CC      libavcodec/hevc_filter.o
3249
CC      libavcodec/hevc_mp4toannexb_bsf.o
3250
CC      libavcodec/hevc_mvs.o
3251
CC      libavcodec/hevc_parse.o
3252
CC      libavcodec/hevc_ps.o
3253
CC      libavcodec/hevc_refs.o
3254
CC      libavcodec/hevc_sei.o
3255
CC      libavcodec/hevcdec.o
3256
CC      libavcodec/hevcdsp.o
3257
CC      libavcodec/hevcpred.o
3258
CC      libavcodec/hpeldsp.o
3259
CC      libavcodec/idctdsp.o
3260
CC      libavcodec/iirfilter.o
3261
CC      libavcodec/imgconvert.o
3262
CC      libavcodec/jfdctfst.o
3263
CC      libavcodec/jfdctint.o
3264
CC      libavcodec/jni.o
3265
CC      libavcodec/jrevdct.o
3266
CC      libavcodec/kbdwin.o
3267
CC      libavcodec/latm_parser.o
3268
CC      libavcodec/libopus.o
3269
CC      libavcodec/libopusenc.o
3270
CC      libavcodec/libtheoraenc.o
3271
CC      libavcodec/libvorbisdec.o
3272
CC      libavcodec/libvorbisenc.o
3273
CC      libavcodec/libvpx.o
3274
CC      libavcodec/libvpxenc.o
3275
CC      libavcodec/libx264.o
3276
CC      libavcodec/libx265.o
3277
In file included from libavcodec/libx265.c:27:
3278
/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h:34:5: warning: "_MSC_VER" is not defined, evaluates to 0 [-Wundef]
3279
   34 | #if _MSC_VER
3280
      |     ^~~~~~~~
3281
/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h:183:5: warning: "X265_DEPTH" is not defined, evaluates to 0 [-Wundef]
3282
  183 | #if X265_DEPTH < 10
3283
      |     ^~~~~~~~~~
3284
In file included from libavcodec/libx265.c:27:
3285
/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h:2210:5: warning: "ENABLE_LIBVMAF" is not defined, evaluates to 0 [-Wundef]
3286
 2210 | #if ENABLE_LIBVMAF
3287
      |     ^~~~~~~~~~~~~~
3288
/home/debian/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h:2280:5: warning: "ENABLE_LIBVMAF" is not defined, evaluates to 0 [-Wundef]
3289
 2280 | #if ENABLE_LIBVMAF
3290
      |     ^~~~~~~~~~~~~~
3291
CC      libavcodec/lpc.o
3292
CC      libavcodec/mathtables.o
3293
CC      libavcodec/mdct15.o
3294
CC      libavcodec/mdct_fixed_32.o
3295
CC      libavcodec/mdct_float.o
3296
CC      libavcodec/me_cmp.o
3297
CC      libavcodec/mediacodec.o
3298
CC      libavcodec/motion_est.o
3299
CC      libavcodec/mpeg12.o
3300
CC      libavcodec/mpeg12data.o
3301
CC      libavcodec/mpeg12dec.o
3302
CC      libavcodec/mpeg12enc.o
3303
CC      libavcodec/mpeg12framerate.o
3304
CC      libavcodec/mpeg4audio.o
3305
CC      libavcodec/mpeg_er.o
3306
CC      libavcodec/mpegaudio.o
3307
CC      libavcodec/mpegaudiodata.o
3308
CC      libavcodec/mpegaudiodec_common.o
3309
CC      libavcodec/mpegaudiodec_fixed.o
3310
CC      libavcodec/mpegaudiodecheader.o
3311
CC      libavcodec/mpegaudiodsp.o
3312
CC      libavcodec/mpegaudiodsp_data.o
3313
CC      libavcodec/mpegaudiodsp_fixed.o
3314
CC      libavcodec/mpegaudiodsp_float.o
3315
CC      libavcodec/mpegaudioenc_float.o
3316
CC      libavcodec/mpegpicture.o
3317
CC      libavcodec/mpegutils.o
3318
CC      libavcodec/mpegvideo.o
3319
CC      libavcodec/mpegvideo_enc.o
3320
libavcodec/mpegvideo_enc.c: In function ‘write_mb_info’:
3321
libavcodec/mpegvideo_enc.c:2887:5: warning: ‘pred_x’ is used uninitialized in this function [-Wuninitialized]
3322
 2887 |     bytestream_put_byte(&ptr, pred_x); /* hmv1 */
3323
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3324
libavcodec/mpegvideo_enc.c:2888:5: warning: ‘pred_y’ is used uninitialized in this function [-Wuninitialized]
3325
 2888 |     bytestream_put_byte(&ptr, pred_y); /* vmv1 */
3326
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3327
CC      libavcodec/mpegvideo_motion.o
3328
CC      libavcodec/mpegvideodata.o
3329
CC      libavcodec/mpegvideodsp.o
3330
CC      libavcodec/mpegvideoencdsp.o
3331
CC      libavcodec/null_bsf.o
3332
CC      libavcodec/options.o
3333
CC      libavcodec/opus.o
3334
CC      libavcodec/opus_celt.o
3335
CC      libavcodec/opus_pvq.o
3336
CC      libavcodec/opus_rc.o
3337
CC      libavcodec/opus_silk.o
3338
CC      libavcodec/opusdec.o
3339
CC      libavcodec/opusdsp.o
3340
CC      libavcodec/opustab.o
3341
CC      libavcodec/parser.o
3342
CC      libavcodec/parsers.o
3343
CC      libavcodec/pixblockdsp.o
3344
CC      libavcodec/profiles.o
3345
CC      libavcodec/psymodel.o
3346
CC      libavcodec/pthread.o
3347
CC      libavcodec/pthread_frame.o
3348
CC      libavcodec/pthread_slice.o
3349
CC      libavcodec/qpeldsp.o
3350
CC      libavcodec/qsv_api.o
3351
CC      libavcodec/ratecontrol.o
3352
CC      libavcodec/raw.o
3353
CC      libavcodec/rdft.o
3354
CC      libavcodec/rl.o
3355
CC      libavcodec/sbrdsp.o
3356
CC      libavcodec/simple_idct.o
3357
CC      libavcodec/sinewin.o
3358
CC      libavcodec/startcode.o
3359
CC      libavcodec/utils.o
3360
CC      libavcodec/v4l2_buffers.o
3361
CC      libavcodec/v4l2_context.o
3362
CC      libavcodec/v4l2_fmt.o
3363
CC      libavcodec/v4l2_m2m.o
3364
CC      libavcodec/videodsp.o
3365
CC      libavcodec/vorbis.o
3366
CC      libavcodec/vorbis_data.o
3367
CC      libavcodec/vorbis_parser.o
3368
CC      libavcodec/vorbisdec.o
3369
CC      libavcodec/vorbisdsp.o
3370
CC      libavcodec/vorbisenc.o
3371
CC      libavcodec/vp3.o
3372
CC      libavcodec/vp3dsp.o
3373
CC      libavcodec/vp9_superframe_bsf.o
3374
X86ASM  libavcodec/x86/aacencdsp.o
3375
STRIP   libavcodec/x86/aacencdsp.o
3376
CC      libavcodec/x86/aacencdsp_init.o
3377
X86ASM  libavcodec/x86/aacpsdsp.o
3378
STRIP   libavcodec/x86/aacpsdsp.o
3379
CC      libavcodec/x86/aacpsdsp_init.o
3380
X86ASM  libavcodec/x86/ac3dsp.o
3381
STRIP   libavcodec/x86/ac3dsp.o
3382
X86ASM  libavcodec/x86/ac3dsp_downmix.o
3383
STRIP   libavcodec/x86/ac3dsp_downmix.o
3384
CC      libavcodec/x86/ac3dsp_init.o
3385
X86ASM  libavcodec/x86/blockdsp.o
3386
STRIP   libavcodec/x86/blockdsp.o
3387
CC      libavcodec/x86/blockdsp_init.o
3388
X86ASM  libavcodec/x86/bswapdsp.o
3389
STRIP   libavcodec/x86/bswapdsp.o
3390
CC      libavcodec/x86/bswapdsp_init.o
3391
CC      libavcodec/x86/constants.o
3392
X86ASM  libavcodec/x86/dct32.o
3393
STRIP   libavcodec/x86/dct32.o
3394
CC      libavcodec/x86/dct_init.o
3395
CC      libavcodec/x86/fdct.o
3396
CC      libavcodec/x86/fdctdsp_init.o
3397
X86ASM  libavcodec/x86/fft.o
3398
STRIP   libavcodec/x86/fft.o
3399
CC      libavcodec/x86/fft_init.o
3400
X86ASM  libavcodec/x86/flac_dsp_gpl.o
3401
STRIP   libavcodec/x86/flac_dsp_gpl.o
3402
X86ASM  libavcodec/x86/flacdsp.o
3403
STRIP   libavcodec/x86/flacdsp.o
3404
CC      libavcodec/x86/flacdsp_init.o
3405
X86ASM  libavcodec/x86/fmtconvert.o
3406
STRIP   libavcodec/x86/fmtconvert.o
3407
CC      libavcodec/x86/fmtconvert_init.o
3408
X86ASM  libavcodec/x86/fpel.o
3409
STRIP   libavcodec/x86/fpel.o
3410
X86ASM  libavcodec/x86/h263_loopfilter.o
3411
STRIP   libavcodec/x86/h263_loopfilter.o
3412
CC      libavcodec/x86/h263dsp_init.o
3413
X86ASM  libavcodec/x86/h264_chromamc.o
3414
STRIP   libavcodec/x86/h264_chromamc.o
3415
X86ASM  libavcodec/x86/h264_chromamc_10bit.o
3416
STRIP   libavcodec/x86/h264_chromamc_10bit.o
3417
X86ASM  libavcodec/x86/h264_deblock.o
3418
STRIP   libavcodec/x86/h264_deblock.o
3419
X86ASM  libavcodec/x86/h264_deblock_10bit.o
3420
STRIP   libavcodec/x86/h264_deblock_10bit.o
3421
X86ASM  libavcodec/x86/h264_idct.o
3422
STRIP   libavcodec/x86/h264_idct.o
3423
X86ASM  libavcodec/x86/h264_idct_10bit.o
3424
STRIP   libavcodec/x86/h264_idct_10bit.o
3425
X86ASM  libavcodec/x86/h264_intrapred.o
3426
STRIP   libavcodec/x86/h264_intrapred.o
3427
X86ASM  libavcodec/x86/h264_intrapred_10bit.o
3428
STRIP   libavcodec/x86/h264_intrapred_10bit.o
3429
CC      libavcodec/x86/h264_intrapred_init.o
3430
CC      libavcodec/x86/h264_qpel.o
3431
X86ASM  libavcodec/x86/h264_qpel_10bit.o
3432
STRIP   libavcodec/x86/h264_qpel_10bit.o
3433
X86ASM  libavcodec/x86/h264_qpel_8bit.o
3434
STRIP   libavcodec/x86/h264_qpel_8bit.o
3435
X86ASM  libavcodec/x86/h264_weight.o
3436
STRIP   libavcodec/x86/h264_weight.o
3437
X86ASM  libavcodec/x86/h264_weight_10bit.o
3438
STRIP   libavcodec/x86/h264_weight_10bit.o
3439
CC      libavcodec/x86/h264chroma_init.o
3440
CC      libavcodec/x86/h264dsp_init.o
3441
X86ASM  libavcodec/x86/hevc_add_res.o
3442
STRIP   libavcodec/x86/hevc_add_res.o
3443
X86ASM  libavcodec/x86/hevc_deblock.o
3444
STRIP   libavcodec/x86/hevc_deblock.o
3445
X86ASM  libavcodec/x86/hevc_idct.o
3446
STRIP   libavcodec/x86/hevc_idct.o
3447
X86ASM  libavcodec/x86/hevc_mc.o
3448
STRIP   libavcodec/x86/hevc_mc.o
3449
X86ASM  libavcodec/x86/hevc_sao.o
3450
STRIP   libavcodec/x86/hevc_sao.o
3451
X86ASM  libavcodec/x86/hevc_sao_10bit.o
3452
STRIP   libavcodec/x86/hevc_sao_10bit.o
3453
CC      libavcodec/x86/hevcdsp_init.o
3454
X86ASM  libavcodec/x86/hpeldsp.o
3455
STRIP   libavcodec/x86/hpeldsp.o
3456
CC      libavcodec/x86/hpeldsp_init.o
3457
X86ASM  libavcodec/x86/hpeldsp_vp3.o
3458
STRIP   libavcodec/x86/hpeldsp_vp3.o
3459
CC      libavcodec/x86/hpeldsp_vp3_init.o
3460
X86ASM  libavcodec/x86/idctdsp.o
3461
STRIP   libavcodec/x86/idctdsp.o
3462
CC      libavcodec/x86/idctdsp_init.o
3463
X86ASM  libavcodec/x86/imdct36.o
3464
STRIP   libavcodec/x86/imdct36.o
3465
CC      libavcodec/x86/lpc.o
3466
X86ASM  libavcodec/x86/mdct15.o
3467
STRIP   libavcodec/x86/mdct15.o
3468
CC      libavcodec/x86/mdct15_init.o
3469
X86ASM  libavcodec/x86/me_cmp.o
3470
STRIP   libavcodec/x86/me_cmp.o
3471
CC      libavcodec/x86/me_cmp_init.o
3472
CC      libavcodec/x86/mpegaudiodsp.o
3473
CC      libavcodec/x86/mpegvideo.o
3474
CC      libavcodec/x86/mpegvideodsp.o
3475
CC      libavcodec/x86/mpegvideoenc.o
3476
X86ASM  libavcodec/x86/mpegvideoencdsp.o
3477
STRIP   libavcodec/x86/mpegvideoencdsp.o
3478
CC      libavcodec/x86/mpegvideoencdsp_init.o
3479
X86ASM  libavcodec/x86/opusdsp.o
3480
STRIP   libavcodec/x86/opusdsp.o
3481
CC      libavcodec/x86/opusdsp_init.o
3482
X86ASM  libavcodec/x86/pixblockdsp.o
3483
STRIP   libavcodec/x86/pixblockdsp.o
3484
CC      libavcodec/x86/pixblockdsp_init.o
3485
X86ASM  libavcodec/x86/qpel.o
3486
STRIP   libavcodec/x86/qpel.o
3487
X86ASM  libavcodec/x86/qpeldsp.o
3488
STRIP   libavcodec/x86/qpeldsp.o
3489
CC      libavcodec/x86/qpeldsp_init.o
3490
X86ASM  libavcodec/x86/sbrdsp.o
3491
STRIP   libavcodec/x86/sbrdsp.o
3492
CC      libavcodec/x86/sbrdsp_init.o
3493
X86ASM  libavcodec/x86/simple_idct.o
3494
STRIP   libavcodec/x86/simple_idct.o
3495
X86ASM  libavcodec/x86/simple_idct10.o
3496
STRIP   libavcodec/x86/simple_idct10.o
3497
X86ASM  libavcodec/x86/videodsp.o
3498
STRIP   libavcodec/x86/videodsp.o
3499
CC      libavcodec/x86/videodsp_init.o
3500
X86ASM  libavcodec/x86/vorbisdsp.o
3501
STRIP   libavcodec/x86/vorbisdsp.o
3502
CC      libavcodec/x86/vorbisdsp_init.o
3503
X86ASM  libavcodec/x86/vp3dsp.o
3504
STRIP   libavcodec/x86/vp3dsp.o
3505
CC      libavcodec/x86/vp3dsp_init.o
3506
CC      libavcodec/xiph.o
3507
AR      libavcodec/libavcodec.a
3508
INSTALL libavcodec/libavcodec.a
3509
CC      libavresample/audio_convert.o
3510
In file included from libavresample/audio_convert.h:26,
3511
                 from libavresample/audio_convert.c:30:
3512
libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3513
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3514
      |          ^~~~~~~~~~~~~~
3515
In file included from libavresample/audio_convert.h:25,
3516
                 from libavresample/audio_convert.c:30:
3517
libavresample/avresample.h:112:27: note: declared here
3518
  112 | enum attribute_deprecated AVMixCoeffType {
3519
      |                           ^~~~~~~~~~~~~~
3520
In file included from libavresample/audio_convert.h:26,
3521
                 from libavresample/audio_convert.c:30:
3522
libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3523
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3524
      |          ^~~~~~~~~~~~~~~~~~~~
3525
In file included from libavresample/audio_convert.h:25,
3526
                 from libavresample/audio_convert.c:30:
3527
libavresample/avresample.h:123:27: note: declared here
3528
  123 | enum attribute_deprecated AVResampleFilterType {
3529
      |                           ^~~~~~~~~~~~~~~~~~~~
3530
In file included from libavresample/audio_convert.h:26,
3531
                 from libavresample/audio_convert.c:30:
3532
libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3533
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3534
      |          ^~~~~~~~~~~~~~~~~~~~~~
3535
In file included from libavresample/audio_convert.h:25,
3536
                 from libavresample/audio_convert.c:30:
3537
libavresample/avresample.h:132:27: note: declared here
3538
  132 | enum attribute_deprecated AVResampleDitherMethod {
3539
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3540
In file included from libavresample/audio_convert.c:32:
3541
libavresample/dither.h:91:30: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3542
   91 |                         enum AVResampleDitherMethod method);
3543
      |                              ^~~~~~~~~~~~~~~~~~~~~~
3544
In file included from libavresample/audio_convert.h:25,
3545
                 from libavresample/audio_convert.c:30:
3546
libavresample/avresample.h:132:27: note: declared here
3547
  132 | enum attribute_deprecated AVResampleDitherMethod {
3548
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3549
CC      libavresample/audio_data.o
3550
In file included from libavresample/audio_data.h:30,
3551
                 from libavresample/audio_data.c:25:
3552
libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3553
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3554
      |          ^~~~~~~~~~~~~~
3555
In file included from libavresample/audio_data.h:29,
3556
                 from libavresample/audio_data.c:25:
3557
libavresample/avresample.h:112:27: note: declared here
3558
  112 | enum attribute_deprecated AVMixCoeffType {
3559
      |                           ^~~~~~~~~~~~~~
3560
In file included from libavresample/audio_data.h:30,
3561
                 from libavresample/audio_data.c:25:
3562
libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3563
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3564
      |          ^~~~~~~~~~~~~~~~~~~~
3565
In file included from libavresample/audio_data.h:29,
3566
                 from libavresample/audio_data.c:25:
3567
libavresample/avresample.h:123:27: note: declared here
3568
  123 | enum attribute_deprecated AVResampleFilterType {
3569
      |                           ^~~~~~~~~~~~~~~~~~~~
3570
In file included from libavresample/audio_data.h:30,
3571
                 from libavresample/audio_data.c:25:
3572
libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3573
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3574
      |          ^~~~~~~~~~~~~~~~~~~~~~
3575
In file included from libavresample/audio_data.h:29,
3576
                 from libavresample/audio_data.c:25:
3577
libavresample/avresample.h:132:27: note: declared here
3578
  132 | enum attribute_deprecated AVResampleDitherMethod {
3579
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3580
CC      libavresample/audio_mix.o
3581
In file included from libavresample/audio_mix.c:27:
3582
libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3583
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3584
      |          ^~~~~~~~~~~~~~
3585
In file included from libavresample/audio_mix.c:26:
3586
libavresample/avresample.h:112:27: note: declared here
3587
  112 | enum attribute_deprecated AVMixCoeffType {
3588
      |                           ^~~~~~~~~~~~~~
3589
In file included from libavresample/audio_mix.c:27:
3590
libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3591
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3592
      |          ^~~~~~~~~~~~~~~~~~~~
3593
In file included from libavresample/audio_mix.c:26:
3594
libavresample/avresample.h:123:27: note: declared here
3595
  123 | enum attribute_deprecated AVResampleFilterType {
3596
      |                           ^~~~~~~~~~~~~~~~~~~~
3597
In file included from libavresample/audio_mix.c:27:
3598
libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3599
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3600
      |          ^~~~~~~~~~~~~~~~~~~~~~
3601
In file included from libavresample/audio_mix.c:26:
3602
libavresample/avresample.h:132:27: note: declared here
3603
  132 | enum attribute_deprecated AVResampleDitherMethod {
3604
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3605
In file included from libavresample/audio_mix.c:29:
3606
libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3607
   55 |                            enum AVMixCoeffType coeff_type, int in_channels,
3608
      |                                 ^~~~~~~~~~~~~~
3609
In file included from libavresample/audio_mix.c:26:
3610
libavresample/avresample.h:112:27: note: declared here
3611
  112 | enum attribute_deprecated AVMixCoeffType {
3612
      |                           ^~~~~~~~~~~~~~
3613
libavresample/audio_mix.c:36:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3614
   36 |     enum AVMixCoeffType coeff_type;
3615
      |          ^~~~~~~~~~~~~~
3616
In file included from libavresample/audio_mix.c:26:
3617
libavresample/avresample.h:112:27: note: declared here
3618
  112 | enum attribute_deprecated AVMixCoeffType {
3619
      |                           ^~~~~~~~~~~~~~
3620
libavresample/audio_mix.c:62:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3621
   62 |                            enum AVMixCoeffType coeff_type, int in_channels,
3622
      |                                 ^~~~~~~~~~~~~~
3623
In file included from libavresample/audio_mix.c:26:
3624
libavresample/avresample.h:112:27: note: declared here
3625
  112 | enum attribute_deprecated AVMixCoeffType {
3626
      |                           ^~~~~~~~~~~~~~
3627
libavresample/audio_mix.c: In function ‘ff_audio_mix_alloc’:
3628
libavresample/audio_mix.c:378:9: warning: ‘avresample_build_matrix’ is deprecated [-Wdeprecated-declarations]
3629
  378 |         ret = avresample_build_matrix(avr->in_channel_layout,
3630
      |         ^~~
3631
In file included from libavresample/audio_mix.c:26:
3632
libavresample/avresample.h:286:5: note: declared here
3633
  286 | int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout,
3634
      |     ^~~~~~~~~~~~~~~~~~~~~~~
3635
CC      libavresample/audio_mix_matrix.o
3636
In file included from libavresample/audio_mix_matrix.c:28:
3637
libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3638
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3639
      |          ^~~~~~~~~~~~~~
3640
In file included from libavresample/audio_mix_matrix.c:27:
3641
libavresample/avresample.h:112:27: note: declared here
3642
  112 | enum attribute_deprecated AVMixCoeffType {
3643
      |                           ^~~~~~~~~~~~~~
3644
In file included from libavresample/audio_mix_matrix.c:28:
3645
libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3646
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3647
      |          ^~~~~~~~~~~~~~~~~~~~
3648
In file included from libavresample/audio_mix_matrix.c:27:
3649
libavresample/avresample.h:123:27: note: declared here
3650
  123 | enum attribute_deprecated AVResampleFilterType {
3651
      |                           ^~~~~~~~~~~~~~~~~~~~
3652
In file included from libavresample/audio_mix_matrix.c:28:
3653
libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3654
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3655
      |          ^~~~~~~~~~~~~~~~~~~~~~
3656
In file included from libavresample/audio_mix_matrix.c:27:
3657
libavresample/avresample.h:132:27: note: declared here
3658
  132 | enum attribute_deprecated AVResampleDitherMethod {
3659
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3660
In file included from libavresample/audio_mix_matrix.c:30:
3661
libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3662
   55 |                            enum AVMixCoeffType coeff_type, int in_channels,
3663
      |                                 ^~~~~~~~~~~~~~
3664
In file included from libavresample/audio_mix_matrix.c:27:
3665
libavresample/avresample.h:112:27: note: declared here
3666
  112 | enum attribute_deprecated AVMixCoeffType {
3667
      |                           ^~~~~~~~~~~~~~
3668
CC      libavresample/dither.o
3669
In file included from libavresample/audio_convert.h:26,
3670
                 from libavresample/dither.c:39:
3671
libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3672
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3673
      |          ^~~~~~~~~~~~~~
3674
In file included from libavresample/audio_convert.h:25,
3675
                 from libavresample/dither.c:39:
3676
libavresample/avresample.h:112:27: note: declared here
3677
  112 | enum attribute_deprecated AVMixCoeffType {
3678
      |                           ^~~~~~~~~~~~~~
3679
In file included from libavresample/audio_convert.h:26,
3680
                 from libavresample/dither.c:39:
3681
libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3682
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3683
      |          ^~~~~~~~~~~~~~~~~~~~
3684
In file included from libavresample/audio_convert.h:25,
3685
                 from libavresample/dither.c:39:
3686
libavresample/avresample.h:123:27: note: declared here
3687
  123 | enum attribute_deprecated AVResampleFilterType {
3688
      |                           ^~~~~~~~~~~~~~~~~~~~
3689
In file included from libavresample/audio_convert.h:26,
3690
                 from libavresample/dither.c:39:
3691
libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3692
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3693
      |          ^~~~~~~~~~~~~~~~~~~~~~
3694
In file included from libavresample/audio_convert.h:25,
3695
                 from libavresample/dither.c:39:
3696
libavresample/avresample.h:132:27: note: declared here
3697
  132 | enum attribute_deprecated AVResampleDitherMethod {
3698
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3699
In file included from libavresample/dither.c:40:
3700
libavresample/dither.h:91:30: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3701
   91 |                         enum AVResampleDitherMethod method);
3702
      |                              ^~~~~~~~~~~~~~~~~~~~~~
3703
In file included from libavresample/audio_convert.h:25,
3704
                 from libavresample/dither.c:39:
3705
libavresample/avresample.h:132:27: note: declared here
3706
  132 | enum attribute_deprecated AVResampleDitherMethod {
3707
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3708
libavresample/dither.c:56:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3709
   56 |     enum AVResampleDitherMethod method;
3710
      |          ^~~~~~~~~~~~~~~~~~~~~~
3711
In file included from libavresample/audio_convert.h:25,
3712
                 from libavresample/dither.c:39:
3713
libavresample/avresample.h:132:27: note: declared here
3714
  132 | enum attribute_deprecated AVResampleDitherMethod {
3715
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3716
libavresample/dither.c:330:38: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3717
  330 |                                 enum AVResampleDitherMethod method)
3718
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
3719
In file included from libavresample/audio_convert.h:25,
3720
                 from libavresample/dither.c:39:
3721
libavresample/avresample.h:132:27: note: declared here
3722
  132 | enum attribute_deprecated AVResampleDitherMethod {
3723
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3724
CC      libavresample/options.o
3725
In file included from libavresample/options.c:27:
3726
libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3727
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3728
      |          ^~~~~~~~~~~~~~
3729
In file included from libavresample/options.c:26:
3730
libavresample/avresample.h:112:27: note: declared here
3731
  112 | enum attribute_deprecated AVMixCoeffType {
3732
      |                           ^~~~~~~~~~~~~~
3733
In file included from libavresample/options.c:27:
3734
libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3735
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3736
      |          ^~~~~~~~~~~~~~~~~~~~
3737
In file included from libavresample/options.c:26:
3738
libavresample/avresample.h:123:27: note: declared here
3739
  123 | enum attribute_deprecated AVResampleFilterType {
3740
      |                           ^~~~~~~~~~~~~~~~~~~~
3741
In file included from libavresample/options.c:27:
3742
libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3743
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3744
      |          ^~~~~~~~~~~~~~~~~~~~~~
3745
In file included from libavresample/options.c:26:
3746
libavresample/avresample.h:132:27: note: declared here
3747
  132 | enum attribute_deprecated AVResampleDitherMethod {
3748
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3749
In file included from libavresample/options.c:28:
3750
libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3751
   55 |                            enum AVMixCoeffType coeff_type, int in_channels,
3752
      |                                 ^~~~~~~~~~~~~~
3753
In file included from libavresample/options.c:26:
3754
libavresample/avresample.h:112:27: note: declared here
3755
  112 | enum attribute_deprecated AVMixCoeffType {
3756
      |                           ^~~~~~~~~~~~~~
3757
CC      libavresample/resample.o
3758
In file included from libavresample/resample.c:25:
3759
libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3760
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3761
      |          ^~~~~~~~~~~~~~
3762
In file included from libavresample/internal.h:28,
3763
                 from libavresample/resample.c:25:
3764
libavresample/avresample.h:112:27: note: declared here
3765
  112 | enum attribute_deprecated AVMixCoeffType {
3766
      |                           ^~~~~~~~~~~~~~
3767
In file included from libavresample/resample.c:25:
3768
libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3769
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3770
      |          ^~~~~~~~~~~~~~~~~~~~
3771
In file included from libavresample/internal.h:28,
3772
                 from libavresample/resample.c:25:
3773
libavresample/avresample.h:123:27: note: declared here
3774
  123 | enum attribute_deprecated AVResampleFilterType {
3775
      |                           ^~~~~~~~~~~~~~~~~~~~
3776
In file included from libavresample/resample.c:25:
3777
libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3778
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3779
      |          ^~~~~~~~~~~~~~~~~~~~~~
3780
In file included from libavresample/internal.h:28,
3781
                 from libavresample/resample.c:25:
3782
libavresample/avresample.h:132:27: note: declared here
3783
  132 | enum attribute_deprecated AVResampleDitherMethod {
3784
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3785
In file included from libavresample/resample.c:26:
3786
libavresample/resample.h:42:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3787
   42 |     enum AVResampleFilterType filter_type;
3788
      |          ^~~~~~~~~~~~~~~~~~~~
3789
In file included from libavresample/internal.h:28,
3790
                 from libavresample/resample.c:25:
3791
libavresample/avresample.h:123:27: note: declared here
3792
  123 | enum attribute_deprecated AVResampleFilterType {
3793
      |                           ^~~~~~~~~~~~~~~~~~~~
3794
CC      libavresample/utils.o
3795
In file included from libavresample/utils.c:30:
3796
libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3797
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3798
      |          ^~~~~~~~~~~~~~
3799
In file included from libavresample/utils.c:29:
3800
libavresample/avresample.h:112:27: note: declared here
3801
  112 | enum attribute_deprecated AVMixCoeffType {
3802
      |                           ^~~~~~~~~~~~~~
3803
In file included from libavresample/utils.c:30:
3804
libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3805
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3806
      |          ^~~~~~~~~~~~~~~~~~~~
3807
In file included from libavresample/utils.c:29:
3808
libavresample/avresample.h:123:27: note: declared here
3809
  123 | enum attribute_deprecated AVResampleFilterType {
3810
      |                           ^~~~~~~~~~~~~~~~~~~~
3811
In file included from libavresample/utils.c:30:
3812
libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3813
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3814
      |          ^~~~~~~~~~~~~~~~~~~~~~
3815
In file included from libavresample/utils.c:29:
3816
libavresample/avresample.h:132:27: note: declared here
3817
  132 | enum attribute_deprecated AVResampleDitherMethod {
3818
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3819
In file included from libavresample/utils.c:33:
3820
libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3821
   55 |                            enum AVMixCoeffType coeff_type, int in_channels,
3822
      |                                 ^~~~~~~~~~~~~~
3823
In file included from libavresample/utils.c:29:
3824
libavresample/avresample.h:112:27: note: declared here
3825
  112 | enum attribute_deprecated AVMixCoeffType {
3826
      |                           ^~~~~~~~~~~~~~
3827
In file included from libavresample/utils.c:34:
3828
libavresample/resample.h:42:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3829
   42 |     enum AVResampleFilterType filter_type;
3830
      |          ^~~~~~~~~~~~~~~~~~~~
3831
In file included from libavresample/utils.c:29:
3832
libavresample/avresample.h:123:27: note: declared here
3833
  123 | enum attribute_deprecated AVResampleFilterType {
3834
      |                           ^~~~~~~~~~~~~~~~~~~~
3835
libavresample/utils.c: In function ‘avresample_open’:
3836
libavresample/utils.c:40:5: warning: ‘avresample_is_open’ is deprecated [-Wdeprecated-declarations]
3837
   40 |     if (avresample_is_open(avr)) {
3838
      |     ^~
3839
In file included from libavresample/utils.c:29:
3840
libavresample/avresample.h:226:5: note: declared here
3841
  226 | int avresample_is_open(AVAudioResampleContext *avr);
3842
      |     ^~~~~~~~~~~~~~~~~~
3843
libavresample/utils.c:253:5: warning: ‘avresample_close’ is deprecated
3844
-Wdeprecated-declarations]
3845
  253 |     avresample_close(avr);
3846
      |     ^~~~~~~~~~~~~~~~
3847
In file included from libavresample/utils.c:29:
3848
libavresample/avresample.h:245:6: note: declared here
3849
  245 | void avresample_close(AVAudioResampleContext *avr);
3850
      |      ^~~~~~~~~~~~~~~~
3851
libavresample/utils.c: In function ‘avresample_free’:
3852
libavresample/utils.c:282:5: warning: ‘avresample_close’ is deprecated
3853
-Wdeprecated-declarations]
3854
  282 |     avresample_close(*avr);
3855
      |     ^~~~~~~~~~~~~~~~
3856
libavresample/utils.c:262:6: note: declared here
3857
  262 | void avresample_close(AVAudioResampleContext *avr)
3858
      |      ^~~~~~~~~~~~~~~~
3859
libavresample/utils.c: In function ‘avresample_config’:
3860
libavresample/utils.c:507:5: warning: ‘avresample_is_open’ is deprecated [-Wdeprecated-declarations]
3861
  507 |     if (avresample_is_open(avr)) {
3862
      |     ^~
3863
libavresample/utils.c:257:5: note: declared here
3864
  257 | int avresample_is_open(AVAudioResampleContext *avr)
3865
      |     ^~~~~~~~~~~~~~~~~~
3866
libavresample/utils.c:508:9: warning: ‘avresample_close’ is deprecated
3867
-Wdeprecated-declarations]
3868
  508 |         avresample_close(avr);
3869
      |         ^~~~~~~~~~~~~~~~
3870
libavresample/utils.c:262:6: note: declared here
3871
  262 | void avresample_close(AVAudioResampleContext *avr)
3872
      |      ^~~~~~~~~~~~~~~~
3873
libavresample/utils.c: In function ‘convert_frame’:
3874
libavresample/utils.c:570:5: warning: ‘avresample_convert’ is deprecated [-Wdeprecated-declarations]
3875
  570 |     ret = avresample_convert(avr, out_data, out_linesize,
3876
      |     ^~~
3877
libavresample/utils.c:330:25: note: declared here
3878
  330 | int attribute_align_arg avresample_convert(AVAudioResampleContext *avr,
3879
      |                         ^~~~~~~~~~~~~~~~~~
3880
libavresample/utils.c: In function ‘avresample_convert_frame’:
3881
libavresample/utils.c:608:5: warning: ‘avresample_is_open’ is deprecated [-Wdeprecated-declarations]
3882
  608 |     if (!avresample_is_open(avr)) {
3883
      |     ^~
3884
libavresample/utils.c:257:5: note: declared here
3885
  257 | int avresample_is_open(AVAudioResampleContext *avr)
3886
      |     ^~~~~~~~~~~~~~~~~~
3887
libavresample/utils.c:609:9: warning: ‘avresample_config’ is deprecated [-Wdeprecated-declarations]
3888
  609 |         if ((ret = avresample_config(avr, out, in)) < 0)
3889
      |         ^~
3890
libavresample/utils.c:505:5: note: declared here
3891
  505 | int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in)
3892
      |     ^~~~~~~~~~~~~~~~~
3893
libavresample/utils.c:611:9: warning: ‘avresample_open’ is deprecated [-Wdeprecated-declarations]
3894
  611 |         if ((ret = avresample_open(avr)) < 0)
3895
      |         ^~
3896
libavresample/utils.c:36:5: note: declared here
3897
   36 | int avresample_open(AVAudioResampleContext *avr)
3898
      |     ^~~~~~~~~~~~~~~
3899
libavresample/utils.c:622:13: warning: ‘avresample_get_out_samples’ is deprecated [-Wdeprecated-declarations]
3900
  622 |             out->nb_samples = avresample_get_out_samples(avr, in->nb_samples);
3901
      |             ^~~
3902
In file included from libavresample/utils.c:29:
3903
libavresample/avresample.h:403:5: note: declared here
3904
  403 | int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples);
3905
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
3906
libavresample/utils.c:625:21: warning: ‘avresample_close’ is deprecated [-Wdeprecated-declarations]
3907
  625 |                     avresample_close(avr);
3908
      |                     ^~~~~~~~~~~~~~~~
3909
libavresample/utils.c:262:6: note: declared here
3910
  262 | void avresample_close(AVAudioResampleContext *avr)
3911
      |      ^~~~~~~~~~~~~~~~
3912
libavresample/utils.c: In function ‘avresample_get_out_samples’:
3913
libavresample/utils.c:755:5: warning: ‘avresample_get_delay’ is deprecated [-Wdeprecated-declarations]
3914
  755 |     int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples;
3915
      |     ^~~~~~~
3916
In file included from libavresample/utils.c:29:
3917
libavresample/avresample.h:473:5: note: declared here
3918
  473 | int avresample_get_delay(AVAudioResampleContext *avr);
3919
      |     ^~~~~~~~~~~~~~~~~~~~
3920
libavresample/utils.c:764:5: warning: ‘avresample_available’ is deprecated [-Wdeprecated-declarations]
3921
  764 |     samples += avresample_available(avr);
3922
      |     ^~~~~~~
3923
libavresample/utils.c:748:5: note: declared here
3924
  748 | int avresample_available(AVAudioResampleContext *avr)
3925
      |     ^~~~~~~~~~~~~~~~~~~~
3926
X86ASM  libavresample/x86/audio_convert.o
3927
STRIP   libavresample/x86/audio_convert.o
3928
CC      libavresample/x86/audio_convert_init.o
3929
In file included from ./libavresample/audio_convert.h:26,
3930
                 from libavresample/x86/audio_convert_init.c:24:
3931
./libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3932
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3933
      |          ^~~~~~~~~~~~~~
3934
In file included from ./libavresample/audio_convert.h:25,
3935
                 from libavresample/x86/audio_convert_init.c:24:
3936
./libavresample/avresample.h:112:27: note: declared here
3937
  112 | enum attribute_deprecated AVMixCoeffType {
3938
      |                           ^~~~~~~~~~~~~~
3939
In file included from ./libavresample/audio_convert.h:26,
3940
                 from libavresample/x86/audio_convert_init.c:24:
3941
./libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3942
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3943
      |          ^~~~~~~~~~~~~~~~~~~~
3944
In file included from ./libavresample/audio_convert.h:25,
3945
                 from libavresample/x86/audio_convert_init.c:24:
3946
./libavresample/avresample.h:123:27: note: declared here
3947
  123 | enum attribute_deprecated AVResampleFilterType {
3948
      |                           ^~~~~~~~~~~~~~~~~~~~
3949
In file included from ./libavresample/audio_convert.h:26,
3950
                 from libavresample/x86/audio_convert_init.c:24:
3951
./libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3952
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3953
      |          ^~~~~~~~~~~~~~~~~~~~~~
3954
In file included from ./libavresample/audio_convert.h:25,
3955
                 from libavresample/x86/audio_convert_init.c:24:
3956
./libavresample/avresample.h:132:27: note: declared here
3957
  132 | enum attribute_deprecated AVResampleDitherMethod {
3958
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3959
X86ASM  libavresample/x86/audio_mix.o
3960
STRIP   libavresample/x86/audio_mix.o
3961
CC      libavresample/x86/audio_mix_init.o
3962
In file included from ./libavresample/audio_mix.h:28,
3963
                 from libavresample/x86/audio_mix_init.c:24:
3964
./libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3965
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
3966
      |          ^~~~~~~~~~~~~~
3967
In file included from ./libavresample/audio_mix.h:27,
3968
                 from libavresample/x86/audio_mix_init.c:24:
3969
./libavresample/avresample.h:112:27: note: declared here
3970
  112 | enum attribute_deprecated AVMixCoeffType {
3971
      |                           ^~~~~~~~~~~~~~
3972
In file included from ./libavresample/audio_mix.h:28,
3973
                 from libavresample/x86/audio_mix_init.c:24:
3974
./libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
3975
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
3976
      |          ^~~~~~~~~~~~~~~~~~~~
3977
In file included from ./libavresample/audio_mix.h:27,
3978
                 from libavresample/x86/audio_mix_init.c:24:
3979
./libavresample/avresample.h:123:27: note: declared here
3980
  123 | enum attribute_deprecated AVResampleFilterType {
3981
      |                           ^~~~~~~~~~~~~~~~~~~~
3982
In file included from ./libavresample/audio_mix.h:28,
3983
                 from libavresample/x86/audio_mix_init.c:24:
3984
./libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
3985
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
3986
      |          ^~~~~~~~~~~~~~~~~~~~~~
3987
In file included from ./libavresample/audio_mix.h:27,
3988
                 from libavresample/x86/audio_mix_init.c:24:
3989
./libavresample/avresample.h:132:27: note: declared here
3990
  132 | enum attribute_deprecated AVResampleDitherMethod {
3991
      |                           ^~~~~~~~~~~~~~~~~~~~~~
3992
In file included from libavresample/x86/audio_mix_init.c:24:
3993
./libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
3994
   55 |                            enum AVMixCoeffType coeff_type, int in_channels,
3995
      |                                 ^~~~~~~~~~~~~~
3996
In file included from ./libavresample/audio_mix.h:27,
3997
                 from libavresample/x86/audio_mix_init.c:24:
3998
./libavresample/avresample.h:112:27: note: declared here
3999
  112 | enum attribute_deprecated AVMixCoeffType {
4000
      |                           ^~~~~~~~~~~~~~
4001
X86ASM  libavresample/x86/dither.o
4002
STRIP   libavresample/x86/dither.o
4003
CC      libavresample/x86/dither_init.o
4004
In file included from ./libavresample/audio_data.h:30,
4005
                 from ./libavresample/dither.h:25,
4006
                 from libavresample/x86/dither_init.c:24:
4007
./libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations]
4008
   63 |     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */
4009
      |          ^~~~~~~~~~~~~~
4010
In file included from ./libavresample/dither.h:24,
4011
                 from libavresample/x86/dither_init.c:24:
4012
./libavresample/avresample.h:112:27: note: declared here
4013
  112 | enum attribute_deprecated AVMixCoeffType {
4014
      |                           ^~~~~~~~~~~~~~
4015
In file included from ./libavresample/audio_data.h:30,
4016
                 from ./libavresample/dither.h:25,
4017
                 from libavresample/x86/dither_init.c:24:
4018
./libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations]
4019
   73 |     enum AVResampleFilterType filter_type;      /**< resampling filter type */
4020
      |          ^~~~~~~~~~~~~~~~~~~~
4021
In file included from ./libavresample/dither.h:24,
4022
                 from libavresample/x86/dither_init.c:24:
4023
./libavresample/avresample.h:123:27: note: declared here
4024
  123 | enum attribute_deprecated AVResampleFilterType {
4025
      |                           ^~~~~~~~~~~~~~~~~~~~
4026
In file included from ./libavresample/audio_data.h:30,
4027
                 from ./libavresample/dither.h:25,
4028
                 from libavresample/x86/dither_init.c:24:
4029
./libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
4030
   75 |     enum AVResampleDitherMethod dither_method;  /**< dither method          */
4031
      |          ^~~~~~~~~~~~~~~~~~~~~~
4032
In file included from ./libavresample/dither.h:24,
4033
                 from libavresample/x86/dither_init.c:24:
4034
./libavresample/avresample.h:132:27: note: declared here
4035
  132 | enum attribute_deprecated AVResampleDitherMethod {
4036
      |                           ^~~~~~~~~~~~~~~~~~~~~~
4037
In file included from libavresample/x86/dither_init.c:24:
4038
./libavresample/dither.h:91:30: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
4039
   91 |                         enum AVResampleDitherMethod method);
4040
      |                              ^~~~~~~~~~~~~~~~~~~~~~
4041
In file included from ./libavresample/dither.h:24,
4042
                 from libavresample/x86/dither_init.c:24:
4043
./libavresample/avresample.h:132:27: note: declared here
4044
  132 | enum attribute_deprecated AVResampleDitherMethod {
4045
      |                           ^~~~~~~~~~~~~~~~~~~~~~
4046
libavresample/x86/dither_init.c:35:38: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations]
4047
   35 |                                 enum AVResampleDitherMethod method)
4048
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
4049
In file included from ./libavresample/dither.h:24,
4050
                 from libavresample/x86/dither_init.c:24:
4051
./libavresample/avresample.h:132:27: note: declared here
4052
  132 | enum attribute_deprecated AVResampleDitherMethod {
4053
      |                           ^~~~~~~~~~~~~~~~~~~~~~
4054
AR      libavresample/libavresample.a
4055
INSTALL libavresample/libavresample.a
4056
CC      libswresample/audioconvert.o
4057
CC      libswresample/dither.o
4058
CC      libswresample/options.o
4059
CC      libswresample/rematrix.o
4060
CC      libswresample/resample.o
4061
CC      libswresample/resample_dsp.o
4062
CC      libswresample/swresample.o
4063
CC      libswresample/swresample_frame.o
4064
X86ASM  libswresample/x86/audio_convert.o
4065
STRIP   libswresample/x86/audio_convert.o
4066
CC      libswresample/x86/audio_convert_init.o
4067
X86ASM  libswresample/x86/rematrix.o
4068
STRIP   libswresample/x86/rematrix.o
4069
CC      libswresample/x86/rematrix_init.o
4070
X86ASM  libswresample/x86/resample.o
4071
STRIP   libswresample/x86/resample.o
4072
CC      libswresample/x86/resample_init.o
4073
AR      libswresample/libswresample.a
4074
INSTALL libswresample/libswresample.a
4075
CC      libswscale/alphablend.o
4076
CC      libswscale/gamma.o
4077
CC      libswscale/hscale.o
4078
CC      libswscale/hscale_fast_bilinear.o
4079
CC      libswscale/input.o
4080
CC      libswscale/options.o
4081
CC      libswscale/output.o
4082
CC      libswscale/rgb2rgb.o
4083
CC      libswscale/slice.o
4084
CC      libswscale/swscale.o
4085
CC      libswscale/swscale_unscaled.o
4086
CC      libswscale/utils.o
4087
CC      libswscale/vscale.o
4088
CC      libswscale/x86/hscale_fast_bilinear_simd.o
4089
X86ASM  libswscale/x86/input.o
4090
STRIP   libswscale/x86/input.o
4091
X86ASM  libswscale/x86/output.o
4092
STRIP   libswscale/x86/output.o
4093
CC      libswscale/x86/rgb2rgb.o
4094
X86ASM  libswscale/x86/rgb_2_rgb.o
4095
STRIP   libswscale/x86/rgb_2_rgb.o
4096
X86ASM  libswscale/x86/scale.o
4097
STRIP   libswscale/x86/scale.o
4098
CC      libswscale/x86/swscale.o
4099
CC      libswscale/x86/yuv2rgb.o
4100
X86ASM  libswscale/x86/yuv2yuvX.o
4101
STRIP   libswscale/x86/yuv2yuvX.o
4102
X86ASM  libswscale/x86/yuv_2_rgb.o
4103
STRIP   libswscale/x86/yuv_2_rgb.o
4104
CC      libswscale/yuv2rgb.o
4105
AR      libswscale/libswscale.a
4106
INSTALL libswscale/libswscale.a
4107
CC      libavutil/adler32.o
4108
CC      libavutil/aes.o
4109
CC      libavutil/aes_ctr.o
4110
CC      libavutil/audio_fifo.o
4111
CC      libavutil/avsscanf.o
4112
CC      libavutil/avstring.o
4113
CC      libavutil/base64.o
4114
CC      libavutil/blowfish.o
4115
CC      libavutil/bprint.o
4116
CC      libavutil/buffer.o
4117
CC      libavutil/camellia.o
4118
CC      libavutil/cast5.o
4119
CC      libavutil/channel_layout.o
4120
CC      libavutil/color_utils.o
4121
CC      libavutil/cpu.o
4122
In file included from libavutil/cpu.c:44:
4123
/usr/include/x86_64-linux-gnu/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
4124
   21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
4125
      |  ^~~~~~~
4126
CC      libavutil/crc.o
4127
CC      libavutil/des.o
4128
CC      libavutil/dict.o
4129
CC      libavutil/display.o
4130
CC      libavutil/dovi_meta.o
4131
CC      libavutil/downmix_info.o
4132
CC      libavutil/encryption_info.o
4133
CC      libavutil/error.o
4134
CC      libavutil/eval.o
4135
CC      libavutil/fifo.o
4136
CC      libavutil/file.o
4137
CC      libavutil/file_open.o
4138
CC      libavutil/film_grain_params.o
4139
CC      libavutil/fixed_dsp.o
4140
CC      libavutil/float_dsp.o
4141
CC      libavutil/frame.o
4142
CC      libavutil/hash.o
4143
CC      libavutil/hdr_dynamic_metadata.o
4144
CC      libavutil/hmac.o
4145
CC      libavutil/hwcontext.o
4146
CC      libavutil/imgutils.o
4147
CC      libavutil/integer.o
4148
CC      libavutil/intmath.o
4149
CC      libavutil/lfg.o
4150
CC      libavutil/lls.o
4151
CC      libavutil/log.o
4152
CC      libavutil/log2_tab.o
4153
CC      libavutil/lzo.o
4154
CC      libavutil/mastering_display_metadata.o
4155
CC      libavutil/mathematics.o
4156
CC      libavutil/md5.o
4157
CC      libavutil/mem.o
4158
CC      libavutil/murmur3.o
4159
CC      libavutil/opt.o
4160
libavutil/opt.c: In function ‘av_opt_child_class_iterate’:
4161
libavutil/opt.c:1738:15: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
4162
 1738 |         *iter = parent->child_class_next(*iter);
4163
      |               ^
4164
CC      libavutil/parseutils.o
4165
CC      libavutil/pixdesc.o
4166
CC      libavutil/pixelutils.o
4167
CC      libavutil/random_seed.o
4168
CC      libavutil/rational.o
4169
CC      libavutil/rc4.o
4170
CC      libavutil/reverse.o
4171
CC      libavutil/ripemd.o
4172
CC      libavutil/samplefmt.o
4173
CC      libavutil/sha.o
4174
CC      libavutil/sha512.o
4175
CC      libavutil/slicethread.o
4176
CC      libavutil/spherical.o
4177
CC      libavutil/stereo3d.o
4178
CC      libavutil/tea.o
4179
CC      libavutil/threadmessage.o
4180
CC      libavutil/time.o
4181
CC      libavutil/timecode.o
4182
libavutil/timecode.c: In function ‘av_timecode_make_string’:
4183
libavutil/timecode.c:121:60: warning: ‘%02d’ directive output may be truncated writing between 2 and 10 bytes into a region of size between 2 and 14 [-Wformat-truncation=]
4184
  121 |   snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d",
4185
      |                                                          ^~~~
4186

    
4187
libavutil/timecode.c:121:41: note: directive argument in the range [0, 2147483647]
4188
  121 |     snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d
4189
,
4190
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~
4191
libavutil/timecode.c:121:5: note: ‘snprintf’ output between 12 and 32 bytes into a destination of size 23
4192
  121 |     snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d",
4193
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4194
  122 |              neg ? "-" : "",
4195
      |              ~~~~~~~~~~~~~~~
4196
  123 |              hh, mm, ss, drop ? ';' : ':', ff);
4197
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4198
CC      libavutil/tree.o
4199
CC      libavutil/twofish.o
4200
CC      libavutil/tx.o
4201
CC      libavutil/tx_double.o
4202
CC      libavutil/tx_float.o
4203
CC      libavutil/tx_int32.o
4204
CC      libavutil/utils.o
4205
CC      libavutil/video_enc_params.o
4206
CC      libavutil/x86/cpu.o
4207
X86ASM  libavutil/x86/cpuid.o
4208
STRIP   libavutil/x86/cpuid.o
4209
X86ASM  libavutil/x86/fixed_dsp.o
4210
STRIP   libavutil/x86/fixed_dsp.o
4211
CC      libavutil/x86/fixed_dsp_init.o
4212
X86ASM  libavutil/x86/float_dsp.o
4213
STRIP   libavutil/x86/float_dsp.o
4214
CC      libavutil/x86/float_dsp_init.o
4215
X86ASM  libavutil/x86/imgutils.o
4216
STRIP   libavutil/x86/imgutils.o
4217
CC      libavutil/x86/imgutils_init.o
4218
X86ASM  libavutil/x86/lls.o
4219
STRIP   libavutil/x86/lls.o
4220
CC      libavutil/x86/lls_init.o
4221
CC      libavutil/xga_font_data.o
4222
CC      libavutil/xtea.o
4223
AR      libavutil/libavutil.a
4224
INSTALL libavutil/libavutil.a
4225
INSTALL libavfilter/avfilter.h
4226
INSTALL libavfilter/buffersink.h
4227
INSTALL libavfilter/buffersrc.h
4228
INSTALL libavfilter/version.h
4229
GEN     libavfilter/libavfilter.pc
4230
INSTALL libavfilter/libavfilter.pc
4231
INSTALL libavformat/avformat.h
4232
INSTALL libavformat/avio.h
4233
INSTALL libavformat/version.h
4234
GEN     libavformat/libavformat.pc
4235
INSTALL libavformat/libavformat.pc
4236
INSTALL libavcodec/ac3_parser.h
4237
INSTALL libavcodec/adts_parser.h
4238
INSTALL libavcodec/avcodec.h
4239
INSTALL libavcodec/avdct.h
4240
INSTALL libavcodec/avfft.h
4241
INSTALL libavcodec/bsf.h
4242
INSTALL libavcodec/codec.h
4243
INSTALL libavcodec/codec_desc.h
4244
INSTALL libavcodec/codec_id.h
4245
INSTALL libavcodec/codec_par.h
4246
INSTALL libavcodec/d3d11va.h
4247
INSTALL libavcodec/dirac.h
4248
INSTALL libavcodec/dv_profile.h
4249
INSTALL libavcodec/dxva2.h
4250
INSTALL libavcodec/jni.h
4251
INSTALL libavcodec/mediacodec.h
4252
INSTALL libavcodec/packet.h
4253
INSTALL libavcodec/qsv.h
4254
INSTALL libavcodec/vaapi.h
4255
INSTALL libavcodec/vdpau.h
4256
INSTALL libavcodec/version.h
4257
INSTALL libavcodec/videotoolbox.h
4258
INSTALL libavcodec/vorbis_parser.h
4259
INSTALL libavcodec/xvmc.h
4260
GEN     libavcodec/libavcodec.pc
4261
INSTALL libavcodec/libavcodec.pc
4262
INSTALL libavresample/avresample.h
4263
INSTALL libavresample/version.h
4264
GEN     libavresample/libavresample.pc
4265
INSTALL libavresample/libavresample.pc
4266
INSTALL libswresample/swresample.h
4267
INSTALL libswresample/version.h
4268
GEN     libswresample/libswresample.pc
4269
INSTALL libswresample/libswresample.pc
4270
INSTALL libswscale/swscale.h
4271
INSTALL libswscale/version.h
4272
GEN     libswscale/libswscale.pc
4273
INSTALL libswscale/libswscale.pc
4274
INSTALL libavutil/adler32.h
4275
INSTALL libavutil/aes.h
4276
INSTALL libavutil/aes_ctr.h
4277
INSTALL libavutil/attributes.h
4278
INSTALL libavutil/audio_fifo.h
4279
INSTALL libavutil/avassert.h
4280
INSTALL libavutil/avstring.h
4281
INSTALL libavutil/avutil.h
4282
INSTALL libavutil/base64.h
4283
INSTALL libavutil/blowfish.h
4284
INSTALL libavutil/bprint.h
4285
INSTALL libavutil/bswap.h
4286
INSTALL libavutil/buffer.h
4287
INSTALL libavutil/cast5.h
4288
INSTALL libavutil/camellia.h
4289
INSTALL libavutil/channel_layout.h
4290
INSTALL libavutil/common.h
4291
INSTALL libavutil/cpu.h
4292
INSTALL libavutil/crc.h
4293
INSTALL libavutil/des.h
4294
INSTALL libavutil/dict.h
4295
INSTALL libavutil/display.h
4296
INSTALL libavutil/dovi_meta.h
4297
INSTALL libavutil/downmix_info.h
4298
INSTALL libavutil/encryption_info.h
4299
INSTALL libavutil/error.h
4300
INSTALL libavutil/eval.h
4301
INSTALL libavutil/fifo.h
4302
INSTALL libavutil/file.h
4303
INSTALL libavutil/frame.h
4304
INSTALL libavutil/hash.h
4305
INSTALL libavutil/hdr_dynamic_metadata.h
4306
INSTALL libavutil/hmac.h
4307
INSTALL libavutil/hwcontext.h
4308
INSTALL libavutil/hwcontext_cuda.h
4309
INSTALL libavutil/hwcontext_d3d11va.h
4310
INSTALL libavutil/hwcontext_drm.h
4311
INSTALL libavutil/hwcontext_dxva2.h
4312
INSTALL libavutil/hwcontext_qsv.h
4313
INSTALL libavutil/hwcontext_mediacodec.h
4314
INSTALL libavutil/hwcontext_opencl.h
4315
INSTALL libavutil/hwcontext_vaapi.h
4316
INSTALL libavutil/hwcontext_videotoolbox.h
4317
INSTALL libavutil/hwcontext_vdpau.h
4318
INSTALL libavutil/hwcontext_vulkan.h
4319
INSTALL libavutil/imgutils.h
4320
INSTALL libavutil/intfloat.h
4321
INSTALL libavutil/intreadwrite.h
4322
INSTALL libavutil/lfg.h
4323
INSTALL libavutil/log.h
4324
INSTALL libavutil/macros.h
4325
INSTALL libavutil/mathematics.h
4326
INSTALL libavutil/mastering_display_metadata.h
4327
INSTALL libavutil/md5.h
4328
INSTALL libavutil/mem.h
4329
INSTALL libavutil/motion_vector.h
4330
INSTALL libavutil/murmur3.h
4331
INSTALL libavutil/opt.h
4332
INSTALL libavutil/parseutils.h
4333
INSTALL libavutil/pixdesc.h
4334
INSTALL libavutil/pixelutils.h
4335
INSTALL libavutil/pixfmt.h
4336
INSTALL libavutil/random_seed.h
4337
INSTALL libavutil/rc4.h
4338
INSTALL libavutil/rational.h
4339
INSTALL libavutil/replaygain.h
4340
INSTALL libavutil/ripemd.h
4341
INSTALL libavutil/samplefmt.h
4342
INSTALL libavutil/sha.h
4343
INSTALL libavutil/sha512.h
4344
INSTALL libavutil/spherical.h
4345
INSTALL libavutil/stereo3d.h
4346
INSTALL libavutil/threadmessage.h
4347
INSTALL libavutil/time.h
4348
INSTALL libavutil/timecode.h
4349
INSTALL libavutil/timestamp.h
4350
INSTALL libavutil/tree.h
4351
INSTALL libavutil/twofish.h
4352
INSTALL libavutil/version.h
4353
INSTALL libavutil/video_enc_params.h
4354
INSTALL libavutil/xtea.h
4355
INSTALL libavutil/tea.h
4356
INSTALL libavutil/tx.h
4357
INSTALL libavutil/film_grain_params.h
4358
INSTALL libavutil/lzo.h
4359
INSTALL libavutil/avconfig.h
4360
INSTALL libavutil/ffversion.h
4361
GEN     libavutil/libavutil.pc
4362
INSTALL libavutil/libavutil.pc
4363
make[4]: Leaving directory '/home/debian/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1'
4364
make[3]: Leaving directory '/home/debian/tvheadend'
4365
make -f Makefile.ffmpeg libcacheput
4366
make[3]: Entering directory '/home/debian/tvheadend'
4367
make[3]: Leaving directory '/home/debian/tvheadend'
4368
make all
4369
make[3]: Entering directory '/home/debian/tvheadend'
4370
Receiving data/dvb-scan from https://github.com/tvheadend/dtv-scan-tables.git#tvheadend
4371
make -f Makefile.hdhomerun libcacheget
4372
make[4]: Entering directory '/home/debian/tvheadend'
4373
DOWNLOAD        misc/staticlib/unknown/x86_64/hdhomerun-60126c0bd4295cf26991caff1f5e2d8f7864dfd7.tgz / kZ54ee7ZUvsSYmb9VGSpnmoVzcAUhpBXLq8k
4374
/usr/bin/env: ‘python’: No such file or directory
4375
Folder name "unknown" not found
4376
FAILED TO DOWNLOAD  (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)make[4]: Leaving directory '/home/debian/tvheadend'
4377
make -f Makefile.hdhomerun build
4378
make[4]: Entering directory '/home/debian/tvheadend'
4379
WGET            https://download.silicondust.com/hdhomerun/libhdhomerun_20210624.tgz
4380
2022-11-29 22:11:59 URL:https://download.silicondust.com/hdhomerun/libhdhomerun_20210624.tgz [51124/51124] -> "/home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624.tgz" [1]
4381
SHA1SUM test '9db6089b956de4e58084b623937f5fc3231fff0b' == '9db6089b956de4e58084b623937f5fc3231fff0b': OK
4382
UNTAR           libhdhomerun_20210624.tgz
4383
ln -sf libhdhomerun /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624
4384
PATCH           /home/debian/tvheadend/support/patches/hdhomerun.diff
4385
patching file ./Makefile
4386
make -f Makefile.hdhomerun /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/libhdhomerun.a
4387
make[5]: Entering directory '/home/debian/tvheadend'
4388
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channels.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channels.c
4389
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channelscan.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channelscan.c
4390
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_control.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_control.c
4391
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_debug.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_debug.c
4392
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device.c
4393
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device_selector.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device_selector.c
4394
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_discover.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_discover.c
4395
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_os_posix.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_os_posix.c
4396
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_pkt.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_pkt.c
4397
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_sock_posix.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_sock_posix.c
4398
cc -MD -MP -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_video.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_video.c
4399
ar rcs /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/libhdhomerun.a /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channels.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channelscan.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_control.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_debug.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device_selector.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_discover.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_os_posix.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_pkt.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_sock_posix.o /home/debian/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_video.o
4400
make[5]: Leaving directory '/home/debian/tvheadend'
4401
make[4]: Leaving directory '/home/debian/tvheadend'
4402
make -f Makefile.hdhomerun libcacheput
4403
make[4]: Entering directory '/home/debian/tvheadend'
4404
make[4]: Leaving directory '/home/debian/tvheadend'
4405
make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all
4406
make[4]: Entering directory '/home/debian/tvheadend'
4407
make -f Makefile.webui WEBUI=std   compile-std
4408
make[5]: Entering directory '/home/debian/tvheadend'
4409
/bin/sh: 1: python: not found
4410
make[5]: *** [Makefile.webui:269: src/webui/static/tvh.js.gz] Error 127
4411
make[5]: Leaving directory '/home/debian/tvheadend'
4412
make[4]: *** [Makefile.webui:242: all] Error 2
4413
make[4]: Leaving directory '/home/debian/tvheadend'
4414
make[3]: *** [Makefile:837: make_webui] Error 2
4415
make[3]: Leaving directory '/home/debian/tvheadend'
4416
make[2]: *** [Makefile:107: ffmpeg_all] Error 2
4417
make[2]: Leaving directory '/home/debian/tvheadend'
4418
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 2
4419
make[1]: Leaving directory '/home/debian/tvheadend'
4420
make: *** [debian/rules:6: build] Error 2
4421
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
4422
debian@SURFACE:~/tvheadend$
    (1-1/1)