Project

General

Profile

RE: [MANUAL] Building .DEB packages on clean Ubuntu or ot... » tmpmakepkgtvheadend.txt

Build log - D M, 2022-12-01 17:03

 
1
debian@SURFACE:/tmp$ mkdir -p makepkg
2
debian@SURFACE:/tmp$ cd makepkg
3
debian@SURFACE:/tmp/makepkg$ git clone https://github.com/tvheadend/tvheadend.git
4
Cloning into 'tvheadend'...
5
remote: Enumerating objects: 85248, done.
6
remote: Counting objects: 100% (221/221), done.
7
remote: Compressing objects: 100% (150/150), done.
8
remote: Total 85248 (delta 112), reused 128 (delta 70), pack-reused85027
9
Receiving objects: 100% (85248/85248), 58.88 MiB | 20.98 MiB/s, done.
10
Resolving deltas: 100% (64202/64202), done.
11
Updating files: 100% (5521/5521), done.
12
debian@SURFACE:/tmp/makepkg$ cd tvheadend
13
debian@SURFACE:/tmp/makepkg/tvheadend$  echo "LANGUAGES_ALL = en_GB"> Makefile.common
14
debian@SURFACE:/tmp/makepkg/tvheadend$ ./configure \
15
                --prefix=/usr \
16
                --enable-ffmpeg_static \
17
                --disable-ffmpeg
18
        make -j3
19
        make install
20
Checking support/features
21
  checking for cc execinfo.h ...                    ok
22
  checking for cc -mmmx ...                         ok
23
  checking for cc -msse2 ...                        ok
24
  checking for cc -Wunused-result ...               ok
25
  checking for cc -fstack-protector ...             ok
26
  checking for cc -fstack-protector-strong ...      ok
27
  checking for cc -fstack-check ...                 ok
28
  checking for cc -fPIE ...                         ok
29
  checking for cc strlcat ...                       fail
30
  checking for cc strlcpy ...                       fail
31
  checking for cc fdatasync ...                     ok
32
  checking for cc getloadavg ...                    ok
33
  checking for cc atomic32 ...                      ok
34
  checking for cc atomic64 ...                      ok
35
  checking for cc atomic_time_t ...                 ok
36
  checking for cc atomic_ptr ...                    ok
37
  checking for cc bitops64 ...                      ok
38
  checking for cc lockowner ...                     ok
39
  checking for cc qsort_r ...                       ok
40
  checking for cc stime ...                         fail
41
  checking for cc gmtoff ...                        ok
42
  checking for cc recvmmsg ...                      ok
43
  checking for cc sendmmsg ...                      ok
44
  checking for cc libiconv ...                      fail
45
    ^ using build-in glibc iconv routines
46
  checking for cc ifnames ...                       ok
47
  checking for cc cclang_threadsan ...              fail
48
  checking for py module gzip ...                   ok
49
  checking for pkg-config ...                       ok
50
  checking for xgettext ...                         ok
51
  checking for msgmerge ...                         ok
52
  checking for gzip ...                             ok
53
  checking for bzip2 ...                            ok
54
  checking for pkg openssl  ...                     ok (detected 1.1.1n)
55
  checking for cc linux/dvb/version.h ...           ok
56
  checking for pkg zlib  ...                        ok (detected 1.2.11)
57
  checking for pkg libpcre2-8  ...                  ok (detected 10.36)
58
  checking for pkg liburiparser  ...                ok (detected 0.9.4)
59
  checking for pkg avahi-client  ...                ok (detected 0.8)
60
  checking for cmake ...                            ok
61
  checking for cc -lstdc++ ...                      ok
62
  checking for pkg libva >=0.38.0 ...               ok (detected 1.10.0)
63
  checking for pkg libva-drm >=0.38.0 ...           ok (detected 1.10.0)
64
  checking for cc sys/inotify.h ...                 ok
65
  checking for cc inotify_init1 ...                 ok
66
  checking for cc dvbcsa/dvbcsa.h ...               ok
67
  checking for cc -ldvbcsa ...                      ok
68
  fetching dvb-scan files ...                       ok
69
  checking for cc epoll_create1 ...                 ok
70
  checking for pkg dbus-1  ...                      ok (detected 1.12.24)
71

    
72
Compiler:
73
  Using C compiler:                        cc
74
  Using LD flags:                           -ldvbcsa
75
  Build for arch:                          x86_64
76

    
77
Binaries:
78
  Using PYTHON:                            python
79
  Using GZIP:                              gzip
80
  Using BZIP2:                             bzip2
81

    
82
Options:
83
  pie                                      yes
84
  ccdebug                                  no
85
  cardclient                               yes
86
  cwc                                      yes
87
  cccam                                    yes
88
  capmt                                    yes
89
  constcw                                  yes
90
  linuxdvb                                 yes
91
  satip_server                             yes
92
  satip_client                             yes
93
  hdhomerun_client                         yes
94
  hdhomerun_static                         yes
95
  iptv                                     yes
96
  tsfile                                   yes
97
  dvbscan                                  yes
98
  timeshift                                yes
99
  trace                                    yes
100
  avahi                                    yes
101
  zlib                                     yes
102
  libav                                    yes
103
  ffmpeg_static                            yes
104
  libx264                                  yes
105
  libx264_static                           yes
106
  libx265                                  yes
107
  libx265_static                           yes
108
  libvpx                                   yes
109
  libvpx_static                            yes
110
  libtheora                                yes
111
  libtheora_static                         yes
112
  libvorbis                                yes
113
  libvorbis_static                         yes
114
  libfdkaac                                no
115
  libfdkaac_static                         no
116
  libopus                                  yes
117
  libopus_static                           yes
118
  nvenc                                    no
119
  vaapi                                    yes
120
  mmal                                     no
121
  omx                                      no
122
  inotify                                  yes
123
  epoll                                    yes
124
  pcre                                     no
125
  pcre2                                    yes
126
  uriparser                                yes
127
  ccache                                   no
128
  tvhcsa                                   yes
129
  bundle                                   no
130
  pngquant                                 no
131
  kqueue                                   no
132
  dbus_1                                   yes
133
  android                                  no
134
  gtimer_check                             no
135
  slow_memoryinfo                          no
136
  libsystemd_daemon                        no
137
  pcloud_cache                             yes
138
  ddci                                     yes
139
  cclang_threadsan                         no
140
  gperftools                               no
141
  execinfo                                 yes
142
  mmx                                      yes
143
  sse2                                     yes
144
  W_unused_result                          yes
145
  f_stack_protector                        yes
146
  f_stack_protector_strong                 yes
147
  f_stack_check                            yes
148
  f_PIE                                    yes
149
  fdatasync                                yes
150
  getloadavg                               yes
151
  atomic32                                 yes
152
  atomic64                                 yes
153
  atomic_time_t                            yes
154
  atomic_ptr                               yes
155
  bitops64                                 yes
156
  lockowner                                yes
157
  qsort_r                                  yes
158
  gmtoff                                   yes
159
  recvmmsg                                 yes
160
  sendmmsg                                 yes
161
  ifnames                                  yes
162
  py_gzip                                  yes
163
  bin_pkg_config                           yes
164
  bin_xgettext                             yes
165
  bin_msgmerge                             yes
166
  bin_gzip                                 yes
167
  bin_bzip2                                yes
168
  ssl                                      yes
169
  linuxdvbapi                              yes
170
  linuxdvb_ca                              yes
171
  upnp                                     yes
172
  bin_cmake                                yes
173
  stdcpp                                   yes
174
  libogg_static                            yes
175
  hwaccels                                 yes
176
  inotify_h                                yes
177
  inotify_init1                            yes
178
  dvbcsa                                   yes
179
  epoll_create1                            yes
180
  mpegts                                   yes
181
  mpegts_dvb                               yes
182

    
183
Packages:
184
  openssl                                  1.1.1n
185
  zlib                                     1.2.11
186
  libpcre2-8                               10.36
187
  liburiparser                             0.9.4
188
  avahi-client                             0.8
189
  libva                                    1.10.0
190
  libva-drm                                1.10.0
191
  dbus-1                                   1.12.24
192

    
193
Installation paths:
194
  Prefix:                                  /usr
195
  Binaries:                                ${prefix}/bin
196
  Libraries:                               ${prefix}/lib
197
  Data files:                              ${prefix}/share
198
  Man pages:                               ${datadir}/man
199

    
200
Final Binary:
201
  /tmp/makepkg/tvheadend/build.linux/tvheadend
202

    
203
Tvheadend Data Directory:
204
  /usr/share/tvheadend
205

    
206
make -f Makefile.ffmpeg libcacheget
207
make[1]: Entering directory '/tmp/makepkg/tvheadend'
208
DOWNLOAD        misc/staticlib/unknown/x86_64/ffmpeg-896eaa108bebc3e411e6075aaf78cf9ec2978335.tgz / kZ54ee7ZUvsSYmb9VGSpnmoVzcAUhpBXLq8k
209
Traceback (most recent call last):
210
  File "/tmp/makepkg/tvheadend/support/pcloud.py", line 13, in <module>
211
    import requests
212
ImportError: No module named requests
213
Folder name "unknown" not found
214
FAILED TO DOWNLOAD  (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)
215
make[1]: Leaving directory '/tmp/makepkg/tvheadend'
216
make -f Makefile.ffmpeg build
217
make[1]: Entering directory '/tmp/makepkg/tvheadend'
218
WGET            https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.gz
219
WGET            https://code.videolan.org/videolan/x264/-/archive/d2907f67227cbf38ac957efed84c532b12ce19cc/x264-d2907f67227cbf38ac957efed84c532b12ce19cc.tar.bz2
220
WGET            https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.5.tar.gz
221
2022-11-30 22:00:56 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=ASIA6KOSE3BNCM4UF5HP&Signature=q82yWNSMQTx6kphEDk02Kr5Vlbs%3D&x-amz-security-token=FwoGZXIvYXdzEIn%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDDtAoELbOB%2F%2BweQ0ISK%2BAbyCnQt8Y2B1pw4Yw1EiaNdj4BD1eTpgi6SWyjxzFf5C%2B0a1OX0FlZvD8jHtJn0HIIb5R3U8V9QlieQPwp56D5En7%2Bp5YogGRxv%2FkzUt%2BDmB%2BqBDvG%2FsEprdUI8m2V43D7XWNE7Coa10a%2FbIn1sRjMoU53O5GFYxoKuKidG122CieAWfuOxEOMvfgS2CujJqW%2FzFDOpGKXjr9Z8KJgSU7%2FR%2BIMWfX06c1qDogvHYZLo5Uny%2B%2FPIsTt%2Fz2kI88dwo45yjnAYyLWzzC%2FQM6Om3qQ98Uko4fKlmJf%2FrHnLsRvzBM%2BqVvGd8md94Oq3CDXvx4%2FvwBg%3D%3D&Expires=1669911915 [1537044/1537044] -> "/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5.tar.gz" [1]
222
SHA1SUM test 'dc8e70f441991289a9a34fd37e1649d59435bfae' == 'dc8e70f441991289a9a34fd37e1649d59435bfae': OK
223
UNTAR           x265_3.5.tar.gz
224
PATCH           /tmp/makepkg/tvheadend/support/patches/libx265.pie.diff
225
patching file ./source/CMakeLists.txt
226
Hunk #1 succeeded at 220 with fuzz 2 (offset 52 lines).
227
PATCH           /tmp/makepkg/tvheadend/support/patches/libx265-silence.patch
228
patching file ./source/CMakeLists.txt
229
patching file ./source/cmake/CMakeASM_NASMInformation.cmake
230
WGET            https://github.com/webmproject/libvpx/archive/v1.9.0/libvpx-1.9.0.tar.gz
231
2022-11-30 22:00:56 URL:https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.gz [1629366/1629366] -> "/tmp/makepkg/tvheadend/build.linux/ffmpeg/nasm-2.15.05.tar.gz" [1]
232
SHA1SUM test '8a2a60b01d563c32dd216f94a99a20e6e31fd8aa' == '8a2a60b01d563c32dd216f94a99a20e6e31fd8aa': OK
233
UNTAR           nasm-2.15.05.tar.gz
234
PATCH           /tmp/makepkg/tvheadend/support/patches/remove-invalid-pure_func-qualifiers.diff
235
patching file include/nasmlib.h
236
Hunk #1 succeeded at 201 (offset 51 lines).
237
Hunk #2 succeeded at 209 (offset 51 lines).
238
Hunk #3 succeeded at 221 with fuzz 1 (offset 51 lines).
239
Hunk #4 succeeded at 345 (offset 39 lines).
240
WGET            https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.4.tar.gz
241
2022-11-30 22:00:56 URL:https://code.videolan.org/videolan/x264/-/archive/d2907f67227cbf38ac957efed84c532b12ce19cc/x264-d2907f67227cbf38ac957efed84c532b12ce19cc.tar.bz2 [773615] -> "/tmp/makepkg/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc.tar.bz2" [1]
242
SHA1SUM test '6b69f9af34ddfb9bc0bbfedb0b41a0b8b6c2771a' == '6b69f9af34ddfb9bc0bbfedb0b41a0b8b6c2771a': OK
243
UNTAR           x264-d2907f67227cbf38ac957efed84c532b12ce19cc.tar.bz2
244
WGET            https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.2.0alpha1.tar.gz
245
2022-11-30 22:00:57 URL:https://codeload.github.com/webmproject/libvpx/tar.gz/refs/tags/v1.9.0 [5326239] -> "/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvpx-1.9.0.tar.gz" [1]
246
SHA1SUM test '2ab8203ad8922bdf3256e4a197d1348fa8db9a62' == '2ab8203ad8922bdf3256e4a197d1348fa8db9a62': 2022-11-30 22:00:57 URL:https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.4.tar.gz [589570/589570] -> "/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4.tar.gz" [1]
247
OK
248
UNTAR           libvpx-1.9.0.tar.gz
249
SHA1SUM test '851cef020b346d44893e5d1c3dab83c675d479d9' == '851cef020b346d44893e5d1c3dab83c675d479d9': OK
250
UNTAR           libogg-1.3.4.tar.gz
251
WGET            https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.gz
252
WGET            https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz
253
2022-11-30 22:00:58 URL:https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz [1040054/1040054] -> "/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1.tar.gz" [1]
254
SHA1SUM test 'ed226536537861c9f0f1ef7ca79dffc225bc181b' == 'ed226536537861c9f0f1ef7ca79dffc225bc181b': OK
255
UNTAR           opus-1.3.1.tar.gz
256
WGET            https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.bz2
257
WARNING: The certificate of ‘ffmpeg.org’ is not trusted.
258
WARNING: The certificate of ‘ffmpeg.org’ has expired.
259
The certificate has not yet been activated
260
2022-11-30 22:01:00 URL:https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.2.0alpha1.tar.gz [2025167/2025167] -> "/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1.tar.gz" [1]
261
SHA1SUM test 'f03e6b1648b7574a249ee19cd386ff3d5c9deb84' == 'f03e6b1648b7574a249ee19cd386ff3d5c9deb84': OK
262
UNTAR           libtheora-1.2.0alpha1.tar.gz
263
cd /tmp/makepkg/tvheadend/build.linux/ffmpeg/nasm-2.15.05 && CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/makepkg/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
264
        --libdir=/ffmpeg/lib
265
configure: WARNING: unrecognized options: --enable-static, --disable-shared
266
checking build system type... x86_64-pc-linux-gnu
267
checking host system type... x86_64-pc-linux-gnu
268
checking for gcc... gcc -fPIE
269
checking whether the C compiler works... yes
270
checking for C compiler default output file name... a.out
271
checking for suffix of executables...
272
checking whether we are cross compiling... 2022-11-30 22:01:00 URL:https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.gz [1658963/1658963] -> "/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7.tar.gz" [1]
273
no
274
checking for suffix of object files... SHA1SUM test '2b415495f89b103138a23da5017a2a00837c6c94' == '2b415495f89b103138a23da5017a2a00837c6c94': OK
275
UNTAR           libvorbis-1.3.7.tar.gz
276
o
277
checking whether we are using the GNU C compiler... yes
278
checking whether gcc -fPIE accepts -g... yes
279
checking for gcc -fPIE option to accept ISO C89... none needed
280
checking how to run the C preprocessor... gcc -fPIE -E
281
checking for grep that handles long lines and -e... /usr/bin/grep
282
checking for egrep... /usr/bin/grep -E
283
checking for ANSI C header files... yes
284
checking for sys/types.h... yes
285
checking for sys/stat.h... yes
286
2022-11-30 22:01:00 URL:https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.bz2 [11494996/11494996] -> "/tmp/makepkg/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1.tar.bz2" [1]
287
checking for stdlib.h... yes
288
SHA1SUM test '49306f284475014b8e68bff886aaeeaf0723810c' == '49306f284475014b8e68bff886aaeeaf0723810c': OK
289
UNTAR           ffmpeg-4.4.1.tar.bz2
290
checking for string.h... yes
291
checking for memory.h... yes
292
checking for strings.h... yes
293
checking for inttypes.h... yes
294
checking for stdint.h... yes
295
checking for unistd.h... yes
296
checking minix/config.h usability... no
297
checking minix/config.h presence... no
298
checking for minix/config.h... no
299
checking whether it is safe to define __EXTENSIONS__... yes
300
checking for special C compiler options needed for large files... no
301
checking for _FILE_OFFSET_BITS value needed for large files... no
302
checking for gcc... (cached) gcc -fPIE
303
checking whether we are using the GNU C compiler... (cached) yes
304
checking whether gcc -fPIE accepts -g... (cached) yes
305
checking for gcc -fPIE option to accept ISO C89... (cached) none needed
306
checking for gcc -fPIE option to accept ISO C99... none needed
307
checking for gcc -fPIE option to accept ISO Standard C... (cached) none needed
308
checking if gcc -fPIE accepts -std=c17... yes
309
checking for size_t... yes
310
checking whether byte ordering is bigendian... no
311
checking if gcc -fPIE accepts -Werror=unknown-warning-option... no
312
checking if gcc -fPIE accepts -fwrapv... yes
313
checking if gcc -fPIE accepts -ftrivial-auto-var-init=zero... no
314
checking if gcc -fPIE accepts -U__STRICT_ANSI__... yes
315
checking if gcc -fPIE accepts -fno-common... yes
316
checking for suffix of library files... a
317
checking whether ln -s works... yes
318
checking whether make sets $(MAKE)... yes
319
checking for a BSD-compatible install... /usr/bin/install -c
320
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
321
checking for nroff... nroff
322
checking for asciidoc... no
323
checking for xmlto... no
324
checking for xz... xz
325
configure: WARNING: No asciidoc package found, cannot build man pages
326
configure: WARNING: No xmlto package found, cannot build man pages
327
checking for ar... ar
328
checking for ranlib... ranlib
329
checking for strip... strip
330
checking for an ANSI C-conforming const... yes
331
checking for inline... inline
332
checking for C/C++ restrict keyword... __restrict
333
checking for ANSI C header files... (cached) yes
334
checking for string.h... (cached) yes
335
checking stdarg.h usability... yes
336
checking stdarg.h presence... yes
337
checking for stdarg.h... yes
338
checking for inttypes.h... (cached) yes
339
checking for strings.h... (cached) yes
340
checking for stdbool.h that conforms to C99... yes
341
checking for _Bool... yes
342
checking stdnoreturn.h usability... yes
343
checking stdnoreturn.h presence... yes
344
checking for stdnoreturn.h... yes
345
checking io.h usability... no
346
checking io.h presence... no
347
checking for io.h... no
348
checking fcntl.h usability... yes
349
checking fcntl.h presence... yes
350
checking for fcntl.h... yes
351
checking for unistd.h... (cached) yes
352
checking sys/mman.h usability... yes
353
checking sys/mman.h presence... yes
354
checking for sys/mman.h... yes
355
checking for sys/types.h... (cached) yes
356
checking for sys/stat.h... (cached) yes
357
checking sys/resource.h usability... yes
358
checking sys/resource.h presence... yes
359
checking for sys/resource.h... yes
360
checking for strcasecmp... yes
361
checking for stricmp... no
362
checking for strncasecmp... yes
363
checking for strnicmp... no
364
checking for strsep... yes
365
checking for strnlen... yes
366
checking for strrchrnul... no
367
checking for iscntrl... yes
368
checking for isascii... yes
369
checking for mempcpy... PATCH           /tmp/makepkg/tvheadend/support/patches/ffmpeg.libx264.diff
370
patching file ./libavcodec/libx264.c
371
Hunk #1 succeeded at 1068 (offset 166 lines).
372
PATCH           /tmp/makepkg/tvheadend/support/patches/ffmpeg.vaapi_encode.diff
373
patching file ./libavcodec/vaapi_encode.c
374
Hunk #1 succeeded at 28 with fuzz 2 (offset 2 lines).
375
Hunk #2 succeeded at 633 (offset 45 lines).
376
Hunk #3 succeeded at 671 (offset 45 lines).
377
yes
378
checking for getuid... yes
379
checking for getgid... yes
380
checking for getrlimit... yes
381
checking for realpath... yes
382
checking for canonicalize_file_name... yes
383
checking for _fullpath... no
384
checking for pathconf... yes
385
checking for _LARGEFILE_SOURCE value needed for large files... no
386
checking for _fseeki64... no
387
checking for ftruncate... yes
388
checking for _chsize... no
389
checking for _chsize_s... no
390
checking for fileno... yes
391
checking for _fileno... no
392
checking for stdlib.h... (cached) yes
393
checking for unistd.h... (cached) yes
394
checking for sys/param.h... yes
395
checking for getpagesize... yes
396
checking for working mmap... yes
397
checking for getpagesize... (cached) yes
398
checking for sysconf... yes
399
checking for access... yes
400
checking for _access... no
401
checking for faccessat... yes
402
checking for __builtin_expect... yes
403
checking intrin.h usability... no
404
checking intrin.h presence... no
405
checking for intrin.h... no
406
checking for __builtin_clz... yes
407
checking for __builtin_clzl... yes
408
checking for __builtin_clzll... yes
409
checking for _BitScanReverse... no
410
checking for _BitScanReverse64... no
411
checking for sprintf... snprintf
412
checking for vsnprintf... vsnprintf
413
checking for strlcpy... no
414
checking for strrchrnul... (cached) no
415
checking for struct _stati64... no
416
checking for struct stat... yes
417
checking for stat... yes
418
checking for _stati64... no
419
checking for fstat... yes
420
checking for _fstati64... no
421
checking for S_ISREG... no
422
checking whether strcasecmp is declared... yes
423
checking whether stricmp is declared... no
424
checking whether strncasecmp is declared... yes
425
checking whether strnicmp is declared... no
426
checking whether strsep is declared... yes
427
checking whether strlcpy is declared... no
428
checking whether strnlen is declared... yes
429
checking whether strrchrnul is declared... no
430
checking for uintptr_t... yes
431
checking endian.h usability... yes
432
checking endian.h presence... yes
433
checking for endian.h... yes
434
checking sys/endian.h usability... no
435
checking sys/endian.h presence... no
436
checking for sys/endian.h... no
437
checking machine/endian.h usability... no
438
checking machine/endian.h presence... no
439
checking for machine/endian.h... no
440
checking for cpu_to_le16... no
441
checking for cpu_to_le32... no
442
checking for cpu_to_le64... no
443
checking for __cpu_to_le16... no
444
checking for __cpu_to_le32... no
445
checking for __cpu_to_le64... no
446
checking for htole16... yes
447
checking for htole32... yes
448
checking for htole64... yes
449
checking for __bswap_16... yes
450
checking for __bswap_32... yes
451
checking for __bswap_64... yes
452
checking for __builtin_bswap16... yes
453
checking for __builtin_bswap32... yes
454
checking for __builtin_bswap64... yes
455
checking for _byteswap_ushort... no
456
checking for _byteswap_ulong... no
457
checking for _byteswap_uint64... no
458
checking for __builtin_constant_p... yes
459
checking for __builtin_choose_expr... yes
460
checking if gcc -fPIE accepts -Werror=attributes... yes
461
checking if gcc -fPIE supports the noreturn function attribute... yes
462
checking if gcc -fPIE supports the noreturn function attribute on pointers... yes
463
checking if gcc -fPIE supports the returns_nonnull function attribute... yes
464
checking if gcc -fPIE supports the returns_nonnull function attribute on pointers... yes
465
checking if gcc -fPIE supports the malloc function attribute... yes
466
checking if gcc -fPIE supports the malloc function attribute on pointers... no
467
checking if gcc -fPIE supports the alloc_size(1) function attribute... yes
468
checking if gcc -fPIE supports the alloc_size(1) function attributeon pointers... yes
469
checking if gcc -fPIE supports the alloc_size(1,2) function attribute... no
470
checking if gcc -fPIE supports the alloc_size(1,2) function attribute on pointers... no
471
checking if gcc -fPIE supports the sentinel function attribute... yes
472
checking if gcc -fPIE supports the sentinel function attribute on pointers... yes
473
checking if gcc -fPIE supports the format(printf,1,2) function attribute... yes
474
checking if gcc -fPIE supports the format(printf,1,2) function attribute on pointers... yes
475
checking if gcc -fPIE supports the const function attribute... yes
476
checking if gcc -fPIE supports the const function attribute on pointers... yes
477
checking if gcc -fPIE supports the pure function attribute... yes
478
checking if gcc -fPIE supports the pure function attribute on pointers... no
479
checking if gcc -fPIE supports the cold function attribute... yes
480
checking if gcc -fPIE supports the cold function attribute on pointers... no
481
checking if gcc -fPIE supports the unused function attribute... yes
482
checking if gcc -fPIE supports the unused function attribute on pointers... yes
483
checking if gcc -fPIE supports the error function attribute... yes
484
checking if gcc -fPIE accepts -ffunction-sections... yes
485
checking if gcc -fPIE accepts -fdata-sections... yes
486
checking if gcc -fPIE accepts -Wl,--gc-sections... yes
487
checking if gcc -fPIE accepts -fvisibility=hidden... yes
488
checking if gcc -fPIE accepts -Wall... yes
489
checking if gcc -fPIE accepts -W... yes
490
checking if gcc -fPIE accepts -pedantic... yes
491
checking if gcc -fPIE accepts -Wc90-c99-compat... yes
492
checking if gcc -fPIE accepts -Wc99-compat... no
493
checking if gcc -fPIE accepts -Wc99-extensions... no
494
checking if gcc -fPIE accepts -Wpedantic-ms-format... no
495
checking if gcc -fPIE accepts -Wlong-long... yes
496
checking if gcc -fPIE accepts -Wstringop-truncation... yes
497
checking if gcc -fPIE accepts -Wshift-negative-value... yes
498
checking if gcc -fPIE accepts -Werror=implicit... yes
499
checking if gcc -fPIE accepts -Werror=missing-braces... yes
500
checking if gcc -fPIE accepts -Werror=return-type... yes
501
checking if gcc -fPIE accepts -Werror=trigraphs... yes
502
checking if gcc -fPIE accepts -Werror=pointer-arith... yes
503
checking if gcc -fPIE accepts -Werror=strict-prototypes... no
504
checking if gcc -fPIE accepts -Werror=missing-prototypes... yes
505
checking if gcc -fPIE accepts -Werror=missing-declarations... yes
506
checking if gcc -fPIE accepts -Werror=comment... yes
507
checking if gcc -fPIE accepts -Werror=vla... yes
508
checking if gcc -fPIE supports C99 external inlines... yes
509
checking if gcc -fPIE supports typeof... __typeof
510
configure: creating ./config.status
511
config.status: creating Makefile
512
config.status: creating doc/Makefile
513
config.status: creating config/config.h
514
configure: WARNING: unrecognized options: --enable-static, --disable-shared
515
DESTDIR=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build \
516
        make -C /tmp/makepkg/tvheadend/build.linux/ffmpeg/nasm-2.15.05 install
517
make[2]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/nasm-2.15.05'
518
make[2]: Circular asm/warnings.c <- asm/warnings.time dependency dropped.
519
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
520
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
521
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
522
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
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 stdlib/strnlen.o stdlib/strnlen.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/strrchrnul.o stdlib/strrchrnul.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 nasmlib/ver.o nasmlib/ver.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 nasmlib/alloc.o nasmlib/alloc.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 nasmlib/asprintf.o nasmlib/asprintf.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 nasmlib/errfile.o nasmlib/errfile.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/crc64.o nasmlib/crc64.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/md5c.o nasmlib/md5c.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/string.o nasmlib/string.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/nctype.o nasmlib/nctype.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/file.o nasmlib/file.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/mmap.o nasmlib/mmap.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/ilog2.o nasmlib/ilog2.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/realpath.o nasmlib/realpath.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/path.o nasmlib/path.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/filename.o nasmlib/filename.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/rlimit.o nasmlib/rlimit.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/zerobuf.o nasmlib/zerobuf.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/readnum.o nasmlib/readnum.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/bsi.o nasmlib/bsi.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/rbtree.o nasmlib/rbtree.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/hashtbl.o nasmlib/hashtbl.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/raa.o nasmlib/raa.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/saa.o nasmlib/saa.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/strlist.o nasmlib/strlist.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/perfhash.o nasmlib/perfhash.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/badenum.o nasmlib/badenum.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 common/common.o common/common.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 x86/insnsa.o x86/insnsa.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 x86/insnsb.o x86/insnsb.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 x86/insnsd.o x86/insnsd.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 x86/insnsn.o x86/insnsn.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/regs.o x86/regs.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/regvals.o x86/regvals.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/regflags.o x86/regflags.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/regdis.o x86/regdis.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/disp8.o x86/disp8.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/iflag.o x86/iflag.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 asm/error.o asm/error.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 asm/warnings.o asm/warnings.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 asm/floats.o asm/floats.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 asm/directiv.o asm/directiv.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/directbl.o asm/directbl.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/pragma.o asm/pragma.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/assemble.o asm/assemble.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/labels.o asm/labels.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/parser.o asm/parser.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/preproc.o asm/preproc.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/quote.o asm/quote.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/pptok.o asm/pptok.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/listing.o asm/listing.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/eval.o asm/eval.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/exprlib.o asm/exprlib.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/exprdump.o asm/exprdump.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/stdscan.o asm/stdscan.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/strfunc.o asm/strfunc.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/tokhash.o asm/tokhash.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/segalloc.o asm/segalloc.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/preproc-nop.o asm/preproc-nop.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/rdstrnum.o asm/rdstrnum.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/srcfile.o asm/srcfile.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 macros/macros.o macros/macros.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 output/outform.o output/outform.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 output/outlib.o output/outlib.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 output/legacy.o output/legacy.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 output/nulldbg.o output/nulldbg.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/nullout.o output/nullout.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/outbin.o output/outbin.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/outaout.o output/outaout.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/outcoff.o output/outcoff.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/outelf.o output/outelf.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/outobj.o output/outobj.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/outas86.o output/outas86.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/outrdf2.o output/outrdf2.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/outdbg.o output/outdbg.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/outieee.o output/outieee.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/outmacho.o output/outmacho.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/codeview.o output/codeview.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 disasm/disasm.o disasm/disasm.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 disasm/sync.o disasm/sync.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 disasm/ndisasm.o disasm/ndisasm.c
604
rm -f libnasm.a
605
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.oasm/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.oasm/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
606
ranlib libnasm.a
607
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
608
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
609
/usr/bin/mkdir -p /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin
610
/usr/bin/install -c nasm /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm
611
/usr/bin/install -c ndisasm /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/ndisasm
612
/usr/bin/mkdir -p /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1
613
/usr/bin/install -c -m 644 ./nasm.1 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1/nasm.1
614
/usr/bin/install -c -m 644 ./ndisasm.1 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1/ndisasm.1
615
make[2]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/nasm-2.15.05'
616
cd /tmp/makepkg/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc && FFMPEG_PREFIX=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/makepkg/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
617
        --extra-asflags="-DPIC" \
618
        --extra-cflags="-fPIE" \
619
        --disable-cli \
620
        --disable-swscale \
621
        --disable-lavf \
622
        --disable-avs \
623
        --disable-ffms \
624
        --disable-gpac \
625
        --disable-lsmash \
626

    
627
cd /tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux && cmake -G "Unix Makefiles" \
628
        -DCMAKE_INSTALL_PREFIX="/ffmpeg" \
629
        -DENABLE_SHARED:BOOL=OFF \
630
        ../../source
631
cd /tmp/makepkg/tvheadend/build.linux/ffmpeg/libvpx-1.9.0 && \
632
        FFMPEG_PREFIX=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/makepkg/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
633
        --extra-cflags="-fPIE" \
634
        --disable-examples \
635
        --disable-docs \
636
        --disable-unit-tests \
637

    
638
Unknown option --disable-shared, ignored
639
  disabling shared
640
  disabling examples
641
  disabling docs
642
  disabling unit_tests
643
  enabling vp8_encoder
644
  enabling vp8_decoder
645
  enabling vp9_encoder
646
  enabling vp9_decoder
647
Configuring for target 'x86_64-linux-gcc'
648
  enabling x86_64
649
-- cmake version 3.18.4
650
CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy):
651
  The OLD behavior for policy CMP0025 will be removed from a futureversion
652
  of CMake.
653

    
654
  The cmake-policies(7) manual explains that the OLD behaviors of all
655
  policies are deprecated and that a policy should be set to OLD only under
656
  specific short-term circumstances.  Projects should be ported to the NEW
657
  behavior and not rely on setting a policy to OLD.
658

    
659

    
660
CMake Deprecation Warning at CMakeLists.txt:16 (cmake_policy):
661
  The OLD behavior for policy CMP0054 will be removed from a futureversion
662
  of CMake.
663

    
664
  The cmake-policies(7) manual explains that the OLD behaviors of all
665
  policies are deprecated and that a policy should be set to OLD only under
666
  specific short-term circumstances.  Projects should be ported to the NEW
667
  behavior and not rely on setting a policy to OLD.
668

    
669

    
670
  enabling runtime_cpu_detect
671
  enabling mmx
672
  enabling sse
673
  enabling sse2
674
  enabling sse3
675
  enabling ssse3
676
  enabling sse4_1
677
  enabling avx
678
  enabling avx2
679
-- The C compiler identification is GNU 10.2.1
680
  enabling avx512
681
-- The CXX compiler identification is GNU 10.2.1
682
  using nasm
683
-- Detecting C compiler ABI info
684
-- Detecting C compiler ABI info - done
685
-- Check for working C compiler: /usr/bin/cc - skipped
686
-- Detecting C compile features
687
-- Detecting C compile features - done
688
-- Detecting CXX compiler ABI info
689
-- Detecting CXX compiler ABI info - done
690
-- Check for working CXX compiler: /usr/bin/c++ - skipped
691
-- Detecting CXX compile features
692
-- Detecting CXX compile features - done
693
-- Detected x86_64 target processor
694
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
695
  The package name passed to `find_package_handle_standard_args` (NUMA) does
696
  not match the name of the calling package (Numa).  This can lead to
697
  problems in calling code that expects `find_package` result variables
698
  (e.g., `_FOUND`) to follow a certain pattern.
699
Call Stack (most recent call first):
700
  cmake/FindNuma.cmake:43 (find_package_handle_standard_args)
701
  CMakeLists.txt:100 (find_package)
702
This warning is for project developers.  Use -Wno-dev to suppress it.
703

    
704
-- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY)
705
-- Looking for include file inttypes.h
706
-- Looking for include file inttypes.h - found
707
-- Performing Test CC_HAS_NO_STRICT_OVERFLOW
708
  enabling postproc
709
  enabling webm_io
710
  enabling libyuv
711
-- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success
712
-- Performing Test CC_HAS_NO_NARROWING
713
-- Performing Test CC_HAS_NO_NARROWING - Success
714
-- Performing Test CC_HAS_NO_ARRAY_BOUNDS
715
Creating makefiles for x86_64-linux-gcc libs
716
-- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success
717
-- Performing Test CC_HAS_FAST_MATH
718
Creating makefiles for x86_64-linux-gcc tools
719
DIST_DIR=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg \
720
        make -C /tmp/makepkg/tvheadend/build.linux/ffmpeg/libvpx-1.9.0 install
721
platform:       X86_64
722
byte order:     little-endian
723
system:         LINUX
724
cli:            no
725
libx264:        internal
726
shared:         no
727
static:         yes
728
bashcompletion: no
729
asm:            yes
730
interlaced:     yes
731
avs:            no
732
lavf:           no
733
ffms:           no
734
mp4:            no
735
gpl:            yes
736
thread:         posix
737
opencl:         yes
738
filters:        crop select_every
739
lto:            no
740
debug:          no
741
gprof:          no
742
strip:          no
743
PIC:            no
744
bit depth:      all
745
chroma format:  all
746

    
747
You can run 'make' or 'make fprofiled' now.
748
DESTDIR=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build \
749
        make -C /tmp/makepkg/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc install
750
make[2]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc'
751
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.h
752
-- Performing Test CC_HAS_FAST_MATH - Success
753
-- Performing Test CC_HAS_STACK_REALIGN
754
make[2]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvpx-1.9.0'
755
    [CREATE] vpx_scale_rtcd.h
756
    [CREATE] vpx_dsp_rtcd.h
757
dependency file generation...
758
-- Performing Test CC_HAS_STACK_REALIGN - Success
759
-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG
760
    [CREATE] vp8_rtcd.h
761
    [CREATE] vp9_rtcd.h
762
    [DEP] vp9/ratectrl_rtc.cc.d
763
-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success
764
    [DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d
765
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
766
  The package name passed to `find_package_handle_standard_args` (nasm) does
767
  not match the name of the calling package (Nasm).  This can lead to
768
  problems in calling code that expects `find_package` result variables
769
  (e.g., `_FOUND`) to follow a certain pattern.
770
Call Stack (most recent call first):
771
  cmake/FindNasm.cmake:23 (find_package_handle_standard_args)
772
  CMakeLists.txt:352 (find_package)
773
This warning is for project developers.  Use -Wno-dev to suppress it.
774

    
775
-- Found nasm: /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm (found version "2.15.05")
776
-- Found Nasm 2.15.05 to build assembly primitives
777
    [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
778
    [DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d
779
    [DEP] vp9/encoder/x86/vp9_error_avx2.c.d
780
-- GIT_EXECUTABLE /usr/bin/git
781
-- SOURCE CODE IS FROM x265 GIT ARCHIVED ZIP OR TAR BALL
782
-- GIT ARCHIVAL INFORMATION PROCESSED
783
-- X265 RELEASE VERSION 3.5+1-f0c1022b6
784
    [DEP] vp9/encoder/x86/vp9_frame_scale_ssse3.c.d
785
-- The ASM_NASM compiler identification is NASM
786
    [DEP] vp9/encoder/x86/vp9_dct_intrin_sse2.c.d
787
    [DEP] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.d
788
-- Found assembler: /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm
789
-- Looking for strtok_r
790
    [DEP] vp9/encoder/x86/vp9_quantize_avx2.c.d
791
    [DEP] vp9/encoder/x86/vp9_quantize_sse2.c.d
792
    [DEP] vp9/encoder/x86/temporal_filter_sse4.c.d
793
    [DEP] vp9/encoder/vp9_mbgraph.c.d
794
-- Looking for strtok_r - found
795
-- Looking for include file getopt.h
796
    [DEP] vp9/encoder/vp9_temporal_filter.c.d
797
    [DEP] vp9/encoder/vp9_noise_estimate.c.d
798
    [DEP] vp9/encoder/vp9_skin_detection.c.d
799
    [DEP] vp9/encoder/vp9_alt_ref_aq.c.d
800
    [DEP] vp9/encoder/vp9_aq_complexity.c.d
801
    [DEP] vp9/encoder/vp9_aq_cyclicrefresh.c.d
802
-- Looking for include file getopt.h - found
803
-- Configuring done
804
    [DEP] vp9/encoder/vp9_aq_360.c.d
805
-- Generating done
806
-- Build files have been written to: /tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux
807
DESTDIR=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build \
808
        make -C /tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux install
809
make[2]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
810
    [DEP] vp9/encoder/vp9_aq_variance.c.d
811
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
812
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
813
    [DEP] vp9/encoder/vp9_treewriter.c.d
814
Scanning dependencies of target encoder
815
    [DEP] vp9/encoder/vp9_tokenize.c.d
816
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
817
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
818
    [DEP] vp9/encoder/vp9_resize.c.d
819
[  1%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o
820
    [DEP] vp9/encoder/vp9_svc_layercontext.c.d
821
    [DEP] vp9/encoder/vp9_subexp.c.d
822
    [DEP] vp9/encoder/vp9_speed_features.c.d
823
    [DEP] vp9/encoder/vp9_segmentation.c.d
824
    [DEP] vp9/encoder/vp9_pickmode.c.d
825
    [DEP] vp9/encoder/vp9_rdopt.c.d
826
    [DEP] vp9/encoder/vp9_rd.c.d
827
    [DEP] vp9/encoder/vp9_ratectrl.c.d
828
    [DEP] vp9/encoder/vp9_quantize.c.d
829
    [DEP] vp9/encoder/vp9_picklpf.c.d
830
    [DEP] vp9/encoder/vp9_encoder.c.d
831
    [DEP] vp9/encoder/vp9_mcomp.c.d
832
    [DEP] vp9/encoder/vp9_multi_thread.c.d
833
    [DEP] vp9/encoder/vp9_lookahead.c.d
834
    [DEP] vp9/encoder/vp9_frame_scale.c.d
835
    [DEP] vp9/encoder/vp9_firstpass.c.d
836
    [DEP] vp9/encoder/vp9_extend.c.d
837
    [DEP] vp9/encoder/vp9_ethread.c.d
838
    [DEP] vp9/encoder/vp9_encodemv.c.d
839
    [DEP] vp9/encoder/vp9_encodemb.c.d
840
    [DEP] vp9/encoder/vp9_encodeframe.c.d
841
    [DEP] vp9/encoder/vp9_dct.c.d
842
    [DEP] vp9/encoder/vp9_cost.c.d
843
    [DEP] vp9/encoder/vp9_context_tree.c.d
844
    [DEP] vp9/encoder/vp9_bitstream.c.d
845
    [DEP] vp9/vp9_cx_iface.c.d
846
    [DEP] vp9/common/x86/vp9_idct_intrin_sse2.c.d
847
    [DEP] vp9/common/vp9_scan.c.d
848
    [DEP] vp9/common/vp9_common_data.c.d
849
    [DEP] vp9/common/vp9_reconintra.c.d
850
    [DEP] vp9/common/vp9_reconinter.c.d
851
    [DEP] vp9/common/vp9_quant_common.c.d
852
    [DEP] vp9/common/vp9_mvref_common.c.d
853
    [DEP] vp9/common/vp9_thread_common.c.d
854
    [DEP] vp9/common/vp9_loopfilter.c.d
855
    [DEP] vp9/common/vp9_tile_common.c.d
856
    [DEP] vp9/common/vp9_seg_common.c.d
857
    [DEP] vp9/common/vp9_scale.c.d
858
    [DEP] vp9/common/vp9_rtcd.c.d
859
    [DEP] vp9/common/vp9_pred_common.c.d
860
    [DEP] vp9/common/vp9_filter.c.d
861
    [DEP] vp9/common/vp9_idct.c.d
862
    [DEP] vp9/common/vp9_frame_buffers.c.d
863
    [DEP] vp9/common/vp9_entropymv.c.d
864
    [DEP] vp9/common/vp9_entropymode.c.d
865
    [DEP] vp9/common/vp9_entropy.c.d
866
    [DEP] vp9/common/vp9_blockd.c.d
867
    [DEP] vp9/common/vp9_alloccommon.c.d
868
    [DEP] vp9/vp9_iface_common.c.d
869
    [DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d
870
    [DEP] vp8/common/x86/mfqe_sse2.asm.d
871
    [DEP] vp8/common/x86/subpixel_ssse3.asm.d
872
    [DEP] vp8/common/x86/iwalsh_sse2.asm.d
873
    [DEP] vp8/common/x86/loopfilter_sse2.asm.d
874
    [DEP] vp8/common/x86/subpixel_sse2.asm.d
875
    [DEP] vp8/common/x86/recon_sse2.asm.d
876
    [DEP] vp8/common/x86/idctllm_sse2.asm.d
877
    [DEP] vp8/common/x86/subpixel_mmx.asm.d
878
    [DEP] vp8/common/x86/recon_mmx.asm.d
879
    [DEP] vp8/common/x86/idctllm_mmx.asm.d
880
    [DEP] vp8/common/x86/dequantize_mmx.asm.d
881
    [DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d
882
    [DEP] vp8/encoder/x86/block_error_sse2.asm.d
883
    [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d
884
    [DEP] vp8/encoder/x86/dct_sse2.asm.d
885
    [DEP] vp8/encoder/x86/copy_sse3.asm.d
886
    [DEP] vp8/encoder/x86/copy_sse2.asm.d
887
    [DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d
888
    [DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d
889
    [DEP] vpx_dsp/x86/subtract_sse2.asm.d
890
    [DEP] vpx_dsp/x86/sad_sse2.asm.d
891
    [DEP] vpx_dsp/x86/sad4d_sse2.asm.d
892
    [DEP] vpx_dsp/x86/sad_sse4.asm.d
893
    [DEP] vpx_dsp/x86/sad_ssse3.asm.d
894
    [DEP] vpx_dsp/x86/sad_sse3.asm.d
895
    [DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d
896
    [DEP] vpx_dsp/x86/inv_wht_sse2.asm.d
897
    [DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d
898
install -d /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig
899
install -m 644 ./x264.h x264_config.h /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include
900
install -m 644 x264.pc /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig
901
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
902
    [DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d
903
    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d
904
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d
905
    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d
906
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d
907
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
908
    [DEP] vpx_dsp/x86/deblock_sse2.asm.d
909
    [DEP] vpx_dsp/x86/add_noise_sse2.asm.d
910
    [DEP] vpx_dsp/x86/intrapred_ssse3.asm.d
911
    [DEP] vpx_dsp/x86/intrapred_sse2.asm.d
912
    [DEP] vpx_ports/emms_mmx.asm.d
913
    [DEP] vpx_config.c.d
914
    [DEP] vp9/decoder/vp9_job_queue.c.d
915
    [DEP] vp9/decoder/vp9_dsubexp.c.d
916
    [DEP] vp9/decoder/vp9_decoder.c.d
917
    [DEP] vp9/decoder/vp9_detokenize.c.d
918
    [DEP] vp9/decoder/vp9_decodeframe.c.d
919
    [DEP] vp9/decoder/vp9_decodemv.c.d
920
    [DEP] vp9/vp9_dx_iface.c.d
921
    [DEP] vp8/decoder/threading.c.d
922
    [DEP] vp8/decoder/onyxd_if.c.d
923
    [DEP] vp8/decoder/detokenize.c.d
924
    [DEP] vp8/decoder/decodeframe.c.d
925
    [DEP] vp8/decoder/decodemv.c.d
926
    [DEP] vp8/decoder/dboolhuff.c.d
927
    [DEP] vp8/vp8_dx_iface.c.d
928
    [DEP] vp8/common/x86/bilinear_filter_sse2.c.d
929
    [DEP] vp8/common/x86/idct_blk_sse2.c.d
930
    [DEP] vp8/common/x86/idct_blk_mmx.c.d
931
    [DEP] vp8/common/postproc.c.d
932
    [DEP] vp8/common/mfqe.c.d
933
    [DEP] vp8/common/x86/loopfilter_x86.c.d
934
    [DEP] vp8/common/x86/vp8_asm_stubs.c.d
935
    [DEP] vp8/common/treecoder.c.d
936
    [DEP] vp8/common/swapyv12buffer.c.d
937
    [DEP] vp8/common/setupintrarecon.c.d
938
    [DEP] vp8/common/reconintra4x4.c.d
939
    [DEP] vp8/common/reconintra.c.d
940
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
941
    [DEP] vp8/common/reconinter.c.d
942
    [DEP] vp8/common/quant_common.c.d
943
    [DEP] vp8/common/modecont.c.d
944
    [DEP] vp8/common/mbpitch.c.d
945
    [DEP] vp8/common/loopfilter_filters.c.d
946
    [DEP] vp8/common/vp8_loopfilter.c.d
947
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
948
    [DEP] vp8/common/rtcd.c.d
949
    [DEP] vp8/common/idctllm.c.d
950
    [DEP] vp8/common/idct_blk.c.d
951
    [DEP] vp8/common/generic/systemdependent.c.d
952
    [DEP] vp8/common/findnearmv.c.d
953
    [DEP] vp8/common/filter.c.d
954
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
955
    [DEP] vp8/common/extend.c.d
956
    [DEP] vp8/common/entropymv.c.d
957
    [DEP] vp8/common/entropymode.c.d
958
    [DEP] vp8/common/entropy.c.d
959
    [DEP] vp8/common/dequantize.c.d
960
    [DEP] vp8/common/blockd.c.d
961
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
962
    [DEP] vp8/common/alloccommon.c.d
963
    [DEP] vp8/encoder/x86/vp8_enc_stubs_sse2.c.d
964
    [DEP] vp8/encoder/x86/denoising_sse2.c.d
965
    [DEP] vp8/encoder/x86/quantize_sse4.c.d
966
    [DEP] vp8/encoder/x86/vp8_quantize_ssse3.c.d
967
    [DEP] vp8/encoder/x86/vp8_quantize_sse2.c.d
968
    [DEP] vp8/encoder/temporal_filter.c.d
969
    [DEP] vp8/encoder/treewriter.c.d
970
    [DEP] vp8/encoder/tokenize.c.d
971
[  2%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o
972
    [DEP] vp8/common/vp8_skin_detection.c.d
973
    [DEP] vp8/encoder/segmentation.c.d
974
    [DEP] vp8/encoder/rdopt.c.d
975
    [DEP] vp8/encoder/ratectrl.c.d
976
    [DEP] vp8/encoder/vp8_quantize.c.d
977
    [DEP] vp8/encoder/picklpf.c.d
978
    [DEP] vp8/encoder/pickinter.c.d
979
    [DEP] vp8/encoder/onyx_if.c.d
980
    [DEP] vp8/encoder/modecosts.c.d
981
    [DEP] vp8/encoder/mcomp.c.d
982
    [DEP] vp8/encoder/lookahead.c.d
983
    [DEP] vp8/encoder/denoising.c.d
984
    [DEP] vp8/encoder/firstpass.c.d
985
    [DEP] vp8/encoder/ethreading.c.d
986
    [DEP] vp8/encoder/encodemv.c.d
987
    [DEP] vp8/encoder/encodemb.c.d
988
    [DEP] vp8/encoder/encodeintra.c.d
989
    [DEP] vp8/encoder/encodeframe.c.d
990
    [DEP] vp8/encoder/dct.c.d
991
    [DEP] vp8/encoder/copy_c.c.d
992
    [DEP] vp8/encoder/boolhuff.c.d
993
    [DEP] vp8/encoder/bitstream.c.d
994
    [DEP] vp8/vp8_cx_iface.c.d
995
    [DEP] vpx_util/vpx_write_yuv_frame.c.d
996
    [DEP] vpx_util/vpx_thread.c.d
997
    [DEP] vpx_dsp/vpx_dsp_rtcd.c.d
998
    [DEP] vpx_dsp/x86/variance_avx2.c.d
999
    [DEP] vpx_dsp/x86/variance_sse2.c.d
1000
    [DEP] vpx_dsp/x86/avg_pred_sse2.c.d
1001
    [DEP] vpx_dsp/variance.c.d
1002
    [DEP] vpx_dsp/x86/sad4d_avx512.c.d
1003
    [DEP] vpx_dsp/x86/sad_avx2.c.d
1004
    [DEP] vpx_dsp/x86/sad4d_avx2.c.d
1005
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
1006
    [DEP] vpx_dsp/x86/sum_squares_sse2.c.d
1007
    [DEP] vpx_dsp/sum_squares.c.d
1008
    [DEP] vpx_dsp/subtract.c.d
1009
    [DEP] vpx_dsp/sad.c.d
1010
    [DEP] vpx_dsp/skin_detection.c.d
1011
    [DEP] vpx_dsp/x86/avg_intrin_avx2.c.d
1012
    [DEP] vpx_dsp/x86/avg_intrin_sse2.c.d
1013
    [DEP] vpx_dsp/avg.c.d
1014
    [DEP] vpx_dsp/x86/quantize_avx.c.d
1015
    [DEP] vpx_dsp/x86/quantize_ssse3.c.d
1016
    [DEP] vpx_dsp/x86/quantize_sse2.c.d
1017
    [DEP] vpx_dsp/quantize.c.d
1018
    [DEP] vpx_dsp/x86/inv_txfm_ssse3.c.d
1019
    [DEP] vpx_dsp/x86/inv_txfm_sse2.c.d
1020
    [DEP] vpx_dsp/inv_txfm.c.d
1021
    [DEP] vpx_dsp/x86/fwd_txfm_avx2.c.d
1022
    [DEP] vpx_dsp/x86/fwd_txfm_sse2.c.d
1023
    [DEP] vpx_dsp/fwd_txfm.c.d
1024
    [DEP] vpx_dsp/x86/loopfilter_avx2.c.d
1025
    [DEP] vpx_dsp/x86/loopfilter_sse2.c.d
1026
    [DEP] vpx_dsp/loopfilter.c.d
1027
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.d
1028
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.d
1029
    [DEP] vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c.d
1030
    [DEP] vpx_dsp/vpx_convolve.c.d
1031
    [DEP] vpx_dsp/x86/post_proc_sse2.c.d
1032
    [DEP] vpx_dsp/deblock.c.d
1033
    [DEP] vpx_dsp/add_noise.c.d
1034
    [DEP] vpx_dsp/intrapred.c.d
1035
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
1036
    [DEP] vpx_dsp/bitreader_buffer.c.d
1037
    [DEP] vpx_dsp/bitreader.c.d
1038
    [DEP] vpx_dsp/psnr.c.d
1039
    [DEP] vpx_dsp/bitwriter_buffer.c.d
1040
    [DEP] vpx_dsp/bitwriter.c.d
1041
    [DEP] vpx_dsp/prob.c.d
1042
    [DEP] vpx_scale/vpx_scale_rtcd.c.d
1043
    [DEP] vpx_scale/generic/gen_scalers.c.d
1044
    [DEP] vpx_scale/generic/yv12extend.c.d
1045
    [DEP] vpx_scale/generic/yv12config.c.d
1046
    [DEP] vpx_scale/generic/vpx_scale.c.d
1047
    [DEP] vpx_mem/vpx_mem.c.d
1048
    [DEP] vpx/src/vpx_image.c.d
1049
    [DEP] vpx/src/vpx_codec.c.d
1050
    [DEP] vpx/src/vpx_encoder.c.d
1051
    [DEP] vpx/src/vpx_decoder.c.d
1052
    [CREATE] vpx_config.asm
1053
    [DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d
1054
    [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
1055
    [DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d
1056
    [DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d
1057
    [DEP] vp8/common/x86/mfqe_sse2.asm.d
1058
    [DEP] vp8/common/x86/subpixel_ssse3.asm.d
1059
    [DEP] vp8/common/x86/iwalsh_sse2.asm.d
1060
    [DEP] vp8/common/x86/loopfilter_sse2.asm.d
1061
    [DEP] vp8/common/x86/subpixel_sse2.asm.d
1062
    [DEP] vp8/common/x86/recon_sse2.asm.d
1063
    [DEP] vp8/common/x86/idctllm_sse2.asm.d
1064
    [DEP] vp8/common/x86/subpixel_mmx.asm.d
1065
    [DEP] vp8/common/x86/recon_mmx.asm.d
1066
    [DEP] vp8/common/x86/idctllm_mmx.asm.d
1067
    [DEP] vp8/common/x86/dequantize_mmx.asm.d
1068
    [DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d
1069
    [DEP] vp8/encoder/x86/block_error_sse2.asm.d
1070
    [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d
1071
    [DEP] vp8/encoder/x86/dct_sse2.asm.d
1072
    [DEP] vp8/encoder/x86/copy_sse3.asm.d
1073
    [DEP] vp8/encoder/x86/copy_sse2.asm.d
1074
    [DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d
1075
    [DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d
1076
    [DEP] vpx_dsp/x86/subtract_sse2.asm.d
1077
    [DEP] vpx_dsp/x86/sad_sse2.asm.d
1078
    [DEP] vpx_dsp/x86/sad4d_sse2.asm.d
1079
    [DEP] vpx_dsp/x86/sad_sse4.asm.d
1080
    [DEP] vpx_dsp/x86/sad_ssse3.asm.d
1081
    [DEP] vpx_dsp/x86/sad_sse3.asm.d
1082
    [DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d
1083
    [DEP] vpx_dsp/x86/inv_wht_sse2.asm.d
1084
    [DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d
1085
    [DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d
1086
    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d
1087
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d
1088
    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d
1089
    [DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d
1090
    [DEP] vpx_dsp/x86/deblock_sse2.asm.d
1091
    [DEP] vpx_dsp/x86/add_noise_sse2.asm.d
1092
    [DEP] vpx_dsp/x86/intrapred_ssse3.asm.d
1093
    [DEP] vpx_dsp/x86/intrapred_sse2.asm.d
1094
    [DEP] vpx_ports/emms_mmx.asm.d
1095
    [CC] vpx/src/vpx_decoder.c.o
1096
    [CC] vpx/src/vpx_encoder.c.o
1097
    [CC] vpx/src/vpx_codec.c.o
1098
    [CC] vpx/src/vpx_image.c.o
1099
    [CC] vpx_mem/vpx_mem.c.o
1100
[  3%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o
1101
    [CC] vpx_scale/generic/vpx_scale.c.o
1102
    [CC] vpx_scale/generic/yv12config.c.o
1103
[  4%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o
1104
    [CC] vpx_scale/generic/yv12extend.c.o
1105
    [CC] vpx_scale/generic/gen_scalers.c.o
1106
    [CC] vpx_scale/vpx_scale_rtcd.c.o
1107
    [CC] vpx_dsp/prob.c.o
1108
    [CC] vpx_dsp/bitwriter.c.o
1109
    [CC] vpx_dsp/bitwriter_buffer.c.o
1110
    [CC] vpx_dsp/psnr.c.o
1111
    [CC] vpx_dsp/bitreader.c.o
1112
    [CC] vpx_dsp/bitreader_buffer.c.o
1113
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
1114
    [CC] vpx_dsp/intrapred.c.o
1115
[  5%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o
1116
    [CC] vpx_dsp/add_noise.c.o
1117
    [CC] vpx_dsp/deblock.c.o
1118
    [CC] vpx_dsp/x86/post_proc_sse2.c.o
1119
    [CC] vpx_dsp/vpx_convolve.c.o
1120
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
1121
    [CC] vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c.o
1122
    [CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.o
1123
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
1124
    [CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.o
1125
[  7%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o
1126
    [CC] vpx_dsp/loopfilter.c.o
1127
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
1128
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
1129
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
1130
    [CC] vpx_dsp/x86/loopfilter_sse2.c.o
1131
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
1132
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
1133
    [CC] vpx_dsp/x86/loopfilter_avx2.c.o
1134
    [CC] vpx_dsp/fwd_txfm.c.o
1135
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
1136
[  8%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o
1137
    [CC] vpx_dsp/x86/fwd_txfm_sse2.c.o
1138
[  9%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o
1139
[ 10%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o
1140
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
1141
[ 11%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o
1142
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
1143
[ 12%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o
1144
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
1145
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
1146
    [CC] vpx_dsp/x86/fwd_txfm_avx2.c.o
1147
[ 14%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o
1148
    [CC] vpx_dsp/inv_txfm.c.o
1149
[ 15%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o
1150
[ 16%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o
1151
    [CC] vpx_dsp/x86/inv_txfm_sse2.c.o
1152
/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp: In member function ‘int x265::RateControl::writeRateControlFrameStats(x265::Frame*, x265::RateControlEntry*)’:
1153
/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3025:36: warning: ‘~’ directive writing 1 byte into aregion of size between 0 and 127 [-Wformat-overflow=]
1154
 3025 |             sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]);
1155
      |                                    ^
1156
/tmp/makepkg/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
1157
 3025 |             sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]);
1158
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1159
/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3025:20: warning: ‘sprintf’ argument 3 overlaps destination object ‘deltaPOC’ [-Wrestrict]
1160
/tmp/makepkg/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
1161
 3016 |         char deltaPOC[128];
1162
      |              ^~~~~~~~
1163
/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3026:33: warning: ‘~’ directive writing 1 byte into aregion of size between 0 and 39 [-Wformat-overflow=]
1164
 3026 |             sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]);
1165
      |                                 ^
1166
/tmp/makepkg/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
1167
 3026 |             sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]);
1168
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1169
/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/source/encoder/ratecontrol.cpp:3026:20: warning: ‘sprintf’ argument 3 overlaps destination object ‘bUsed’ [-Wrestrict]
1170
/tmp/makepkg/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
1171
 3017 |         char bUsed[40];
1172
      |              ^~~~~
1173
    [CC] vpx_dsp/x86/inv_txfm_ssse3.c.o
1174
[ 17%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o
1175
    [CC] vpx_dsp/quantize.c.o
1176
    [CC] vpx_dsp/x86/quantize_sse2.c.o
1177
    [CC] vpx_dsp/x86/quantize_ssse3.c.o
1178
[ 18%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o
1179
    [CC] vpx_dsp/x86/quantize_avx.c.o
1180
    [CC] vpx_dsp/avg.c.o
1181
    [CC] vpx_dsp/x86/avg_intrin_sse2.c.o
1182
    [CC] vpx_dsp/x86/avg_intrin_avx2.c.o
1183
    [CC] vpx_dsp/skin_detection.c.o
1184
    [CC] vpx_dsp/sad.c.o
1185
    [CC] vpx_dsp/subtract.c.o
1186
    [CC] vpx_dsp/sum_squares.c.o
1187
    [CC] vpx_dsp/x86/sum_squares_sse2.c.o
1188
    [CC] vpx_dsp/x86/sad4d_avx2.c.o
1189
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
1190
    [CC] vpx_dsp/x86/sad_avx2.c.o
1191
    [CC] vpx_dsp/x86/sad4d_avx512.c.o
1192
[ 20%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o
1193
    [CC] vpx_dsp/variance.c.o
1194
[ 21%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o
1195
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
1196
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
1197
[ 21%] Built target encoder
1198
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
1199
Scanning dependencies of target common
1200
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
1201
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
1202
[ 22%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-a.asm.o
1203
    [CC] vpx_dsp/x86/avg_pred_sse2.c.o
1204
    [CC] vpx_dsp/x86/variance_sse2.c.o
1205
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
1206
    [CC] vpx_dsp/x86/variance_avx2.c.o
1207
    [CC] vpx_dsp/vpx_dsp_rtcd.c.o
1208
    [CC] vpx_util/vpx_thread.c.o
1209
    [CC] vpx_util/vpx_write_yuv_frame.c.o
1210
    [CC] vp8/common/alloccommon.c.o
1211
    [CC] vp8/common/blockd.c.o
1212
    [CC] vp8/common/dequantize.c.o
1213
    [CC] vp8/common/entropy.c.o
1214
    [CC] vp8/common/entropymode.c.o
1215
    [CC] vp8/common/entropymv.c.o
1216
    [CC] vp8/common/extend.c.o
1217
    [CC] vp8/common/filter.c.o
1218
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
1219
    [CC] vp8/common/findnearmv.c.o
1220
    [CC] vp8/common/generic/systemdependent.c.o
1221
    [CC] vp8/common/idct_blk.c.o
1222
    [CC] vp8/common/idctllm.c.o
1223
    [CC] vp8/common/rtcd.c.o
1224
    [CC] vp8/common/vp8_loopfilter.c.o
1225
    [CC] vp8/common/loopfilter_filters.c.o
1226
    [CC] vp8/common/mbpitch.c.o
1227
    [CC] vp8/common/modecont.c.o
1228
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
1229
    [CC] vp8/common/quant_common.c.o
1230
    [CC] vp8/common/reconinter.c.o
1231
    [CC] vp8/common/reconintra.c.o
1232
    [CC] vp8/common/reconintra4x4.c.o
1233
    [CC] vp8/common/setupintrarecon.c.o
1234
    [CC] vp8/common/swapyv12buffer.c.o
1235
    [CC] vp8/common/treecoder.c.o
1236
    [CC] vp8/common/x86/vp8_asm_stubs.c.o
1237
    [CC] vp8/common/x86/loopfilter_x86.c.o
1238
    [CC] vp8/common/mfqe.c.o
1239
    [CC] vp8/common/postproc.c.o
1240
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
1241
    [CC] vp8/common/x86/idct_blk_mmx.c.o
1242
    [CC] vp8/common/x86/idct_blk_sse2.c.o
1243
    [CC] vp8/common/x86/bilinear_filter_sse2.c.o
1244
    [CC] vp8/vp8_cx_iface.c.o
1245
    [CC] vp8/encoder/bitstream.c.o
1246
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
1247
    [CC] vp8/encoder/boolhuff.c.o
1248
    [CC] vp8/encoder/copy_c.c.o
1249
    [CC] vp8/encoder/dct.c.o
1250
    [CC] vp8/encoder/encodeframe.c.o
1251
    [CC] vp8/encoder/encodeintra.c.o
1252
    [CC] vp8/encoder/encodemb.c.o
1253
    [CC] vp8/encoder/encodemv.c.o
1254
    [CC] vp8/encoder/ethreading.c.o
1255
    [CC] vp8/encoder/firstpass.c.o
1256
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
1257
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
1258
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
1259
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
1260
    [CC] vp8/encoder/denoising.c.o
1261
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
1262
    [CC] vp8/encoder/lookahead.c.o
1263
    [CC] vp8/encoder/mcomp.c.o
1264
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
1265
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
1266
    [CC] vp8/encoder/modecosts.c.o
1267
    [CC] vp8/encoder/onyx_if.c.o
1268
[ 23%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/const-a.asm.o
1269
[ 24%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/cpu-a.asm.o
1270
[ 25%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ssd-a.asm.o
1271
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
1272
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
1273
    [CC] vp8/encoder/pickinter.c.o
1274
    [CC] vp8/encoder/picklpf.c.o
1275
    [CC] vp8/encoder/vp8_quantize.c.o
1276
    [CC] vp8/encoder/ratectrl.c.o
1277
    [CC] vp8/encoder/rdopt.c.o
1278
[ 27%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a.asm.o
1279
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
1280
    [CC] vp8/encoder/segmentation.c.o
1281
    [CC] vp8/common/vp8_skin_detection.c.o
1282
    [CC] vp8/encoder/tokenize.c.o
1283
    [CC] vp8/encoder/treewriter.c.o
1284
    [CC] vp8/encoder/temporal_filter.c.o
1285
    [CC] vp8/encoder/x86/vp8_quantize_sse2.c.o
1286
    [CC] vp8/encoder/x86/vp8_quantize_ssse3.c.o
1287
    [CC] vp8/encoder/x86/quantize_sse4.c.o
1288
    [CC] vp8/encoder/x86/denoising_sse2.c.o
1289
    [CC] vp8/encoder/x86/vp8_enc_stubs_sse2.c.o
1290
    [CC] vp8/vp8_dx_iface.c.o
1291
    [CC] vp8/decoder/dboolhuff.c.o
1292
    [CC] vp8/decoder/decodemv.c.o
1293
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
1294
    [CC] vp8/decoder/decodeframe.c.o
1295
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
1296
    [CC] vp8/decoder/detokenize.c.o
1297
    [CC] vp8/decoder/onyxd_if.c.o
1298
    [CC] vp8/decoder/threading.c.o
1299
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
1300
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
1301
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
1302
    [CC] vp9/vp9_iface_common.c.o
1303
    [CC] vp9/common/vp9_alloccommon.c.o
1304
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
1305
    [CC] vp9/common/vp9_blockd.c.o
1306
    [CC] vp9/common/vp9_entropy.c.o
1307
    [CC] vp9/common/vp9_entropymode.c.o
1308
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
1309
    [CC] vp9/common/vp9_entropymv.c.o
1310
    [CC] vp9/common/vp9_frame_buffers.c.o
1311
    [CC] vp9/common/vp9_idct.c.o
1312
    [CC] vp9/common/vp9_filter.c.o
1313
    [CC] vp9/common/vp9_pred_common.c.o
1314
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
1315
    [CC] vp9/common/vp9_rtcd.c.o
1316
    [CC] vp9/common/vp9_scale.c.o
1317
    [CC] vp9/common/vp9_seg_common.c.o
1318
    [CC] vp9/common/vp9_tile_common.c.o
1319
    [CC] vp9/common/vp9_loopfilter.c.o
1320
[ 28%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a2.asm.o
1321
    [CC] vp9/common/vp9_thread_common.c.o
1322
[ 29%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-util8.asm.o
1323
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
1324
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
1325
    [CC] vp9/common/vp9_mvref_common.c.o
1326
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
1327
    [CC] vp9/common/vp9_quant_common.c.o
1328
    [CC] vp9/common/vp9_reconinter.c.o
1329
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
1330
    [CC] vp9/common/vp9_reconintra.c.o
1331
    [CC] vp9/common/vp9_common_data.c.o
1332
    [CC] vp9/common/vp9_scan.c.o
1333
    [CC] vp9/common/x86/vp9_idct_intrin_sse2.c.o
1334
    [CC] vp9/vp9_cx_iface.c.o
1335
    [CC] vp9/encoder/vp9_bitstream.c.o
1336
    [CC] vp9/encoder/vp9_context_tree.c.o
1337
    [CC] vp9/encoder/vp9_cost.c.o
1338
[ 30%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/blockcopy8.asm.o
1339
    [CC] vp9/encoder/vp9_dct.c.o
1340
    [CC] vp9/encoder/vp9_encodeframe.c.o
1341
[ 31%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixeladd8.asm.o
1342
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
1343
    [CC] vp9/encoder/vp9_encodemb.c.o
1344
    [CC] vp9/encoder/vp9_encodemv.c.o
1345
[ 32%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/dct8.asm.o
1346
    [CC] vp9/encoder/vp9_ethread.c.o
1347
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
1348
    [CC] vp9/encoder/vp9_extend.c.o
1349
    [CC] vp9/encoder/vp9_firstpass.c.o
1350
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
1351
    [CC] vp9/encoder/vp9_frame_scale.c.o
1352
    [CC] vp9/encoder/vp9_lookahead.c.o
1353
    [CC] vp9/encoder/vp9_multi_thread.c.o
1354
[ 34%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/seaintegral.asm.o
1355
    [CC] vp9/encoder/vp9_mcomp.c.o
1356
[ 35%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/sad-a.asm.o
1357
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
1358
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
1359
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
1360
    [CC] vp9/encoder/vp9_encoder.c.o
1361
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
1362
    [CC] vp9/encoder/vp9_picklpf.c.o
1363
    [CC] vp9/encoder/vp9_quantize.c.o
1364
    [CC] vp9/encoder/vp9_ratectrl.c.o
1365
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
1366
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
1367
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
1368
    [CC] vp9/encoder/vp9_rd.c.o
1369
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
1370
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
1371
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
1372
    [CC] vp9/encoder/vp9_rdopt.c.o
1373
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
1374
    [CC] vp9/encoder/vp9_pickmode.c.o
1375
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
1376
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
1377
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
1378
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
1379
    [CC] vp9/encoder/vp9_segmentation.c.o
1380
    [CC] vp9/encoder/vp9_speed_features.c.o
1381
    [CC] vp9/encoder/vp9_subexp.c.o
1382
    [CC] vp9/encoder/vp9_svc_layercontext.c.o
1383
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
1384
    [CC] vp9/encoder/vp9_resize.c.o
1385
    [CC] vp9/encoder/vp9_tokenize.c.o
1386
    [CC] vp9/encoder/vp9_treewriter.c.o
1387
    [CC] vp9/encoder/vp9_aq_variance.c.o
1388
    [CC] vp9/encoder/vp9_aq_360.c.o
1389
    [CC] vp9/encoder/vp9_aq_cyclicrefresh.c.o
1390
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
1391
    [CC] vp9/encoder/vp9_aq_complexity.c.o
1392
    [CC] vp9/encoder/vp9_alt_ref_aq.c.o
1393
    [CC] vp9/encoder/vp9_skin_detection.c.o
1394
    [CC] vp9/encoder/vp9_noise_estimate.c.o
1395
    [CC] vp9/encoder/vp9_temporal_filter.c.o
1396
    [CC] vp9/encoder/vp9_mbgraph.c.o
1397
    [CC] vp9/encoder/x86/temporal_filter_sse4.c.o
1398
    [CC] vp9/encoder/x86/vp9_quantize_sse2.c.o
1399
    [CC] vp9/encoder/x86/vp9_quantize_avx2.c.o
1400
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
1401
    [CC] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.o
1402
    [CC] vp9/encoder/x86/vp9_dct_intrin_sse2.c.o
1403
    [CC] vp9/encoder/x86/vp9_frame_scale_ssse3.c.o
1404
    [CC] vp9/encoder/x86/vp9_error_avx2.c.o
1405
    [CC] vp9/vp9_dx_iface.c.o
1406
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
1407
    [CC] vp9/decoder/vp9_decodemv.c.o
1408
    [CC] vp9/decoder/vp9_decodeframe.c.o
1409
    [CC] vp9/decoder/vp9_detokenize.c.o
1410
[ 36%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8.asm.o
1411
    [CC] vp9/decoder/vp9_decoder.c.o
1412
    [CC] vp9/decoder/vp9_dsubexp.c.o
1413
    [CC] vp9/decoder/vp9_job_queue.c.o
1414
    [CC] vpx_config.c.o
1415
    [AS] vpx_ports/emms_mmx.asm.o
1416
    [AS] vpx_dsp/x86/intrapred_sse2.asm.o
1417
    [AS] vpx_dsp/x86/intrapred_ssse3.asm.o
1418
    [AS] vpx_dsp/x86/add_noise_sse2.asm.o
1419
    [AS] vpx_dsp/x86/deblock_sse2.asm.o
1420
    [AS] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.o
1421
    [AS] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.o
1422
    [AS] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.o
1423
    [AS] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.o
1424
    [AS] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.o
1425
    [AS] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.o
1426
    [AS] vpx_dsp/x86/inv_wht_sse2.asm.o
1427
    [AS] vpx_dsp/x86/avg_ssse3_x86_64.asm.o
1428
    [AS] vpx_dsp/x86/sad_sse3.asm.o
1429
    [AS] vpx_dsp/x86/sad_ssse3.asm.o
1430
    [AS] vpx_dsp/x86/sad_sse4.asm.o
1431
    [AS] vpx_dsp/x86/sad4d_sse2.asm.o
1432
    [AS] vpx_dsp/x86/sad_sse2.asm.o
1433
    [AS] vpx_dsp/x86/subtract_sse2.asm.o
1434
    [AS] vpx_dsp/x86/ssim_opt_x86_64.asm.o
1435
    [AS] vpx_dsp/x86/subpel_variance_sse2.asm.o
1436
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
1437
[ 37%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8_allangs.asm.o
1438
    [AS] vp8/common/x86/dequantize_mmx.asm.o
1439
    [AS] vp8/common/x86/idctllm_mmx.asm.o
1440
    [AS] vp8/common/x86/recon_mmx.asm.o
1441
    [AS] vp8/common/x86/subpixel_mmx.asm.o
1442
    [AS] vp8/common/x86/idctllm_sse2.asm.o
1443
    [AS] vp8/common/x86/recon_sse2.asm.o
1444
    [AS] vp8/common/x86/subpixel_sse2.asm.o
1445
    [AS] vp8/common/x86/loopfilter_sse2.asm.o
1446
    [AS] vp8/common/x86/iwalsh_sse2.asm.o
1447
    [AS] vp8/common/x86/subpixel_ssse3.asm.o
1448
    [AS] vp8/common/x86/mfqe_sse2.asm.o
1449
    [AS] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.o
1450
    [AS] vp8/encoder/x86/copy_sse2.asm.o
1451
    [AS] vp8/encoder/x86/copy_sse3.asm.o
1452
    [AS] vp8/encoder/x86/dct_sse2.asm.o
1453
    [AS] vp8/encoder/x86/fwalsh_sse2.asm.o
1454
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
1455
    [AS] vp8/encoder/x86/block_error_sse2.asm.o
1456
    [AS] vp8/encoder/x86/temporal_filter_apply_sse2.asm.o
1457
    [AS] vp9/encoder/x86/vp9_dct_sse2.asm.o
1458
    [AS] vp9/encoder/x86/vp9_error_sse2.asm.o
1459
    [AS] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.o
1460
    [CREATE] vpx.pc
1461
    [CXX] vp9/ratectrl_rtc.cc.o
1462
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8.h
1463
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8cx.h
1464
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8dx.h
1465
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_codec.h
1466
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_frame_buffer.h
1467
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_image.h
1468
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_integer.h
1469
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_decoder.h
1470
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_encoder.h
1471
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/vpx.pc
1472
    [AR] libvpx_g.a
1473
    [AR] libvp9rc_g.a
1474
    [STRIP] libvpx.a < libvpx_g.a
1475
    [STRIP] libvp9rc.a < libvp9rc_g.a
1476
    [INSTALL] /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvpx.a
1477
    [DEP] tools/tiny_ssim.c.d
1478
    [DEP] y4minput.c.d
1479
    [CC] y4minput.c.o
1480
    [CC] tools/tiny_ssim.c.o
1481
    [LD] tools/tiny_ssim
1482
make[2]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvpx-1.9.0'
1483
cd /tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4 && \
1484
        CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/makepkg/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
1485
        --libdir=/ffmpeg/lib
1486
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
1487
checking build system type... x86_64-pc-linux-gnu
1488
checking host system type... x86_64-pc-linux-gnu
1489
checking how to print strings... printf
1490
checking for gcc... gcc -fPIE
1491
checking whether the C compiler works... yes
1492
checking for C compiler default output file name... a.out
1493
checking for suffix of executables...
1494
checking whether we are cross compiling... no
1495
checking for suffix of object files... o
1496
checking whether we are using the GNU C compiler... yes
1497
checking whether gcc -fPIE accepts -g... yes
1498
checking for gcc -fPIE option to accept ISO C89... none needed
1499
checking whether gcc -fPIE understands -c and -o together... yes
1500
checking for a sed that does not truncate output... /usr/bin/sed
1501
checking for grep that handles long lines and -e... /usr/bin/grep
1502
checking for egrep... /usr/bin/grep -E
1503
checking for fgrep... /usr/bin/grep -F
1504
checking for ld used by gcc -fPIE... /usr/bin/ld
1505
checking if the linker (/usr/bin/ld) is GNU ld... yes
1506
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
1507
checking the name lister (/usr/bin/nm -B) interface... BSD nm
1508
checking whether ln -s works... yes
1509
checking the maximum length of command line arguments... 1572864
1510
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
1511
checking how to convert x86_64-pc-linux-gnu file names to toolchainformat... func_convert_file_noop
1512
checking for /usr/bin/ld option to reload object files... -r
1513
checking for objdump... objdump
1514
checking how to recognize dependent libraries... pass_all
1515
checking for dlltool... no
1516
checking how to associate runtime and link libraries... printf %s\n
1517
checking for ar... ar
1518
checking for archiver @FILE support... @
1519
checking for strip... strip
1520
checking for ranlib... ranlib
1521
checking for gawk... no
1522
checking for mawk... mawk
1523
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok
1524
checking for sysroot... no
1525
checking for a working dd... /usr/bin/dd
1526
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
1527
checking for mt... mt
1528
checking if mt is a manifest tool... no
1529
checking how to run the C preprocessor... gcc -fPIE -E
1530
checking for ANSI C header files... yes
1531
checking for sys/types.h... yes
1532
checking for sys/stat.h... yes
1533
checking for stdlib.h... yes
1534
checking for string.h... yes
1535
checking for memory.h... yes
1536
checking for strings.h... yes
1537
checking for inttypes.h... yes
1538
checking for stdint.h... yes
1539
checking for unistd.h... yes
1540
checking for dlfcn.h... yes
1541
checking for objdir... .libs
1542
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
1543
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
1544
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
1545
checking if gcc -fPIE static flag -static works... [ 38%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/v4-ipfilter8.asm.o
1546
yes
1547
checking if gcc -fPIE supports -c -o file.o... yes
1548
checking if gcc -fPIE supports -c -o file.o... (cached) yes
1549
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
1550
checking dynamic linker characteristics... GNU/Linux ld.so
1551
checking how to hardcode library paths into programs... immediate
1552
checking whether stripping libraries is possible... yes
1553
checking if libtool supports shared libraries... yes
1554
checking whether to build shared libraries... no
1555
checking whether to build static libraries... yes
1556
checking for a BSD-compatible install... /usr/bin/install -c
1557
checking whether build environment is sane... yes
1558
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
1559
checking whether make sets $(MAKE)... yes
1560
checking whether make supports the include directive... yes (GNU style)
1561
checking whether make supports nested variables... yes
1562
checking dependency style of gcc -fPIE... gcc3
1563
checking whether to enable maintainer-specific portions of Makefiles... yes
1564
checking for gcc... (cached) gcc -fPIE
1565
checking whether we are using the GNU C compiler... (cached) yes
1566
checking whether gcc -fPIE accepts -g... (cached) yes
1567
checking for gcc -fPIE option to accept ISO C89... (cached) none needed
1568
checking whether gcc -fPIE understands -c and -o together... (cached) yes
1569
checking for ANSI C header files... (cached) yes
1570
checking for inttypes.h... (cached) yes
1571
checking for stdint.h... (cached) yes
1572
checking for sys/types.h... (cached) yes
1573
checking for an ANSI C-conforming const... yes
1574
checking size of int16_t... 2
1575
checking size of uint16_t... 2
1576
checking size of u_int16_t... 2
1577
checking size of int32_t... 4
1578
checking size of uint32_t... 4
1579
checking size of u_int32_t... 4
1580
checking size of int64_t... 8
1581
checking size of uint64_t... 8
1582
checking size of short... 2
1583
checking size of int... 4
1584
checking size of long... 8
1585
checking size of long long... 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
1586
8
1587
checking for working memcmp... yes
1588
checking that generated files are newer than configure... done
1589
configure: creating ./config.status
1590
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
1591
config.status: creating Makefile
1592
config.status: creating src/Makefile
1593
config.status: creating doc/Makefile
1594
config.status: creating doc/libogg/Makefile
1595
config.status: creating include/Makefile
1596
config.status: creating include/ogg/Makefile
1597
config.status: creating include/ogg/config_types.h
1598
config.status: creating libogg.spec
1599
config.status: creating ogg.pc
1600
config.status: creating ogg-uninstalled.pc
1601
config.status: creating config.h
1602
config.status: executing libtool commands
1603
config.status: executing depfiles commands
1604
DESTDIR=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build \
1605
        make -C /tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4 install
1606
make[2]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1607
Making install in src
1608
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
1609
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
1610
mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
1611
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
1612
mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
1613
/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
1614
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
1615
mv -f .deps/framing.Tpo .deps/framing.Plo
1616
/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
1617
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
1618
mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
1619
/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
1620
libtool: link: gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
1621
/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
1622
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
1623
libtool: link: gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
1624
/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
1625
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
1626
libtool: link: ar cru .libs/libogg.a  framing.o bitwise.o
1627
ar: `u' modifier ignored since `D' is the default (see `U')
1628
libtool: link: ranlib .libs/libogg.a
1629
libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
1630
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
1631
make[4]: Nothing to be done for 'install-data-am'.
1632
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
1633
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libogg.la '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
1634
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
1635
libtool: install: /usr/bin/install -c .libs/libogg.lai /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.la
1636
libtool: install: /usr/bin/install -c .libs/libogg.a /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a
1637
libtool: install: chmod 644 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a
1638
libtool: install: ranlib /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a
1639
libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'
1640
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
1641
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
1642
Making install in include
1643
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1644
Making install in ogg
1645
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
1646
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
1647
make[5]: Nothing to be done for 'install-exec-am'.
1648
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
1649
 /usr/bin/install -c -m 644 config_types.h '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
1650
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
1651
 /usr/bin/install -c -m 644 ogg.h os_types.h '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
1652
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
1653
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
1654
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1655
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1656
make[5]: Nothing to be done for 'install-exec-am'.
1657
make[5]: Nothing to be done for 'install-data-am'.
1658
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1659
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1660
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
1661
Making install in doc
1662
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1663
Making install in libogg
1664
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
1665
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
1666
make[5]: Nothing to be done for 'install-exec-am'.
1667
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'
1668
 /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.htmlogg_page_granulepos.html ogg_page_packets.html ogg_page_pageno.htmlogg_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.html ogg_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 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'
1669
 /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.htmloverview.html reference.html style.css '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'
1670
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
1671
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
1672
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1673
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1674
make[5]: Nothing to be done for 'install-exec-am'.
1675
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg'
1676
 /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 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg'
1677
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1678
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1679
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
1680
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1681
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1682
make[4]: Nothing to be done for 'install-exec-am'.
1683
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
1684
 /usr/bin/install -c -m 644 ogg.m4 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
1685
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
1686
 /usr/bin/install -c -m 644 ogg.pc '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
1687
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1688
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1689
make[2]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
1690
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
1691
cd /tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1 && CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/makepkg/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
1692
        --disable-doc \
1693
        --disable-extra-programs
1694
checking whether make supports nested variables... yes
1695
checking for a BSD-compatible install... /usr/bin/install -c
1696
checking whether build environment is sane... yes
1697
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
1698
checking for gawk... no
1699
checking for mawk... mawk
1700
checking whether make sets $(MAKE)... yes
1701
checking whether to enable maintainer-specific portions of Makefiles... yes
1702
checking build system type... x86_64-pc-linux-gnu
1703
checking host system type... x86_64-pc-linux-gnu
1704
checking how to print strings... printf
1705
checking for style of include used by make... GNU
1706
checking for gcc... gcc -fPIE
1707
checking whether the C compiler works... yes
1708
checking for C compiler default output file name... a.out
1709
checking for suffix of executables... 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
1710

    
1711
checking whether we are cross compiling... no
1712
checking for suffix of object files... o
1713
checking whether we are using the GNU C compiler... yes
1714
checking whether gcc -fPIE accepts -g... yes
1715
checking for gcc -fPIE option to accept ISO C89... none needed
1716
checking whether gcc -fPIE understands -c and -o together... yes
1717
checking dependency style of gcc -fPIE... gcc3
1718
checking for a sed that does not truncate output... /usr/bin/sed
1719
checking for grep that handles long lines and -e... /usr/bin/grep
1720
checking for egrep... /usr/bin/grep -E
1721
checking for fgrep... /usr/bin/grep -F
1722
checking for ld used by gcc -fPIE... /usr/bin/ld
1723
checking if the linker (/usr/bin/ld) is GNU ld... yes
1724
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
1725
checking the name lister (/usr/bin/nm -B) interface... BSD nm
1726
checking whether ln -s works... yes
1727
checking the maximum length of command line arguments... 1572864
1728
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
1729
checking how to convert x86_64-pc-linux-gnu file names to toolchainformat... func_convert_file_noop
1730
checking for /usr/bin/ld option to reload object files... -r
1731
checking for objdump... objdump
1732
checking how to recognize dependent libraries... pass_all
1733
checking for dlltool... no
1734
checking how to associate runtime and link libraries... printf %s\n
1735
checking for ar... ar
1736
checking for archiver @FILE support... @
1737
checking for strip... strip
1738
checking for ranlib... ranlib
1739
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok
1740
checking for sysroot... no
1741
checking for a working dd... /usr/bin/dd
1742
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
1743
checking for mt... mt
1744
checking if mt is a manifest tool... no
1745
checking how to run the C preprocessor... gcc -fPIE -E
1746
checking for ANSI C header files... yes
1747
checking for sys/types.h... yes
1748
checking for sys/stat.h... yes
1749
checking for stdlib.h... yes
1750
checking for string.h... yes
1751
checking for memory.h... yes
1752
checking for strings.h... yes
1753
checking for inttypes.h... yes
1754
checking for stdint.h... yes
1755
checking for unistd.h... yes
1756
checking for dlfcn.h... yes
1757
checking for objdir... .libs
1758
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
1759
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
1760
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
1761
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
1762
checking if gcc -fPIE static flag -static works... yes
1763
checking if gcc -fPIE supports -c -o file.o... yes
1764
checking if gcc -fPIE supports -c -o file.o... (cached) yes
1765
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
1766
checking dynamic linker characteristics... GNU/Linux ld.so
1767
checking how to hardcode library paths into programs... immediate
1768
checking whether stripping libraries is possible... yes
1769
checking if libtool supports shared libraries... yes
1770
checking whether to build shared libraries... no
1771
checking whether to build static libraries... yes
1772
checking for gcc -fPIE option to accept ISO C99... none needed
1773
checking for an ANSI C-conforming const... yes
1774
checking for inline... inline
1775
checking dependency style of gcc -fPIE... gcc3
1776
checking for C/C++ restrict keyword... __restrict
1777
checking for C99 variable-size arrays... yes
1778
checking for cos in -lm... yes
1779
checking if compiler supports SSE intrinsics... yes
1780
checking if compiler supports SSE2 intrinsics... yes
1781
checking if compiler supports SSE4.1 intrinsics... no
1782
checking if compiler supports SSE4.1 intrinsics with -msse4.1... yes
1783
checking if compiler supports AVX intrinsics... no
1784
checking if compiler supports AVX intrinsics with -mavx... yes
1785
checking How to get X86 CPU Info... Inline Assembly
1786
checking if gcc -fPIE supports -fvisibility=hidden... 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
1787
yes
1788
checking if gcc -fPIE supports -fstack-protector-strong... yes
1789
checking whether to add -D_FORTIFY_SOURCE=2 to CFLAGS... yes
1790
checking if gcc -fPIE supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes... yes
1791
checking for lrintf... yes
1792
checking for lrint... yes
1793
checking for __malloc_hook... yes
1794
checking that generated files are newer than configure... done
1795
configure: creating ./config.status
1796
config.status: creating Makefile
1797
config.status: creating opus.pc
1798
config.status: creating opus-uninstalled.pc
1799
config.status: creating celt/arm/armopts.s
1800
config.status: creating doc/Makefile
1801
config.status: creating doc/Doxyfile
1802
config.status: creating config.h
1803
config.status: executing depfiles commands
1804
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
1805
config.status: executing libtool commands
1806
configure:
1807
------------------------------------------------------------------------
1808
  opus 1.3.1:  Automatic configuration OK.
1809

    
1810
    Compiler support:
1811

    
1812
      C99 var arrays: ................ yes
1813
      C99 lrintf: .................... yes
1814
      Use alloca: .................... no (using var arrays)
1815

    
1816
    General configuration:
1817

    
1818
      Floating point support: ........ yes
1819
      Fast float approximations: ..... no
1820
      Fixed point debugging: ......... no
1821
      Inline Assembly Optimizations: . No inline ASM for your platform, please send patches
1822
      External Assembly Optimizations:
1823
      Intrinsics Optimizations: ...... x86 SSE SSE2 SSE4.1 AVX
1824
      Run-time CPU detection: ........ x86 SSE4.1 AVX
1825
      Custom modes: .................. no
1826
      Assertion checking: ............ no
1827
      Hardening: ..................... yes
1828
      Fuzzing: ....................... no
1829
      Check ASM: ..................... no
1830

    
1831
      API documentation: ............. no
1832
      Extra programs: ................ no
1833
------------------------------------------------------------------------
1834

    
1835
 Type "make; make install" to compile and install
1836
 Type "make check" to run the test suite
1837

    
1838
DESTDIR=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build \
1839
        make -C /tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1 install
1840
make[2]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1'
1841
make  install-recursive
1842
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1'
1843
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1'
1844
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
1845
make[5]: Nothing to be done for 'all'.
1846
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
1847
  CC       celt/bands.lo
1848
  CC       celt/celt.lo
1849
  CC       celt/celt_encoder.lo
1850
  CC       celt/celt_decoder.lo
1851
  CC       celt/cwrs.lo
1852
  CC       celt/entcode.lo
1853
  CC       celt/entdec.lo
1854
  CC       celt/entenc.lo
1855
  CC       celt/kiss_fft.lo
1856
  CC       celt/laplace.lo
1857
  CC       celt/mathops.lo
1858
  CC       celt/mdct.lo
1859
  CC       celt/modes.lo
1860
  CC       celt/pitch.lo
1861
  CC       celt/celt_lpc.lo
1862
  CC       celt/quant_bands.lo
1863
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
1864
  CC       celt/rate.lo
1865
  CC       celt/vq.lo
1866
  CC       celt/x86/x86cpu.lo
1867
  CC       celt/x86/x86_celt_map.lo
1868
  CC       celt/x86/pitch_sse.lo
1869
  CC       celt/x86/pitch_sse2.lo
1870
  CC       celt/x86/vq_sse2.lo
1871
  CC       celt/x86/celt_lpc_sse4_1.lo
1872
  CC       celt/x86/pitch_sse4_1.lo
1873
  CC       silk/CNG.lo
1874
  CC       silk/code_signs.lo
1875
  CC       silk/init_decoder.lo
1876
  CC       silk/decode_core.lo
1877
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
1878
  CC       silk/decode_frame.lo
1879
[ 40%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/h-ipfilter8.asm.o
1880
  CC       silk/decode_parameters.lo
1881
  CC       silk/decode_indices.lo
1882
  CC       silk/decode_pulses.lo
1883
  CC       silk/decoder_set_fs.lo
1884
  CC       silk/dec_API.lo
1885
  CC       silk/enc_API.lo
1886
  CC       silk/encode_indices.lo
1887
  CC       silk/encode_pulses.lo
1888
  CC       silk/gain_quant.lo
1889
  CC       silk/interpolate.lo
1890
  CC       silk/LP_variable_cutoff.lo
1891
  CC       silk/NLSF_decode.lo
1892
  CC       silk/NSQ.lo
1893
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
1894
  CC       silk/NSQ_del_dec.lo
1895
  CC       silk/PLC.lo
1896
  CC       silk/shell_coder.lo
1897
  CC       silk/tables_gain.lo
1898
  CC       silk/tables_LTP.lo
1899
  CC       silk/tables_NLSF_CB_NB_MB.lo
1900
  CC       silk/tables_NLSF_CB_WB.lo
1901
  CC       silk/tables_other.lo
1902
  CC       silk/tables_pitch_lag.lo
1903
  CC       silk/tables_pulses_per_block.lo
1904
  CC       silk/VAD.lo
1905
  CC       silk/control_audio_bandwidth.lo
1906
  CC       silk/quant_LTP_gains.lo
1907
  CC       silk/VQ_WMat_EC.lo
1908
  CC       silk/HP_variable_cutoff.lo
1909
  CC       silk/NLSF_encode.lo
1910
  CC       silk/NLSF_VQ.lo
1911
  CC       silk/NLSF_unpack.lo
1912
  CC       silk/NLSF_del_dec_quant.lo
1913
  CC       silk/process_NLSFs.lo
1914
  CC       silk/stereo_LR_to_MS.lo
1915
  CC       silk/stereo_MS_to_LR.lo
1916
  CC       silk/check_control_input.lo
1917
  CC       silk/control_SNR.lo
1918
  CC       silk/init_encoder.lo
1919
  CC       silk/control_codec.lo
1920
rm -f libx264.a
1921
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.ocommon/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
1922
gcc-ranlib libx264.a
1923
install -d /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib
1924
install -m 644 libx264.a /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib
1925
gcc-ranlib /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libx264.a
1926
make[2]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x264-d2907f67227cbf38ac957efed84c532b12ce19cc'
1927
  CC       silk/A2NLSF.lo
1928
  CC       silk/ana_filt_bank_1.lo
1929
cd /tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1 && \
1930
        CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/makepkg/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
1931
        --libdir=/ffmpeg/lib \
1932
        --with-ogg=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg \
1933
        --disable-examples \
1934
        --disable-spec \
1935

    
1936
  CC       silk/biquad_alt.lo
1937
checking build system type... x86_64-unknown-linux-gnu
1938
checking host system type... x86_64-unknown-linux-gnu
1939
checking target system type... x86_64-unknown-linux-gnu
1940
checking for a BSD-compatible install... /usr/bin/install -c
1941
checking whether build environment is sane...   CC       silk/bwexpander_32.lo
1942
  CC       silk/bwexpander.lo
1943
  CC       silk/debug.lo
1944
  CC       silk/decode_pitch.lo
1945
  CC       silk/inner_prod_aligned.lo
1946
  CC       silk/lin2log.lo
1947
  CC       silk/log2lin.lo
1948
  CC       silk/LPC_analysis_filter.lo
1949
  CC       silk/LPC_inv_pred_gain.lo
1950
  CC       silk/table_LSF_cos.lo
1951
  CC       silk/NLSF2A.lo
1952
  CC       silk/NLSF_stabilize.lo
1953
  CC       silk/NLSF_VQ_weights_laroia.lo
1954
  CC       silk/pitch_est_tables.lo
1955
yes
1956
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
1957
checking for gawk...   CC       silk/resampler.lo
1958
no
1959
checking for mawk... mawk
1960
checking whether make sets $(MAKE)... yes
1961
checking for style of include used by make... GNU
1962
checking for gcc... gcc -fPIE
1963
checking for C compiler default output file name...   CC       silk/resampler_down2_3.lo
1964
a.out
1965
checking whether the C compiler works... yes
1966
checking whether we are cross compiling... no
1967
checking for suffix of executables...   CC       silk/resampler_down2.lo
1968

    
1969
checking for suffix of object files... o
1970
checking whether we are using the GNU C compiler...   CC       silk/resampler_private_AR2.lo
1971
yes
1972
checking whether gcc -fPIE accepts -g... yes
1973
checking for gcc -fPIE option to accept ISO C89... none needed
1974
checking dependency style of gcc -fPIE...   CC       silk/resampler_private_down_FIR.lo
1975
gcc3
1976
checking dependency style of gcc -fPIE... gcc3
1977
checking for gcc... (cached) gcc -fPIE
1978
checking whether we are using the GNU C compiler... (cached) yes
1979
checking whether gcc -fPIE accepts -g... (cached) yes
1980
checking for gcc -fPIE option to accept ISO C89... (cached) none needed
1981
checking dependency style of gcc -fPIE... (cached) gcc3
1982
checking how to run the C preprocessor... gcc -fPIE -E
1983
checking whether gcc -fPIE and cc understand -c and -o together... CC       silk/resampler_private_IIR_FIR.lo
1984
yes
1985
checking for a sed that does not truncate output... /usr/bin/sed
1986
checking for grep that handles long lines and -e... /usr/bin/grep
1987
checking for egrep... /usr/bin/grep -E
1988
checking for fgrep... /usr/bin/grep -F
1989
checking for ld used by gcc -fPIE... /usr/bin/ld
1990
checking if the linker (/usr/bin/ld) is GNU ld... yes
1991
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
1992
checking the name lister (/usr/bin/nm -B) interface... BSD nm
1993
checking whether ln -s works... yes
1994
checking the maximum length of command line arguments... 1572864
1995
checking whether the shell understands some XSI constructs... yes
1996
checking whether the shell understands "+="... yes
1997
checking for /usr/bin/ld option to reload object files... -r
1998
checking for objdump... objdump
1999
checking how to recognize dependent libraries... pass_all
2000
checking for ar... ar
2001
checking for strip... strip
2002
checking for ranlib... ranlib
2003
checking command to parse /usr/bin/nm -B output from gcc -fPIE object...   CC       silk/resampler_private_up2_HQ.lo
2004
ok
2005
  CC       silk/resampler_rom.lo
2006
checking for ANSI C header files...   CC       silk/sigm_Q15.lo
2007
  CC       silk/sort.lo
2008
yes
2009
checking for sys/types.h... yes
2010
checking for sys/stat.h... yes
2011
checking for stdlib.h... yes
2012
checking for string.h...   CC       silk/sum_sqr_shift.lo
2013
yes
2014
checking for memory.h... yes
2015
checking for strings.h...   CC       silk/stereo_decode_pred.lo
2016
yes
2017
checking for inttypes.h... yes
2018
checking for stdint.h... yes
2019
checking for unistd.h...   CC       silk/stereo_encode_pred.lo
2020
yes
2021
checking for dlfcn.h... yes
2022
checking for objdir... .libs
2023
  CC       silk/stereo_find_predictor.lo
2024
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
2025
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
2026
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
2027
checking if gcc -fPIE static flag -static works...   CC       silk/stereo_quant_pred.lo
2028
yes
2029
checking if gcc -fPIE supports -c -o file.o...   CC       silk/LPC_fit.lo
2030
yes
2031
checking if gcc -fPIE supports -c -o file.o... (cached) yes
2032
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2033
checking dynamic linker characteristics...   CC       silk/float/apply_sine_window_FLP.lo
2034
GNU/Linux ld.so
2035
checking how to hardcode library paths into programs... immediate
2036
checking whether stripping libraries is possible... yes
2037
checking if libtool supports shared libraries... yes
2038
checking whether to build shared libraries... no
2039
checking whether to build static libraries... yes
2040
checking for doxygen... false
2041
configure: WARNING: *** doxygen not found, API documentation will not be built
2042
configure: WARNING: *** Format Specification will not built.
2043
checking for ld used by gcc -fPIE... (cached) /usr/bin/ld
2044
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
2045
checking how to control symbol export... --version-script
2046
checking for pkg-config... yes
2047
checking pkg-config is at least version 0.9.0... yes
2048
checking for OGG... yes
2049
checking for VORBIS...   CC       silk/float/corrMatrix_FLP.lo
2050
no
2051
checking for Vorbis... no
2052
*** Could not run Vorbis test program, checking why...
2053
*** The test program failed to compile or link. See the file config.log for the
2054
*** exact error that occured. This usually means Vorbis was incorrectly installed
2055
*** or that you have moved Vorbis since it was installed.
2056
checking for SDL... no
2057
configure: WARNING: *** Unable to find SDL -- Not compiling exampleplayers ***
2058
checking sys/soundcard.h usability...   CC       silk/float/encode_frame_FLP.lo
2059
yes
2060
checking sys/soundcard.h presence... yes
2061
checking for sys/soundcard.h... yes
2062
checking for PNG... no
2063
configure: Vorbis missing, cannot build example encoder
2064
checking for library containing ftime... none required
2065
checking for getopt_long...   CC       silk/float/find_LPC_FLP.lo
2066
yes
2067
configure: creating ./config.status
2068
  CC       silk/float/find_LTP_FLP.lo
2069
  CC       silk/float/find_pitch_lags_FLP.lo
2070
  CC       silk/float/find_pred_coefs_FLP.lo
2071
  CC       silk/float/LPC_analysis_filter_FLP.lo
2072
config.status: creating Makefile
2073
config.status: creating lib/Makefile
2074
config.status: creating lib/arm/armopts.s
2075
config.status: creating include/Makefile
2076
config.status: creating include/theora/Makefile
2077
config.status: creating examples/Makefile
2078
config.status: creating doc/Makefile
2079
config.status: creating doc/Doxyfile
2080
  CC       silk/float/LTP_analysis_filter_FLP.lo
2081
config.status: creating doc/spec/Makefile
2082
config.status: creating tests/Makefile
2083
config.status: creating m4/Makefile
2084
config.status: creating libtheora.spec
2085
config.status: creating theora.pc
2086
config.status: creating theora-uninstalled.pc
2087
config.status: creating theoradec.pc
2088
config.status: creating theoradec-uninstalled.pc
2089
  CC       silk/float/LTP_scale_ctrl_FLP.lo
2090
config.status: creating theoraenc.pc
2091
config.status: creating theoraenc-uninstalled.pc
2092
config.status: creating config.h
2093
config.status: executing depfiles commands
2094
  CC       silk/float/noise_shape_analysis_FLP.lo
2095
config.status: executing libtool commands
2096

    
2097
------------------------------------------------------------------------
2098
  libtheora 1.2.0alpha1:  Automatic configuration OK.
2099

    
2100
  General configuration:
2101

    
2102
    Encoding support: ........... yes
2103
    Floating point support: ..... yes
2104
    Assembly optimization: ...... 64 bit x86
2105
    Debugging telemetry: ........ no
2106
    Build example code: ......... no
2107
    API Documentation: .......... no
2108
    Format Documentation: ....... no
2109

    
2110
  Installation paths:
2111

    
2112
    libtheora: ................... /ffmpeg/lib
2113
    C header files: .............. /ffmpeg/include/theora
2114
    Documentation: ............... /ffmpeg/share/doc/libtheora
2115

    
2116
  Building:
2117

    
2118
    Type 'make' to compile libtheora.
2119

    
2120
    Type 'make install' to install libtheora.
2121

    
2122
    Type 'make check' to run test suite (Valgrind testing not enabled)
2123

    
2124
  Example programs will be built but not installed.
2125
------------------------------------------------------------------------
2126

    
2127
  CC       silk/float/process_gains_FLP.lo
2128
DESTDIR=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build \
2129
        make -C /tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1 install
2130
make[2]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2131
Making install in lib
2132
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2133
Makefile:1164: warning: ignoring prerequisites on suffix rule definition
2134
make  install-am
2135
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2136
Makefile:1164: warning: ignoring prerequisites on suffix rule definition
2137
  CC     apiwrapper.lo
2138
  CC     bitpack.lo
2139
  CC       silk/float/regularize_correlations_FLP.lo
2140
  CC     decapiwrapper.lo
2141
  CC       silk/float/residual_energy_FLP.lo
2142
  CC     decinfo.lo
2143
  CC       silk/float/warped_autocorrelation_FLP.lo
2144
  CC     decode.lo
2145
  CC       silk/float/wrappers_FLP.lo
2146
  CC       silk/float/autocorrelation_FLP.lo
2147
  CC       silk/float/burg_modified_FLP.lo
2148
decode.c: In function ‘th_decode_alloc’:
2149
decode.c:403:49: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations]
2150
  403 |       qsum+=_dec->state.dequant_tables[qti][pli][qi][12]+
2151
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
2152
decode.c:399:3: note: within this loop
2153
  399 |   for(qi=0;qi<64;qi++){
2154
      |   ^~~
2155
  CC       silk/float/bwexpander_FLP.lo
2156
  CC       silk/float/energy_FLP.lo
2157
  CC       silk/float/inner_product_FLP.lo
2158
  CC       silk/float/k2a_FLP.lo
2159
  CC       silk/float/LPC_inv_pred_gain_FLP.lo
2160
  CC       silk/float/pitch_analysis_core_FLP.lo
2161
  CC     dequant.lo
2162
  CC       silk/float/scale_copy_vector_FLP.lo
2163
  CC     fragment.lo
2164
  CC       silk/float/scale_vector_FLP.lo
2165
  CC     huffdec.lo
2166
  CC       silk/float/schur_FLP.lo
2167
  CC       silk/float/sort_FLP.lo
2168
  CC     idct.lo
2169
  CC       silk/x86/NSQ_sse4_1.lo
2170
  CC     info.lo
2171
  CC     internal.lo
2172
  CC     quant.lo
2173
  CC       silk/x86/NSQ_del_dec_sse4_1.lo
2174
  CC     state.lo
2175
  CC       silk/x86/x86_silk_map.lo
2176
  CC     x86cpu.lo
2177
  CC     mmxidct.lo
2178
  CC       silk/x86/VAD_sse4_1.lo
2179
  CC     mmxfrag.lo
2180
  CC     mmxstate.lo
2181
  CC       silk/x86/VQ_WMat_EC_sse4_1.lo
2182
  CC     sse2idct.lo
2183
  CC     x86state.lo
2184
  CC       src/opus.lo
2185
x86/x86state.c:24:28: warning: ‘OC_FZIG_ZAG_MMX’ defined but not used [-Wunused-const-variable=]
2186
   24 | static const unsigned char OC_FZIG_ZAG_MMX[128]={
2187
      |                            ^~~~~~~~~~~~~~~
2188
  CC     analyze.lo
2189
  CC       src/opus_decoder.lo
2190
  CC       src/opus_encoder.lo
2191
  CC       src/opus_multistream.lo
2192
  CC       src/opus_multistream_encoder.lo
2193
  CC     fdct.lo
2194
  CC     encfrag.lo
2195
  CC     encapiwrapper.lo
2196
  CC     encinfo.lo
2197
  CC       src/opus_multistream_decoder.lo
2198
  CC     encode.lo
2199
  CC       src/repacketizer.lo
2200
  CC       src/opus_projection_encoder.lo
2201
  CC       src/opus_projection_decoder.lo
2202
  CC       src/mapping_matrix.lo
2203
  CC     enquant.lo
2204
  CC       src/analysis.lo
2205
  CC     huffenc.lo
2206
huffenc.c: In function ‘oc_huff_codes_unpack’:
2207
huffenc.c:921:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
2208
  921 |   int ret;
2209
      |       ^~~
2210
  CC     mathops.lo
2211
  CC       src/mlp.lo
2212
  CC     mcenc.lo
2213
  CC       src/mlp_data.lo
2214
  CCLD     libopus.la
2215
  CC     rate.lo
2216
ar: `u' modifier ignored since `D' is the default (see `U')
2217
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2218
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2219
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libopus.la '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2220
libtool: install: /usr/bin/install -c .libs/libopus.lai /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.la
2221
libtool: install: /usr/bin/install -c .libs/libopus.a /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a
2222
libtool: install: chmod 644 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a
2223
libtool: install: ranlib /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a
2224
libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'
2225
make[6]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2226
make[7]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2227
make[7]: Nothing to be done for 'install-exec-am'.
2228
make[7]: Nothing to be done for 'install-data-am'.
2229
make[7]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2230
make[6]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
2231
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
2232
 /usr/bin/install -c -m 644 opus.m4 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
2233
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2234
 /usr/bin/install -c -m 644 opus.pc '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2235
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/opus'
2236
 /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 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/opus'
2237
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2238
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2239
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2240
make[2]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/opus-1.3.1'
2241
cd /tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7 && \
2242
        CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/makepkg/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
2243
        --libdir=/ffmpeg/lib \
2244
        --with-ogg=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg
2245
checking build system type... x86_64-pc-linux-gnu
2246
checking host system type... x86_64-pc-linux-gnu
2247
checking for a BSD-compatible install... /usr/bin/install -c
2248
checking whether build environment is sane... yes
2249
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
2250
checking for gawk... no
2251
checking for mawk... mawk
2252
checking whether make sets $(MAKE)... yes
2253
checking whether make supports nested variables... yes
2254
  CC     tokenize.lo
2255
checking whether to enable maintainer-specific portions of Makefiles... no
2256
checking whether make supports nested variables... (cached) yes
2257
checking for gcc... gcc -fPIE
2258
checking whether the C compiler works... yes
2259
checking for C compiler default output file name... a.out
2260
checking for suffix of executables...
2261
checking whether we are cross compiling... no
2262
checking for suffix of object files... o
2263
checking whether we are using the GNU C compiler... yes
2264
checking whether gcc -fPIE accepts -g... yes
2265
checking for gcc -fPIE option to accept ISO C89... none needed
2266
checking whether gcc -fPIE understands -c and -o together... yes
2267
checking whether make supports the include directive... yes (GNU style)
2268
checking dependency style of gcc -fPIE... gcc3
2269
checking how to run the C preprocessor... gcc -fPIE -E
2270
checking for inline... inline
2271
checking how to print strings...   CC     mmxencfrag.lo
2272
printf
2273
checking for a sed that does not truncate output... /usr/bin/sed
2274
checking for grep that handles long lines and -e... /usr/bin/grep
2275
checking for egrep... /usr/bin/grep -E
2276
checking for fgrep... /usr/bin/grep -F
2277
checking for ld used by gcc -fPIE... /usr/bin/ld
2278
checking if the linker (/usr/bin/ld) is GNU ld... yes
2279
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
2280
checking the name lister (/usr/bin/nm -B) interface... BSD nm
2281
checking whether ln -s works... yes
2282
checking the maximum length of command line arguments...   CC     mmxfdct.lo
2283
1572864
2284
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
2285
checking how to convert x86_64-pc-linux-gnu file names to toolchainformat... func_convert_file_noop
2286
checking for /usr/bin/ld option to reload object files... -r
2287
checking for objdump... objdump
2288
checking how to recognize dependent libraries... pass_all
2289
checking for dlltool... dlltool
2290
checking how to associate runtime and link libraries... printf %s\n
2291
checking for ar... ar
2292
checking for archiver @FILE support... @
2293
checking for strip... strip
2294
checking for ranlib... ranlib
2295
checking command to parse /usr/bin/nm -B output from gcc -fPIE object...   CC     sse2encfrag.lo
2296
  CC     x86enquant.lo
2297
ok
2298
checking for sysroot... no
2299
checking for a working dd... /usr/bin/dd
2300
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
2301
checking for mt... mt
2302
checking if mt is a manifest tool... no
2303
checking for ANSI C header files...   CC     x86enc.lo
2304
x86/x86enc.c: In function ‘oc_enc_accel_init_x86’:
2305
x86/x86enc.c:22:16: warning: variable ‘cpu_flags’ set but not used
2306
-Wunused-but-set-variable]
2307
   22 |   ogg_uint32_t cpu_flags;
2308
      |                ^~~~~~~~~
2309
  CC     sse2fdct.lo
2310
  CCLD   libtheoradec.la
2311
yes
2312
checking for sys/types.h... yes
2313
checking for sys/stat.h... ar: `u' modifier ignored since `D' is the default (see `U')
2314
  CCLD   libtheora.la
2315
yes
2316
checking for stdlib.h... yes
2317
checking for string.h... ar: `u' modifier ignored since `D' is the default (see `U')
2318
yes
2319
checking for memory.h...   CCLD   libtheoraenc.la
2320
yes
2321
checking for strings.h... yes
2322
checking for inttypes.h... ar: `u' modifier ignored since `D' is the default (see `U')
2323
yes
2324
checking for stdint.h... make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2325
Makefile:1164: warning: ignoring prerequisites on suffix rule definition
2326
test -z "/ffmpeg/lib" || /usr/bin/mkdir -p "/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib"
2327
make[5]: Nothing to be done for 'install-data-am'.
2328
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libtheoradec.la libtheoraenc.la libtheora.la '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2329
yes
2330
checking for unistd.h... libtool: install: /usr/bin/install -c .libs/libtheoradec.lai /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.la
2331
libtool: install: /usr/bin/install -c .libs/libtheoraenc.lai /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.la
2332
libtool: install: /usr/bin/install -c .libs/libtheora.lai /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.la
2333
libtool: install: /usr/bin/install -c .libs/libtheoradec.a /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a
2334
libtool: install: chmod 644 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a
2335
libtool: install: ranlib /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a
2336
libtool: install: /usr/bin/install -c .libs/libtheoraenc.a /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a
2337
libtool: install: chmod 644 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a
2338
libtool: install: ranlib /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a
2339
libtool: install: /usr/bin/install -c .libs/libtheora.a /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a
2340
libtool: install: chmod 644 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a
2341
yes
2342
libtool: install: ranlib /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a
2343
checking for dlfcn.h... libtool: install: warning: remember to run `libtool --finish /ffmpeg/lib'
2344
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2345
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2346
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/lib'
2347
Making install in include
2348
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2349
Making install in theora
2350
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include/theora'
2351
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include/theora'
2352
make[5]: Nothing to be done for 'install-exec-am'.
2353
test -z "/ffmpeg/include/theora" || /usr/bin/mkdir -p "/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora"
2354
 /usr/bin/install -c -m 644 theora.h theoradec.h theoraenc.h codec.h '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora'
2355
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include/theora'
2356
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include/theora'
2357
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2358
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2359
make[5]: Nothing to be done for 'install-exec-am'.
2360
make[5]: Nothing to be done for 'install-data-am'.
2361
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2362
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2363
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/include'
2364
Making install in doc
2365
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2366
Making install in spec
2367
yes
2368
checking for objdir... make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc/spec'
2369
  CC     vp3huff.o
2370
.libs
2371
  CCLD   vp3huff
2372
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
2373
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
2374
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
2375
checking if gcc -fPIE static flag -static works... make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc/spec'
2376
make[5]: Nothing to be done for 'install-exec-am'.
2377
test -z "/ffmpeg/share/doc/libtheora" || /usr/bin/mkdir -p "/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora"
2378
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc/spec'
2379
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc/spec'
2380
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2381
echo "*** Warning: Doxygen not found; documentation will not be built."
2382
*** Warning: Doxygen not found; documentation will not be built.
2383
touch doxygen-build.stamp
2384
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2385
make[5]: Nothing to be done for 'install-exec-am'.
2386
/bin/bash ../mkinstalldirs /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora
2387
if test -d libtheora; then \
2388
  for dir in libtheora/*; do \
2389
    if test -d $dir; then \
2390
      b=`basename $dir`; \
2391
      /bin/bash ../mkinstalldirs /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora/$b; \
2392
      for f in $dir/*; do \
2393
        /usr/bin/install -c -m 644 $f /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora/$b; \
2394
      done \
2395
    fi \
2396
  done \
2397
fi
2398
test -z "/ffmpeg/share/doc/libtheora" || /usr/bin/mkdir -p "/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora"
2399
 /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 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora'
2400
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2401
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2402
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/doc'
2403
Making install in tests
2404
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/tests'
2405
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/tests'
2406
make[4]: Nothing to be done for 'install-exec-am'.
2407
make[4]: Nothing to be done for 'install-data-am'.
2408
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/tests'
2409
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/tests'
2410
Making install in m4
2411
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/m4'
2412
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/m4'
2413
make[4]: Nothing to be done for 'install-exec-am'.
2414
make[4]: Nothing to be done for 'install-data-am'.
2415
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/m4'
2416
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1/m4'
2417
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2418
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2419
make[4]: Nothing to be done for 'install-exec-am'.
2420
test -z "/ffmpeg/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig"
2421
 /usr/bin/install -c -m 644 theora.pc theoradec.pc theoraenc.pc '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2422
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2423
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2424
make[2]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libtheora-1.2.0alpha1'
2425
[ 41%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ipfilter8.asm.o
2426
yes
2427
checking if gcc -fPIE supports -c -o file.o... yes
2428
checking if gcc -fPIE supports -c -o file.o... (cached) yes
2429
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2430
checking dynamic linker characteristics... GNU/Linux ld.so
2431
checking how to hardcode library paths into programs... immediate
2432
checking whether stripping libraries is possible... yes
2433
checking if libtool supports shared libraries... yes
2434
checking whether to build shared libraries... no
2435
checking whether to build static libraries... yes
2436
checking GCC version... 10
2437
checking if gcc -fPIE accepts -Wdeclaration-after-statement... yes
2438
checking for memory.h... (cached) yes
2439
checking for cos in -lm... yes
2440
checking for pthread_create in -lpthread... yes
2441
checking pkg-config is at least version 0.9.0... yes
2442
checking for OGG... yes
2443
checking for size_t... yes
2444
checking for working alloca.h... yes
2445
checking for alloca... yes
2446
checking for working memcmp... yes
2447
checking that generated files are newer than configure... done
2448
configure: creating ./config.status
2449
config.status: creating Makefile
2450
config.status: creating m4/Makefile
2451
config.status: creating lib/Makefile
2452
config.status: creating lib/modes/Makefile
2453
config.status: creating lib/books/Makefile
2454
config.status: creating lib/books/coupled/Makefile
2455
config.status: creating lib/books/uncoupled/Makefile
2456
config.status: creating lib/books/floor/Makefile
2457
config.status: creating doc/Makefile
2458
config.status: creating doc/vorbisfile/Makefile
2459
config.status: creating doc/vorbisenc/Makefile
2460
config.status: creating doc/libvorbis/Makefile
2461
config.status: creating doc/Doxyfile
2462
config.status: creating include/Makefile
2463
config.status: creating include/vorbis/Makefile
2464
config.status: creating examples/Makefile
2465
config.status: creating test/Makefile
2466
config.status: creating vq/Makefile
2467
config.status: creating libvorbis.spec
2468
config.status: creating vorbis.pc
2469
config.status: creating vorbisenc.pc
2470
config.status: creating vorbisfile.pc
2471
config.status: creating vorbis-uninstalled.pc
2472
config.status: creating vorbisenc-uninstalled.pc
2473
config.status: creating vorbisfile-uninstalled.pc
2474
config.status: creating config.h
2475
config.status: executing depfiles commands
2476
config.status: executing libtool commands
2477
DESTDIR=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build \
2478
        make -C /tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7 install
2479
make[2]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2480
Making install in m4
2481
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/m4'
2482
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/m4'
2483
make[4]: Nothing to be done for 'install-exec-am'.
2484
make[4]: Nothing to be done for 'install-data-am'.
2485
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/m4'
2486
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/m4'
2487
Making install in include
2488
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2489
Making install in vorbis
2490
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include/vorbis'
2491
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include/vorbis'
2492
make[5]: Nothing to be done for 'install-exec-am'.
2493
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vorbis'
2494
 /usr/bin/install -c -m 644 codec.h vorbisfile.h vorbisenc.h '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vorbis'
2495
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include/vorbis'
2496
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include/vorbis'
2497
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2498
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2499
make[5]: Nothing to be done for 'install-exec-am'.
2500
make[5]: Nothing to be done for 'install-data-am'.
2501
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2502
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2503
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/include'
2504
Making install in vq
2505
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/vq'
2506
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/vq'
2507
make[4]: Nothing to be done for 'install-exec-am'.
2508
make[4]: Nothing to be done for 'install-data-am'.
2509
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/vq'
2510
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/vq'
2511
Making install in lib
2512
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2513
Making install in modes
2514
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/modes'
2515
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/modes'
2516
make[5]: Nothing to be done for 'install-exec-am'.
2517
make[5]: Nothing to be done for 'install-data-am'.
2518
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/modes'
2519
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/modes'
2520
Making install in books
2521
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2522
Making install in coupled
2523
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/coupled'
2524
make[6]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/coupled'
2525
make[6]: Nothing to be done for 'install-exec-am'.
2526
make[6]: Nothing to be done for 'install-data-am'.
2527
make[6]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/coupled'
2528
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/coupled'
2529
Making install in uncoupled
2530
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/uncoupled'
2531
make[6]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/uncoupled'
2532
make[6]: Nothing to be done for 'install-exec-am'.
2533
make[6]: Nothing to be done for 'install-data-am'.
2534
make[6]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/uncoupled'
2535
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/uncoupled'
2536
Making install in floor
2537
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/floor'
2538
make[6]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/floor'
2539
make[6]: Nothing to be done for 'install-exec-am'.
2540
make[6]: Nothing to be done for 'install-data-am'.
2541
make[6]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/floor'
2542
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books/floor'
2543
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2544
make[6]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2545
make[6]: Nothing to be done for 'install-exec-am'.
2546
make[6]: Nothing to be done for 'install-data-am'.
2547
make[6]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2548
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2549
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib/books'
2550
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2551
  CC       test_sharedbook-sharedbook.o
2552
  CC       mdct.lo
2553
  CC       smallft.lo
2554
  CC       block.lo
2555
  CC       envelope.lo
2556
  CC       window.lo
2557
  CC       lsp.lo
2558
  CC       lpc.lo
2559
  CC       analysis.lo
2560
  CC       synthesis.lo
2561
  CC       psy.lo
2562
  CC       info.lo
2563
  CC       floor1.lo
2564
  CC       floor0.lo
2565
  CC       res0.lo
2566
  CC       mapping0.lo
2567
  CC       registry.lo
2568
  CC       codebook.lo
2569
  CC       sharedbook.lo
2570
[ 42%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/loopfilter.asm.o
2571
  CC       lookup.lo
2572
  CC       bitrate.lo
2573
  CC       vorbisfile.lo
2574
[ 43%] Building CXX object common/CMakeFiles/common.dir/x86/asm-primitives.cpp.o
2575
  CC       vorbisenc.lo
2576
  CCLD     test_sharedbook
2577
  CCLD     libvorbis.la
2578
  CCLD     libvorbisfile.la
2579
  CCLD     libvorbisenc.la
2580
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2581
make[5]: Nothing to be done for 'install-data-am'.
2582
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2583
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libvorbis.la libvorbisfile.la libvorbisenc.la '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
2584
libtool: install: /usr/bin/install -c .libs/libvorbis.lai /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.la
2585
libtool: install: /usr/bin/install -c .libs/libvorbisfile.lai /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.la
2586
libtool: install: /usr/bin/install -c .libs/libvorbisenc.lai /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.la
2587
libtool: install: /usr/bin/install -c .libs/libvorbis.a /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a
2588
libtool: install: chmod 644 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a
2589
libtool: install: ranlib /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a
2590
libtool: install: /usr/bin/install -c .libs/libvorbisfile.a /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a
2591
libtool: install: chmod 644 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a
2592
libtool: install: ranlib /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a
2593
libtool: install: /usr/bin/install -c .libs/libvorbisenc.a /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a
2594
libtool: install: chmod 644 /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a
2595
libtool: install: ranlib /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a
2596
libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'
2597
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2598
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2599
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/lib'
2600
Making install in test
2601
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/test'
2602
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/test'
2603
make[4]: Nothing to be done for 'install-exec-am'.
2604
make[4]: Nothing to be done for 'install-data-am'.
2605
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/test'
2606
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/test'
2607
Making install in doc
2608
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2609
Making install in libvorbis
2610
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/libvorbis'
2611
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/libvorbis'
2612
make[5]: Nothing to be done for 'install-exec-am'.
2613
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/libvorbis'
2614
 /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 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/libvorbis'
2615
 /usr/bin/install -c -m 644 vorbis_synthesis_trackonly.html vorbis_block.html vorbis_dsp_state.html return.html overview.html '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/libvorbis'
2616
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/libvorbis'
2617
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/libvorbis'
2618
Making install in vorbisfile
2619
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisfile'
2620
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisfile'
2621
make[5]: Nothing to be done for 'install-exec-am'.
2622
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisfile'
2623
 /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.htmlov_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 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisfile'
2624
 /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.htmlov_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 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisfile'
2625
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisfile'
2626
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisfile'
2627
Making install in vorbisenc
2628
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisenc'
2629
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisenc'
2630
make[5]: Nothing to be done for 'install-exec-am'.
2631
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisenc'
2632
 /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 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/vorbisenc'
2633
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisenc'
2634
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc/vorbisenc'
2635
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2636
echo "*** Warning: Documentation build is disabled."
2637
*** Warning: Documentation build is disabled.
2638
touch doxygen-build.stamp
2639
make[5]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2640
make[5]: Nothing to be done for 'install-exec-am'.
2641
/bin/bash /tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/install-sh -d /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7
2642
if test -d vorbis; then \
2643
  for dir in vorbis/*; do \
2644
    if test -d $dir; then \
2645
      b=`basename $dir`; \
2646
      /bin/bash /tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/install-sh -d /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/$b; \
2647
      for f in $dir/*; do \
2648
        /usr/bin/install -c -m 644 $f /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7/$b; \
2649
      done \
2650
    fi \
2651
  done \
2652
fi
2653
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7'
2654
 /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 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.7'
2655
make[5]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2656
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2657
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7/doc'
2658
make[3]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2659
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2660
make[4]: Nothing to be done for 'install-exec-am'.
2661
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
2662
 /usr/bin/install -c -m 644 vorbis.m4 '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
2663
 /usr/bin/mkdir -p '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2664
 /usr/bin/install -c -m 644 vorbis.pc vorbisenc.pc vorbisfile.pc '/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
2665
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2666
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2667
make[2]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/libvorbis-1.3.7'
2668
[ 44%] Building CXX object common/CMakeFiles/common.dir/vec/vec-primitives.cpp.o
2669
[ 45%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse3.cpp.o
2670
[ 47%] Building CXX object common/CMakeFiles/common.dir/vec/dct-ssse3.cpp.o
2671
[ 48%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse41.cpp.o
2672
[ 49%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o
2673
[ 50%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o
2674
[ 51%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o
2675
[ 52%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o
2676
[ 54%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o
2677
[ 55%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o
2678
[ 56%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o
2679
[ 57%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o
2680
[ 58%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o
2681
[ 60%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o
2682
[ 61%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o
2683
[ 62%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o
2684
[ 63%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o
2685
[ 64%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o
2686
[ 65%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o
2687
[ 67%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o
2688
[ 68%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o
2689
[ 69%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o
2690
[ 70%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o
2691
[ 71%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o
2692
[ 72%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o
2693
[ 74%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o
2694
[ 75%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o
2695
[ 76%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o
2696
[ 77%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o
2697
[ 78%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o
2698
[ 80%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o
2699
[ 81%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o
2700
[ 82%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o
2701
[ 83%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o
2702
[ 84%] Building CXX object common/CMakeFiles/common.dir/scaler.cpp.o
2703
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2704
[ 84%] Built target common
2705
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2706
Scanning dependencies of target x265-static
2707
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2708
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2709
[ 85%] Linking CXX static library libx265.a
2710
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2711
[ 85%] Built target x265-static
2712
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2713
Scanning dependencies of target cli
2714
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2715
make[4]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2716
[ 88%] Building CXX object CMakeFiles/cli.dir/input/y4m.cpp.o
2717
[ 89%] Building CXX object CMakeFiles/cli.dir/input/yuv.cpp.o
2718
[ 89%] Building CXX object CMakeFiles/cli.dir/input/input.cpp.o
2719
[ 90%] Building CXX object CMakeFiles/cli.dir/output/output.cpp.o
2720
[ 91%] Building CXX object CMakeFiles/cli.dir/output/raw.cpp.o
2721
[ 92%] Building CXX object CMakeFiles/cli.dir/output/reconplay.cpp.o
2722
[ 94%] Building CXX object CMakeFiles/cli.dir/output/y4m.cpp.o
2723
[ 95%] Building CXX object CMakeFiles/cli.dir/output/yuv.cpp.o
2724
[ 96%] Building CXX object CMakeFiles/cli.dir/x265.cpp.o
2725
[ 97%] Building CXX object CMakeFiles/cli.dir/x265cli.cpp.o
2726
[ 98%] Building CXX object CMakeFiles/cli.dir/abrEncApp.cpp.o
2727
[100%] Linking CXX executable x265
2728
make[4]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2729
[100%] Built target cli
2730
make[3]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2731
Install the project...
2732
-- Install configuration: "Release"
2733
-- Installing: /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libx265.a
2734
-- Installing: /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h
2735
-- Installing: /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265_config.h
2736
-- Installing: /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc
2737
-- Installing: /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/x265
2738
make[2]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/x265_3.5/build/linux'
2739
mv /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc.old
2740
sed -e 's,-ldl,-ldl -lpthread,g' \
2741
        < /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc.old \
2742
        > /tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc
2743
cd /tmp/makepkg/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1 && FFMPEG_PREFIX=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/makepkg/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
2744
        --disable-all \
2745
        --enable-gpl \
2746
        --enable-nonfree \
2747
        --extra-cflags="-I/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -fPIE" \
2748
        --extra-libs="-L/tmp/makepkg/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib -ldl" \
2749
        --pkg-config="/tmp/makepkg/tvheadend/support/pkg-config.ffmpeg" \
2750
        --enable-openssl \
2751
        --enable-avutil --enable-avcodec --enable-avformat --enable-swscale --enable-avresample --enable-swresample --enable-avfilter \
2752
        --enable-libx264 --enable-libx265 --enable-libvpx --enable-libtheora --enable-libvorbis --enable-libopus --enable-vaapi \
2753
        --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 \
2754
        --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 \
2755
        --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 --enable-encoder=h264_vaapi --enable-encoder=hevc_vaapi --enable-encoder=vp8_vaapi --enable-encoder=vp9_vaapi \
2756
        --enable-demuxer=mpegts --enable-demuxer=matroska --enable-demuxer=hls --enable-demuxer=flv --enable-demuxer=live_flv \
2757
        --enable-muxer=mpegts --enable-muxer=matroska --enable-muxer=mp4 --enable-muxer=ogg \
2758
        --enable-bsf=h264_mp4toannexb --enable-bsf=hevc_mp4toannexb\
2759
        --enable-filter=yadif --enable-filter=format --enable-filter=hwupload --enable-filter=hwdownload --enable-filter=scale --enable-filter=null --enable-filter=aresample --enable-filter=anull --enable-filter=deinterlace_vaapi --enable-filter=scale_vaapi \
2760
        --enable-hwaccel=mpeg2_vaapi --enable-hwaccel=h264_vaapi --enable-hwaccel=hevc_vaapi --enable-hwaccel=vp9_vaapi \
2761
                --disable-programs \
2762
                --disable-doc \
2763
                --disable-htmlpages \
2764
                --disable-manpages \
2765
                --disable-podpages \
2766
                --disable-txtpages
2767
install prefix            /ffmpeg
2768
source path               .
2769
C compiler                gcc
2770
C library                 glibc
2771
ARCH                      x86 (generic)
2772
big-endian                no
2773
runtime cpu detection     yes
2774
standalone assembly       yes
2775
x86 assembler             nasm
2776
MMX enabled               yes
2777
MMXEXT enabled            yes
2778
3DNow! enabled            yes
2779
3DNow! extended enabled   yes
2780
SSE enabled               yes
2781
SSSE3 enabled             yes
2782
AESNI enabled             yes
2783
AVX enabled               yes
2784
AVX2 enabled              yes
2785
AVX-512 enabled           yes
2786
XOP enabled               yes
2787
FMA3 enabled              yes
2788
FMA4 enabled              yes
2789
i686 features enabled     yes
2790
CMOV is fast              yes
2791
EBX available             yes
2792
EBP available             yes
2793
debug symbols             yes
2794
strip symbols             yes
2795
optimize for size         no
2796
optimizations             yes
2797
static                    yes
2798
shared                    no
2799
postprocessing support    no
2800
network support           yes
2801
threading support         pthreads
2802
safe bitstream reader     yes
2803
texi2html enabled         no
2804
perl enabled              yes
2805
pod2man enabled           yes
2806
makeinfo enabled          no
2807
makeinfo supports HTML    no
2808

    
2809
External libraries:
2810
iconv                   libx264
2811
libopus                 libx265
2812
libtheora               openssl
2813
libvorbis               zlib
2814
libvpx
2815

    
2816
External libraries providing hardware acceleration:
2817
v4l2_m2m                vaapi
2818

    
2819
Libraries:
2820
avcodec                 avutil
2821
avfilter                swresample
2822
avformat                swscale
2823
avresample
2824

    
2825
Programs:
2826

    
2827
Enabled decoders:
2828
aac                     mp2
2829
aac_latm                mpeg2video
2830
ac3                     opus
2831
eac3                    theora
2832
flac                    vorbis
2833
h264                    vp3
2834
hevc                    vp9
2835
libvorbis
2836

    
2837
Enabled encoders:
2838
aac                     libvpx_vp9
2839
flac                    libx264
2840
h264_vaapi              libx265
2841
hevc_vaapi              mp2
2842
libopus                 mpeg2video
2843
libtheora               vorbis
2844
libvorbis               vp8_vaapi
2845
libvpx_vp8              vp9_vaapi
2846

    
2847
Enabled hwaccels:
2848
h264_vaapi              mpeg2_vaapi
2849
hevc_vaapi              vp9_vaapi
2850

    
2851
Enabled parsers:
2852
aac_latm                vp9
2853
ac3
2854

    
2855
Enabled demuxers:
2856
flv                     matroska
2857
hls                     mpegts
2858
live_flv
2859

    
2860
Enabled muxers:
2861
adts                    mp4
2862
latm                    mpegts
2863
matroska                ogg
2864
mov
2865

    
2866
Enabled protocols:
2867
crypto                  rtmps
2868
ffrtmpcrypt             rtmpt
2869
ffrtmphttp              rtmpte
2870
file                    rtmpts
2871
hls                     rtp
2872
http                    srtp
2873
https                   tcp
2874
mmsh                    tls
2875
mmst                    udp
2876
rtmp                    udplite
2877
rtmpe                   unix
2878

    
2879
Enabled filters:
2880
anull                   hwupload
2881
aresample               null
2882
deinterlace_vaapi       scale
2883
format                  scale_vaapi
2884
hwdownload              yadif
2885

    
2886
Enabled bsfs:
2887
aac_adtstoasc           null
2888
h264_mp4toannexb        vp9_superframe
2889
hevc_mp4toannexb        vp9_superframe_split
2890

    
2891
Enabled indevs:
2892

    
2893
Enabled outdevs:
2894

    
2895
License: nonfree and unredistributable
2896

    
2897
WARNING: Building with deprecated library libavresample
2898
DESTDIR=/tmp/makepkg/tvheadend/build.linux/ffmpeg/build \
2899
        make -C /tmp/makepkg/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1 install
2900
make[2]: Entering directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1'
2901
GEN     libavutil/libavutil.version
2902
GEN     libswscale/libswscale.version
2903
GEN     libswresample/libswresample.version
2904
GEN     libavresample/libavresample.version
2905
GEN     libavcodec/libavcodec.version
2906
GEN     libavformat/libavformat.version
2907
GEN     libavfilter/libavfilter.version
2908
CC      libavfilter/af_anull.o
2909
CC      libavfilter/af_aresample.o
2910
INSTALL doc/examples/avio_list_dir.c
2911
INSTALL doc/examples/avio_reading.c
2912
INSTALL doc/examples/decode_audio.c
2913
INSTALL doc/examples/decode_video.c
2914
INSTALL doc/examples/demuxing_decoding.c
2915
INSTALL doc/examples/encode_audio.c
2916
INSTALL doc/examples/encode_video.c
2917
INSTALL doc/examples/extract_mvs.c
2918
INSTALL doc/examples/filter_audio.c
2919
INSTALL doc/examples/filtering_audio.c
2920
INSTALL doc/examples/filtering_video.c
2921
INSTALL doc/examples/http_multiclient.c
2922
INSTALL doc/examples/hw_decode.c
2923
INSTALL doc/examples/metadata.c
2924
INSTALL doc/examples/muxing.c
2925
INSTALL doc/examples/qsvdec.c
2926
INSTALL doc/examples/remuxing.c
2927
INSTALL doc/examples/resampling_audio.c
2928
INSTALL doc/examples/scaling_video.c
2929
INSTALL doc/examples/transcode_aac.c
2930
INSTALL doc/examples/transcoding.c
2931
INSTALL doc/examples/vaapi_encode.c
2932
INSTALL doc/examples/vaapi_transcode.c
2933
INSTALL doc/examples/README
2934
INSTALL doc/examples/Makefile
2935
INSTALL doc/examples/avio_list_dir.c
2936
INSTALL doc/examples/avio_reading.c
2937
INSTALL doc/examples/decode_audio.c
2938
INSTALL doc/examples/decode_video.c
2939
INSTALL doc/examples/demuxing_decoding.c
2940
INSTALL doc/examples/encode_audio.c
2941
INSTALL doc/examples/encode_video.c
2942
INSTALL doc/examples/extract_mvs.c
2943
INSTALL doc/examples/filter_audio.c
2944
INSTALL doc/examples/filtering_audio.c
2945
INSTALL doc/examples/filtering_video.c
2946
INSTALL doc/examples/http_multiclient.c
2947
INSTALL doc/examples/hw_decode.c
2948
INSTALL doc/examples/metadata.c
2949
INSTALL doc/examples/muxing.c
2950
INSTALL doc/examples/qsvdec.c
2951
INSTALL doc/examples/remuxing.c
2952
INSTALL doc/examples/resampling_audio.c
2953
INSTALL doc/examples/scaling_video.c
2954
INSTALL doc/examples/transcode_aac.c
2955
INSTALL doc/examples/transcoding.c
2956
INSTALL doc/examples/vaapi_encode.c
2957
INSTALL doc/examples/vaapi_transcode.c
2958
INSTALL doc/examples/README
2959
INSTALL doc/examples/Makefile
2960
CC      libavfilter/allfilters.o
2961
CC      libavfilter/audio.o
2962
CC      libavfilter/avfilter.o
2963
CC      libavfilter/avfiltergraph.o
2964
CC      libavfilter/buffersink.o
2965
libavfilter/avfiltergraph.c: In function ‘avfilter_graph_free’:
2966
libavfilter/avfiltergraph.c:135:5: warning: ‘resample_lavr_opts’ isdeprecated [-Wdeprecated-declarations]
2967
  135 |     av_freep(&(*graph)->resample_lavr_opts);
2968
      |     ^~~~~~~~
2969
In file included from libavfilter/avfiltergraph.c:39:
2970
libavfilter/avfilter.h:857:32: note: declared here
2971
  857 |     attribute_deprecated char *resample_lavr_opts;   ///< libavresample options to use for the auto-inserted resample filters
2972
      |                                ^~~~~~~~~~~~~~~~~~
2973
CC      libavfilter/buffersrc.o
2974
CC      libavfilter/drawutils.o
2975
CC      libavfilter/fifo.o
2976
CC      libavfilter/formats.o
2977
CC      libavfilter/framepool.o
2978
CC      libavfilter/framequeue.o
2979
CC      libavfilter/graphdump.o
2980
CC      libavfilter/graphparser.o
2981
CC      libavfilter/pthread.o
2982
CC      libavfilter/scale_eval.o
2983
CC      libavfilter/transform.o
2984
CC      libavfilter/vaapi_vpp.o
2985
CC      libavfilter/vf_deinterlace_vaapi.o
2986
CC      libavfilter/vf_format.o
2987
CC      libavfilter/vf_hwdownload.o
2988
CC      libavfilter/vf_hwupload.o
2989
CC      libavfilter/vf_null.o
2990
CC      libavfilter/vf_scale.o
2991
CC      libavfilter/vf_scale_vaapi.o
2992
CC      libavfilter/vf_yadif.o
2993
In file included from ./libavutil/common.h:605,
2994
                 from ./libavutil/avutil.h:296,
2995
                 from libavfilter/avfilter.h:41,
2996
                 from libavfilter/vf_scale.c:29:
2997
libavfilter/vf_scale.c: In function ‘scale_slice’:
2998
libavfilter/vf_scale.c:638:65: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2999
  638 |          in[i] = FF_PTR_ADD(cur_pic->data[i], ((y>>vsub)+field) * cur_pic->linesize[i]);
3000
./libavutil/internal.h:105:32: note: in definition of macro ‘FF_PTR_ADD’
3001
  105 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr))
3002
      |                                ^~~
3003
libavfilter/vf_scale.c:639:65: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
3004
  639 |         out[i] = FF_PTR_ADD(out_buf->data[i],            field  * out_buf->linesize[i]);
3005
./libavutil/internal.h:105:32: note: in definition of macro ‘FF_PTR_ADD’
3006
  105 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr))
3007
      |                                ^~~
3008
CC      libavfilter/video.o
3009
X86ASM  libavfilter/x86/vf_yadif.o
3010
CC      libavfilter/x86/vf_yadif_init.o
3011
X86ASM  libavfilter/x86/yadif-10.o
3012
X86ASM  libavfilter/x86/yadif-16.o
3013
STRIP   libavfilter/x86/vf_yadif.o
3014
CC      libavfilter/yadif_common.o
3015
CC      libavformat/adtsenc.o
3016
STRIP   libavfilter/x86/yadif-10.o
3017
CC      libavformat/allformats.o
3018
CC      libavformat/apetag.o
3019
CC      libavformat/asf.o
3020
CC      libavformat/av1.o
3021
CC      libavformat/avc.o
3022
STRIP   libavfilter/x86/yadif-16.o
3023
CC      libavformat/avio.o
3024
CC      libavformat/aviobuf.o
3025
CC      libavformat/avlanguage.o
3026
CC      libavformat/crypto.o
3027
CC      libavformat/dump.o
3028
CC      libavformat/file.o
3029
CC      libavformat/flac_picture.o
3030
CC      libavformat/flacenc_header.o
3031
CC      libavformat/flvdec.o
3032
CC      libavformat/format.o
3033
CC      libavformat/hevc.o
3034
CC      libavformat/hls.o
3035
CC      libavformat/hlsproto.o
3036
CC      libavformat/http.o
3037
CC      libavformat/httpauth.o
3038
CC      libavformat/id3v1.o
3039
libavformat/http.c: In function ‘http_open_cnx_internal’:
3040
libavformat/http.c:234:62: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
3041
  234 |         snprintf(sanitized_path, sizeof(sanitized_path), "/%s", path1);
3042
      |
3043
 ^
3044
libavformat/http.c:234:9: note: ‘snprintf’ output between 2 and 4097 bytes into a destination of size 4096
3045
  234 |         snprintf(sanitized_path, sizeof(sanitized_path), "/%s", path1);
3046
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3047
CC      libavformat/id3v2.o
3048
CC      libavformat/id3v2enc.o
3049
CC      libavformat/img2.o
3050
CC      libavformat/ip.o
3051
CC      libavformat/isom.o
3052
CC      libavformat/isom_tags.o
3053
CC      libavformat/latmenc.o
3054
CC      libavformat/matroska.o
3055
CC      libavformat/matroskadec.o
3056
CC      libavformat/matroskaenc.o
3057
libavformat/matroskaenc.c:2654:12: warning: ‘webm_query_codec’ defined but not used [-Wunused-function]
3058
 2654 | static int webm_query_codec(enum AVCodecID codec_id, int std_compliance)
3059
      |            ^~~~~~~~~~~~~~~~
3060
CC      libavformat/metadata.o
3061
CC      libavformat/mms.o
3062
CC      libavformat/mmsh.o
3063
CC      libavformat/mmst.o
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
libavformat/matroskaenc.c:2617:17: note: ‘snprintf’ output between 19 and 333 bytes into a destination of size 20
3069
 2617 |                 snprintf(duration_string, 20, "%02d:%02d:%012.9f",
3070
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3071
 2618 |                          (int) duration_sec / 3600, ((int) duration_sec / 60) % 60,
3072
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3073
 2619 |                          fmod(duration_sec, 60));
3074
      |                          ~~~~~~~~~~~~~~~~~~~~~~~
3075
CC      libavformat/mov_chan.o
3076
CC      libavformat/movenc.o
3077
CC      libavformat/movenccenc.o
3078
CC      libavformat/movenchint.o
3079
CC      libavformat/mpegts.o
3080
CC      libavformat/mpegtsenc.o
3081
CC      libavformat/mux.o
3082
CC      libavformat/network.o
3083
CC      libavformat/oggenc.o
3084
CC      libavformat/oggparsevorbis.o
3085
CC      libavformat/options.o
3086
CC      libavformat/os_support.o
3087
CC      libavformat/protocols.o
3088
libavformat/protocols.c: In function ‘avio_enum_protocols’:
3089
libavformat/protocols.c:118:7: warning: assignment discards ‘const’qualifier from pointer target type [-Wdiscarded-qualifiers]
3090
  118 |     p = p ? p + 1 : url_protocols;
3091
      |       ^
3092
CC      libavformat/qtpalette.o
3093
CC      libavformat/rawenc.o
3094
libavformat/rawenc.c:35:12: warning: ‘force_one_stream’ defined butnot used [-Wunused-function]
3095
   35 | static int force_one_stream(AVFormatContext *s)
3096
      |            ^~~~~~~~~~~~~~~~
3097
CC      libavformat/rawutils.o
3098
CC      libavformat/replaygain.o
3099
CC      libavformat/riff.o
3100
CC      libavformat/riffdec.o
3101
CC      libavformat/riffenc.o
3102
CC      libavformat/rmsipr.o
3103
CC      libavformat/rtmpcrypt.o
3104
CC      libavformat/rtmpdh.o
3105
CC      libavformat/rtmpdigest.o
3106
CC      libavformat/rtmphttp.o
3107
CC      libavformat/rtmppkt.o
3108
CC      libavformat/rtmpproto.o
3109
CC      libavformat/rtp.o
3110
CC      libavformat/rtpenc_chain.o
3111
CC      libavformat/rtpproto.o
3112
CC      libavformat/sdp.o
3113
CC      libavformat/srtp.o
3114
CC      libavformat/srtpproto.o
3115
CC      libavformat/tcp.o
3116
CC      libavformat/tls.o
3117
CC      libavformat/tls_openssl.o
3118
CC      libavformat/udp.o
3119
CC      libavformat/unix.o
3120
CC      libavformat/url.o
3121
CC      libavformat/urldecode.o
3122
CC      libavformat/utils.o
3123
CC      libavformat/vorbiscomment.o
3124
libavformat/vorbiscomment.c: In function ‘ff_vorbiscomment_write’:
3125
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=]
3126
  102 | nprintf(chapter_number, sizeof(chapter_number), "%03d", i);
3127
      |                                                  ^~~~
3128

    
3129
libavformat/vorbiscomment.c:102:62: note: directive argument in therange [0, 2147483647]
3130
  102 | nprintf(chapter_number, sizeof(chapter_number), "%03d", i);
3131
      |                                                 ^~~~~~
3132

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

    
3140
libavformat/vorbiscomment.c:103:58: note: directive argument in therange [-59, 59]
3141
  103 |    snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms);
3142
      |                                                 ^~~~~~~~~~~~~~~~~~~~~
3143

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

    
4225
libavutil/timecode.c:121:41: note: directive argument in the range [0, 2147483647]
4226
  121 |     snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d",
4227
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~
4228
libavutil/timecode.c:121:5: note: ‘snprintf’ output between 12 and 32 bytes into a destination of size 23
4229
  121 |     snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d",
4230
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4231
  122 |              neg ? "-" : "",
4232
      |              ~~~~~~~~~~~~~~~
4233
  123 |              hh, mm, ss, drop ? ';' : ':', ff);
4234
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4235
CC      libavutil/tx.o
4236
CC      libavutil/tx_double.o
4237
CC      libavutil/tx_float.o
4238
CC      libavutil/tx_int32.o
4239
CC      libavutil/utils.o
4240
CC      libavutil/video_enc_params.o
4241
CC      libavutil/x86/cpu.o
4242
X86ASM  libavutil/x86/cpuid.o
4243
STRIP   libavutil/x86/cpuid.o
4244
X86ASM  libavutil/x86/fixed_dsp.o
4245
STRIP   libavutil/x86/fixed_dsp.o
4246
CC      libavutil/x86/fixed_dsp_init.o
4247
X86ASM  libavutil/x86/float_dsp.o
4248
STRIP   libavutil/x86/float_dsp.o
4249
CC      libavutil/x86/float_dsp_init.o
4250
X86ASM  libavutil/x86/imgutils.o
4251
CC      libavutil/x86/imgutils_init.o
4252
X86ASM  libavutil/x86/lls.o
4253
STRIP   libavutil/x86/imgutils.o
4254
CC      libavutil/x86/lls_init.o
4255
CC      libavutil/xga_font_data.o
4256
CC      libavutil/xtea.o
4257
INSTALL libavfilter/avfilter.h
4258
INSTALL libavfilter/buffersink.h
4259
INSTALL libavfilter/buffersrc.h
4260
INSTALL libavfilter/version.h
4261
GEN     libavfilter/libavfilter.pc
4262
INSTALL libavformat/avformat.h
4263
INSTALL libavformat/avio.h
4264
INSTALL libavformat/version.h
4265
GEN     libavformat/libavformat.pc
4266
INSTALL libavcodec/ac3_parser.h
4267
INSTALL libavcodec/adts_parser.h
4268
INSTALL libavcodec/avcodec.h
4269
INSTALL libavcodec/avdct.h
4270
INSTALL libavcodec/avfft.h
4271
INSTALL libavcodec/bsf.h
4272
INSTALL libavcodec/codec.h
4273
INSTALL libavcodec/codec_desc.h
4274
INSTALL libavcodec/codec_id.h
4275
INSTALL libavcodec/codec_par.h
4276
INSTALL libavcodec/d3d11va.h
4277
INSTALL libavcodec/dirac.h
4278
INSTALL libavcodec/dv_profile.h
4279
INSTALL libavcodec/dxva2.h
4280
INSTALL libavcodec/jni.h
4281
INSTALL libavcodec/mediacodec.h
4282
INSTALL libavcodec/packet.h
4283
INSTALL libavcodec/qsv.h
4284
INSTALL libavcodec/vaapi.h
4285
INSTALL libavcodec/vdpau.h
4286
INSTALL libavcodec/version.h
4287
INSTALL libavcodec/videotoolbox.h
4288
INSTALL libavcodec/vorbis_parser.h
4289
INSTALL libavcodec/xvmc.h
4290
GEN     libavcodec/libavcodec.pc
4291
INSTALL libavresample/avresample.h
4292
INSTALL libavresample/version.h
4293
GEN     libavresample/libavresample.pc
4294
INSTALL libswresample/swresample.h
4295
INSTALL libswresample/version.h
4296
GEN     libswresample/libswresample.pc
4297
STRIP   libavutil/x86/lls.o
4298
GEN     libswscale/libswscale.pc
4299
INSTALL libswscale/swscale.h
4300
INSTALL libswscale/version.h
4301
INSTALL libavutil/adler32.h
4302
INSTALL libavutil/aes.h
4303
INSTALL libavutil/aes_ctr.h
4304
INSTALL libavutil/attributes.h
4305
INSTALL libavutil/audio_fifo.h
4306
INSTALL libavutil/avassert.h
4307
INSTALL libavutil/avstring.h
4308
INSTALL libavutil/avutil.h
4309
INSTALL libavutil/base64.h
4310
INSTALL libavutil/blowfish.h
4311
INSTALL libavutil/bprint.h
4312
INSTALL libavutil/bswap.h
4313
INSTALL libavutil/buffer.h
4314
INSTALL libavutil/cast5.h
4315
INSTALL libavutil/camellia.h
4316
INSTALL libavutil/channel_layout.h
4317
INSTALL libavutil/common.h
4318
INSTALL libavutil/cpu.h
4319
INSTALL libavutil/crc.h
4320
INSTALL libavutil/des.h
4321
INSTALL libavutil/dict.h
4322
INSTALL libavutil/display.h
4323
INSTALL libavutil/dovi_meta.h
4324
INSTALL libavutil/downmix_info.h
4325
INSTALL libavutil/encryption_info.h
4326
INSTALL libavutil/error.h
4327
INSTALL libavutil/eval.h
4328
INSTALL libavutil/fifo.h
4329
INSTALL libavutil/file.h
4330
INSTALL libavutil/frame.h
4331
INSTALL libavutil/hash.h
4332
INSTALL libavutil/hdr_dynamic_metadata.h
4333
INSTALL libavutil/hmac.h
4334
INSTALL libavutil/hwcontext.h
4335
INSTALL libavutil/hwcontext_cuda.h
4336
INSTALL libavutil/hwcontext_d3d11va.h
4337
INSTALL libavutil/hwcontext_drm.h
4338
INSTALL libavutil/hwcontext_dxva2.h
4339
INSTALL libavutil/hwcontext_qsv.h
4340
INSTALL libavutil/hwcontext_mediacodec.h
4341
INSTALL libavutil/hwcontext_opencl.h
4342
INSTALL libavutil/hwcontext_vaapi.h
4343
INSTALL libavutil/hwcontext_videotoolbox.h
4344
INSTALL libavutil/hwcontext_vdpau.h
4345
INSTALL libavutil/hwcontext_vulkan.h
4346
INSTALL libavutil/imgutils.h
4347
INSTALL libavutil/intfloat.h
4348
INSTALL libavutil/intreadwrite.h
4349
INSTALL libavutil/lfg.h
4350
INSTALL libavutil/log.h
4351
INSTALL libavutil/macros.h
4352
INSTALL libavutil/mathematics.h
4353
INSTALL libavutil/mastering_display_metadata.h
4354
INSTALL libavutil/md5.h
4355
INSTALL libavutil/mem.h
4356
INSTALL libavutil/motion_vector.h
4357
INSTALL libavutil/murmur3.h
4358
INSTALL libavutil/opt.h
4359
INSTALL libavutil/parseutils.h
4360
INSTALL libavutil/pixdesc.h
4361
INSTALL libavutil/pixelutils.h
4362
INSTALL libavutil/pixfmt.h
4363
INSTALL libavutil/random_seed.h
4364
INSTALL libavutil/rc4.h
4365
INSTALL libavutil/rational.h
4366
INSTALL libavutil/replaygain.h
4367
INSTALL libavutil/ripemd.h
4368
INSTALL libavutil/samplefmt.h
4369
INSTALL libavutil/sha.h
4370
INSTALL libavutil/sha512.h
4371
INSTALL libavutil/spherical.h
4372
INSTALL libavutil/stereo3d.h
4373
INSTALL libavutil/threadmessage.h
4374
INSTALL libavutil/time.h
4375
INSTALL libavutil/timecode.h
4376
INSTALL libavutil/timestamp.h
4377
INSTALL libavutil/tree.h
4378
INSTALL libavutil/twofish.h
4379
INSTALL libavutil/version.h
4380
INSTALL libavutil/video_enc_params.h
4381
INSTALL libavutil/xtea.h
4382
INSTALL libavutil/tea.h
4383
INSTALL libavutil/tx.h
4384
INSTALL libavutil/film_grain_params.h
4385
INSTALL libavutil/lzo.h
4386
INSTALL libavutil/avconfig.h
4387
INSTALL libavutil/ffversion.h
4388
GEN     libavutil/libavutil.pc
4389
AR      libavfilter/libavfilter.a
4390
AR      libavformat/libavformat.a
4391
AR      libavcodec/libavcodec.a
4392
AR      libavresample/libavresample.a
4393
AR      libswresample/libswresample.a
4394
AR      libswscale/libswscale.a
4395
INSTALL libavfilter/libavfilter.pc
4396
INSTALL libavformat/libavformat.pc
4397
INSTALL libavcodec/libavcodec.pc
4398
INSTALL libavresample/libavresample.pc
4399
INSTALL libswresample/libswresample.pc
4400
INSTALL libswscale/libswscale.pc
4401
INSTALL libavutil/libavutil.pc
4402
INSTALL libavfilter/libavfilter.a
4403
INSTALL libavformat/libavformat.a
4404
INSTALL libavresample/libavresample.a
4405
INSTALL libswresample/libswresample.a
4406
INSTALL libswscale/libswscale.a
4407
AR      libavutil/libavutil.a
4408
INSTALL libavcodec/libavcodec.a
4409
INSTALL libavutil/libavutil.a
4410
make[2]: Leaving directory '/tmp/makepkg/tvheadend/build.linux/ffmpeg/ffmpeg-4.4.1'
4411
make[1]: Leaving directory '/tmp/makepkg/tvheadend'
4412
make -f Makefile.ffmpeg libcacheput
4413
make[1]: Entering directory '/tmp/makepkg/tvheadend'
4414
make[1]: Leaving directory '/tmp/makepkg/tvheadend'
4415
make all
4416
make[1]: Entering directory '/tmp/makepkg/tvheadend'
4417
Receiving data/dvb-scan from https://github.com/tvheadend/dtv-scan-tables.git#tvheadend
4418
make -f Makefile.hdhomerun libcacheget
4419
make -f Makefile.webui LANGUAGES="en_GB" all
4420
make[2]: Entering directory '/tmp/makepkg/tvheadend'
4421
make[2]: Entering directory '/tmp/makepkg/tvheadend'
4422
make -f Makefile.webui WEBUI=std   compile-std
4423
make[3]: Entering directory '/tmp/makepkg/tvheadend'
4424
DOWNLOAD        misc/staticlib/unknown/x86_64/hdhomerun-b86692b6e6716f4e1e088b1e8737721f0318c149.tgz / kZ54ee7ZUvsSYmb9VGSpnmoVzcAUhpBXLq8k
4425
Traceback (most recent call last):
4426
  File "/tmp/makepkg/tvheadend/support/pcloud.py", line 13, in <module>
4427
    import requests
4428
ImportError: No module named requests
4429
CC              src/uuid.o
4430
Folder name "unknown" not found
4431
FAILED TO DOWNLOAD  (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)
4432
make[2]: Leaving directory '/tmp/makepkg/tvheadend'
4433
make -f Makefile.hdhomerun build
4434
make[2]: Entering directory '/tmp/makepkg/tvheadend'
4435
WGET            https://download.silicondust.com/hdhomerun/libhdhomerun_20210624.tgz
4436
2022-11-30 22:05:06 URL:https://download.silicondust.com/hdhomerun/libhdhomerun_20210624.tgz [51124/51124] -> "/tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624.tgz" [1]
4437
SHA1SUM test '9db6089b956de4e58084b623937f5fc3231fff0b' == '9db6089b956de4e58084b623937f5fc3231fff0b': OK
4438
UNTAR           libhdhomerun_20210624.tgz
4439
ln -sf libhdhomerun /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624
4440
PATCH           /tmp/makepkg/tvheadend/support/patches/hdhomerun.diff
4441
patching file ./Makefile
4442
make -f Makefile.hdhomerun /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/libhdhomerun.a
4443
make[3]: Entering directory '/tmp/makepkg/tvheadend'
4444
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channels.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channels.c
4445
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channelscan.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channelscan.c
4446
CC              src/main.o
4447
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_control.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_control.c
4448
src/webui/static/tvh.js.gz.tmp      1378177
4449
src/webui/static/tvh.js.gz.tmp2     1086388
4450
src/webui/static/tvh.js.gz           291724
4451
src/webui/static/tvh.blue.css.gz.tmp  174912
4452
src/webui/static/tvh.blue.css.gz.tmp2  138421
4453
src/webui/static/tvh.blue.css.gz      22177
4454
src/webui/static/tvh.gray.css.gz.tmp  174365
4455
src/webui/static/tvh.gray.css.gz.tmp2  137886
4456
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_debug.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_debug.c
4457
src/webui/static/tvh.gray.css.gz      22184
4458
src/webui/static/tvh.access.css.gz.tmp  178122
4459
src/webui/static/tvh.access.css.gz.tmp2  140725
4460
src/webui/static/tvh.access.css.gz    22811
4461
src/webui/static/tvh-tv.js.gz.tmp    749487
4462
src/webui/static/tvh-tv.js.gz.tmp2   739368
4463
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device.c
4464
src/webui/static/tvh-tv.js.gz        206260
4465
src/webui/static/tvh-tv.css.gz.tmp     3442
4466
src/webui/static/tvh-tv.css.gz.tmp2    2585
4467
src/webui/static/tvh-tv.css.gz          834
4468
Building src/webui/static/intl/tvh.en_GB.js.gz
4469
WEBUI std finished
4470
make[3]: Leaving directory '/tmp/makepkg/tvheadend'
4471
make -f Makefile.webui WEBUI=debug compile-debug
4472
make[3]: Entering directory '/tmp/makepkg/tvheadend'
4473
WEBUI debug finished
4474
make[3]: Leaving directory '/tmp/makepkg/tvheadend'
4475
make[2]: Leaving directory '/tmp/makepkg/tvheadend'
4476
CC              src/tvhlog.o
4477
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device_selector.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device_selector.c
4478
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_discover.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_discover.c
4479
CC              src/tprofile.o
4480
CC              src/idnode.o
4481
CC              src/prop.o
4482
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_os_posix.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_os_posix.c
4483
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_pkt.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_pkt.c
4484
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_sock_posix.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_sock_posix.c
4485
CC              src/proplib.o
4486
CC              src/utils.o
4487
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 /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_video.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_video.c
4488
ar rcs /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/libhdhomerun.a /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channels.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_channelscan.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_control.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_debug.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_device_selector.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_discover.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_os_posix.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_pkt.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_sock_posix.o /tmp/makepkg/tvheadend/build.linux/hdhomerun/libhdhomerun_20210624/hdhomerun_video.o
4489
make[3]: Leaving directory '/tmp/makepkg/tvheadend'
4490
make[2]: Leaving directory '/tmp/makepkg/tvheadend'
4491
make -f Makefile.hdhomerun libcacheput
4492
make[2]: Entering directory '/tmp/makepkg/tvheadend'
4493
make[2]: Leaving directory '/tmp/makepkg/tvheadend'
4494
CC              src/wrappers.o
4495
CC              src/tvh_thread.o
4496
CC              src/tvhvfs.o
4497
CC              src/access.o
4498
CC              src/tcp.o
4499
CC              src/udp.o
4500
CC              src/udp_stream.o
4501
CC              src/url.o
4502
CC              src/http.o
4503
CC              src/notify.o
4504
CC              src/file.o
4505
CC              src/epg.o
4506
CC              src/epgdb.o
4507
CC              src/epggrab.o
4508
CC              src/spawn.o
4509
CC              src/packet.o
4510
CC              src/esstream.o
4511
CC              src/streaming.o
4512
CC              src/channels.o
4513
CC              src/subscriptions.o
4514
CC              src/service.o
4515
CC              src/htsp_server.o
4516
CC              src/htsmsg.o
4517
CC              src/htsmsg_binary.o
4518
src/htsmsg_binary.c: In function ‘htsmsg_binary_des0’:
4519
src/htsmsg_binary.c:80:39: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
4520
   80 |       ((char *)f->_hmf_name)[namelen] = 0;
4521
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
4522
In file included from src/htsmsg_binary.h:22,
4523
                 from src/htsmsg_binary.c:26:
4524
src/htsmsg.h:84:14: note: at offset 0 to object ‘_hmf_name’ with size 0 declared here
4525
   84 |   const char _hmf_name[0];
4526
      |              ^~~~~~~~~
4527
In file included from /usr/include/string.h:495,
4528
                 from src/htsmsg_binary.c:24:
4529
In function ‘memcpy’,
4530
    inlined from ‘htsmsg_binary_des0’ at src/htsmsg_binary.c:98:7:
4531
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: error:
4532
writing 16 bytes into a region of size 0 [-Werror=stringop-overflow
4533
]
4534
   34 |   return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
4535
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4536
In file included from src/htsmsg_binary.h:22,
4537
                 from src/htsmsg_binary.c:26:
4538
src/htsmsg_binary.c: In function ‘htsmsg_binary_des0’:
4539
src/htsmsg.h:84:14: note: at offset 0 to object ‘_hmf_name’ with size 0 declared here
4540
   84 |   const char _hmf_name[0];
4541
      |              ^~~~~~~~~
4542
CC              src/htsmsg_binary2.o
4543
cc1: all warnings being treated as errors
4544
make[1]: *** [Makefile:715: /tmp/makepkg/tvheadend/build.linux/src/htsmsg_binary.o] Error 1
4545
make[1]: *** Waiting for unfinished jobs....
4546
src/htsmsg_binary2.c: In function ‘htsmsg_binary2_des0’:
4547
src/htsmsg_binary2.c:139:39: error: writing 1 byte into a region ofsize 0 [-Werror=stringop-overflow=]
4548
  139 |       ((char *)f->_hmf_name)[namelen] = 0;
4549
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
4550
In file included from src/htsmsg_binary2.h:22,
4551
                 from src/htsmsg_binary2.c:26:
4552
src/htsmsg.h:84:14: note: at offset 0 to object ‘_hmf_name’ with size 0 declared here
4553
   84 |   const char _hmf_name[0];
4554
      |              ^~~~~~~~~
4555
In file included from /usr/include/string.h:495,
4556
                 from src/htsmsg_binary2.c:24:
4557
In function ‘memcpy’,
4558
    inlined from ‘htsmsg_binary2_des0’ at src/htsmsg_binary2.c:157:
4559
:
4560
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: error:
4561
writing 16 bytes into a region of size 0 [-Werror=stringop-overflow
4562
]
4563
   34 |   return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
4564
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4565
In file included from src/htsmsg_binary2.h:22,
4566
                 from src/htsmsg_binary2.c:26:
4567
src/htsmsg_binary2.c: In function ‘htsmsg_binary2_des0’:
4568
src/htsmsg.h:84:14: note: at offset 0 to object ‘_hmf_name’ with size 0 declared here
4569
   84 |   const char _hmf_name[0];
4570
      |              ^~~~~~~~~
4571
cc1: all warnings being treated as errors
4572
make[1]: *** [Makefile:715: /tmp/makepkg/tvheadend/build.linux/src/htsmsg_binary2.o] Error 1
4573
make[1]: Leaving directory '/tmp/makepkg/tvheadend'
4574
make: *** [Makefile:107: ffmpeg_all] Error 2
4575
make -f Makefile.webui LANGUAGES="en_GB" all
4576
make[1]: Entering directory '/tmp/makepkg/tvheadend'
4577
make -f Makefile.webui WEBUI=std   compile-std
4578
make[2]: Entering directory '/tmp/makepkg/tvheadend'
4579
WEBUI std finished
4580
make[2]: Leaving directory '/tmp/makepkg/tvheadend'
4581
make -f Makefile.webui WEBUI=debug compile-debug
4582
make[2]: Entering directory '/tmp/makepkg/tvheadend'
4583
WEBUI debug finished
4584
make[2]: Leaving directory '/tmp/makepkg/tvheadend'
4585
make[1]: Leaving directory '/tmp/makepkg/tvheadend'
4586
CC              src/version.o
4587
CC              src/htsmsg_binary.o
4588
src/htsmsg_binary.c: In function ‘htsmsg_binary_des0’:
4589
src/htsmsg_binary.c:80:39: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
4590
   80 |       ((char *)f->_hmf_name)[namelen] = 0;
4591
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
4592
In file included from src/htsmsg_binary.h:22,
4593
                 from src/htsmsg_binary.c:26:
4594
src/htsmsg.h:84:14: note: at offset 0 to object ‘_hmf_name’ with size 0 declared here
4595
   84 |   const char _hmf_name[0];
4596
      |              ^~~~~~~~~
4597
In file included from /usr/include/string.h:495,
4598
                 from src/htsmsg_binary.c:24:
4599
In function ‘memcpy’,
4600
    inlined from ‘htsmsg_binary_des0’ at src/htsmsg_binary.c:98:7:
4601
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: error:
4602
writing 16 bytes into a region of size 0 [-Werror=stringop-overflow
4603
]
4604
   34 |   return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
4605
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4606
In file included from src/htsmsg_binary.h:22,
4607
                 from src/htsmsg_binary.c:26:
4608
src/htsmsg_binary.c: In function ‘htsmsg_binary_des0’:
4609
src/htsmsg.h:84:14: note: at offset 0 to object ‘_hmf_name’ with size 0 declared here
4610
   84 |   const char _hmf_name[0];
4611
      |              ^~~~~~~~~
4612
cc1: all warnings being treated as errors
4613
make: *** [Makefile:715: /tmp/makepkg/tvheadend/build.linux/src/htsmsg_binary.o] Error 1
4614
debian@SURFACE:/tmp/makepkg/tvheadend$
    (1-1/1)