1
|
On branch master
|
2
|
Your branch is up to date with 'origin/master'.
|
3
|
|
4
|
nothing to commit, working tree clean
|
5
|
[1mdpkg-buildpackage: [0m[32minfo[0m: source package tvheadend
|
6
|
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 4.3-1896~gce0907705
|
7
|
[1mdpkg-buildpackage: [0m[32minfo[0m: source distribution unstable
|
8
|
[1mdpkg-buildpackage: [0m[32minfo[0m: source changed by Andreas Öman <[email protected]>
|
9
|
[1mdpkg-buildpackage: [0m[32minfo[0m: host architecture amd64
|
10
|
dh clean --with-systemd
|
11
|
dh_clean -O--with-systemd
|
12
|
rm -f debian/debhelper-build-stamp
|
13
|
rm -rf debian/.debhelper/
|
14
|
rm -f -- debian/tvheadend.substvars debian/tvheadend-dbg.substvars debian/files
|
15
|
rm -fr -- debian/tvheadend/ debian/tmp/ debian/tvheadend-dbg/
|
16
|
find . \( \( \
|
17
|
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
|
18
|
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
|
19
|
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
|
20
|
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
|
21
|
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
|
22
|
\) -exec rm -f {} + \) -o \
|
23
|
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
|
24
|
dh build --with-systemd
|
25
|
dh_update_autotools_config -O--with-systemd
|
26
|
debian/rules override_dh_auto_configure
|
27
|
make[1]: Entering directory '/tmp/tvheadend'
|
28
|
dh_auto_configure -- --disable-bintray_cache --enable-vaapi --enable-nvenc --disable-hdhomerun_client --disable-hdhomerun_static --jobs=8
|
29
|
./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=\${prefix}/lib/tvheadend --disable-maintainer-mode --disable-dependency-tracking --disable-bintray_cache --enable-vaapi --enable-nvenc --disable-hdhomerun_client --disable-hdhomerun_static --jobs=8
|
30
|
Checking support/features
|
31
|
checking for cc execinfo.h ... ok
|
32
|
checking for cc -mmmx ... ok
|
33
|
checking for cc -msse2 ... ok
|
34
|
checking for cc -Wunused-result ... ok
|
35
|
checking for cc -fstack-protector ... ok
|
36
|
checking for cc -fstack-protector-strong ... ok
|
37
|
checking for cc -fstack-check ... ok
|
38
|
checking for cc -fPIE ... ok
|
39
|
checking for cc strlcat ... fail
|
40
|
checking for cc strlcpy ... fail
|
41
|
checking for cc fdatasync ... ok
|
42
|
checking for cc getloadavg ... ok
|
43
|
checking for cc atomic32 ... ok
|
44
|
checking for cc atomic64 ... ok
|
45
|
checking for cc atomic_time_t ... ok
|
46
|
checking for cc atomic_ptr ... ok
|
47
|
checking for cc bitops64 ... ok
|
48
|
checking for cc lockowner ... ok
|
49
|
checking for cc qsort_r ... ok
|
50
|
checking for cc stime ... fail
|
51
|
checking for cc gmtoff ... ok
|
52
|
checking for cc recvmmsg ... ok
|
53
|
checking for cc sendmmsg ... ok
|
54
|
checking for cc libiconv ... fail
|
55
|
^ using build-in glibc iconv routines
|
56
|
checking for cc ifnames ... ok
|
57
|
checking for cc cclang_threadsan ... fail
|
58
|
checking for py module gzip ... ok
|
59
|
checking for pkg-config ... ok
|
60
|
checking for xgettext ... ok
|
61
|
checking for msgmerge ... ok
|
62
|
checking for gzip ... ok
|
63
|
checking for bzip2 ... ok
|
64
|
checking for pkg openssl ... ok (detected 1.1.1f)
|
65
|
checking for cc linux/dvb/version.h ... ok
|
66
|
checking for pkg zlib ... ok (detected 1.2.11)
|
67
|
checking for pkg libpcre2-8 ... ok (detected 10.34)
|
68
|
checking for pkg liburiparser ... ok (detected 0.9.3)
|
69
|
checking for pkg avahi-client ... ok (detected 0.7)
|
70
|
checking for cmake ... ok
|
71
|
checking for cc -lstdc++ ... ok
|
72
|
checking for pkg libva >=0.38.0 ... ok (detected 1.9.0)
|
73
|
checking for pkg libva-x11 >=0.38.0 ... ok (detected 1.9.0)
|
74
|
checking for pkg libva-drm >=0.38.0 ... ok (detected 1.9.0)
|
75
|
checking for cc sys/inotify.h ... ok
|
76
|
checking for cc inotify_init1 ... ok
|
77
|
checking for cc dvbcsa/dvbcsa.h ... ok
|
78
|
checking for cc -ldvbcsa ... ok
|
79
|
fetching dvb-scan files ... ok
|
80
|
checking for cc epoll_create1 ... ok
|
81
|
checking for pkg dbus-1 ... ok (detected 1.12.16)
|
82
|
|
83
|
Compiler:
|
84
|
Using C compiler: cc
|
85
|
Using C flags: -I/opt/media//include
|
86
|
Using LD flags: -L/opt/media//lib -ldvbcsa
|
87
|
Build for arch: x86_64
|
88
|
|
89
|
Binaries:
|
90
|
Using PYTHON: python
|
91
|
Using GZIP: gzip
|
92
|
Using BZIP2: bzip2
|
93
|
|
94
|
Options:
|
95
|
pie yes
|
96
|
ccdebug no
|
97
|
cardclient yes
|
98
|
cwc yes
|
99
|
cccam yes
|
100
|
capmt yes
|
101
|
constcw yes
|
102
|
linuxdvb yes
|
103
|
satip_server yes
|
104
|
satip_client yes
|
105
|
hdhomerun_client no
|
106
|
hdhomerun_static no
|
107
|
iptv yes
|
108
|
tsfile yes
|
109
|
dvbscan yes
|
110
|
timeshift yes
|
111
|
trace yes
|
112
|
avahi yes
|
113
|
zlib yes
|
114
|
libav yes
|
115
|
ffmpeg_static yes
|
116
|
libx264 yes
|
117
|
libx264_static yes
|
118
|
libx265 yes
|
119
|
libx265_static yes
|
120
|
libvpx yes
|
121
|
libvpx_static yes
|
122
|
libtheora yes
|
123
|
libtheora_static yes
|
124
|
libvorbis yes
|
125
|
libvorbis_static yes
|
126
|
libfdkaac no
|
127
|
libfdkaac_static no
|
128
|
libopus yes
|
129
|
libopus_static yes
|
130
|
nvenc yes
|
131
|
vaapi yes
|
132
|
mmal no
|
133
|
omx no
|
134
|
inotify yes
|
135
|
epoll yes
|
136
|
pcre no
|
137
|
pcre2 yes
|
138
|
uriparser yes
|
139
|
ccache no
|
140
|
tvhcsa yes
|
141
|
bundle no
|
142
|
pngquant no
|
143
|
kqueue no
|
144
|
dbus_1 yes
|
145
|
android no
|
146
|
gtimer_check no
|
147
|
slow_memoryinfo no
|
148
|
libsystemd_daemon no
|
149
|
pcloud_cache yes
|
150
|
ddci yes
|
151
|
cclang_threadsan no
|
152
|
gperftools no
|
153
|
execinfo yes
|
154
|
mmx yes
|
155
|
sse2 yes
|
156
|
W_unused_result yes
|
157
|
f_stack_protector yes
|
158
|
f_stack_protector_strong yes
|
159
|
f_stack_check yes
|
160
|
f_PIE yes
|
161
|
fdatasync yes
|
162
|
getloadavg yes
|
163
|
atomic32 yes
|
164
|
atomic64 yes
|
165
|
atomic_time_t yes
|
166
|
atomic_ptr yes
|
167
|
bitops64 yes
|
168
|
lockowner yes
|
169
|
qsort_r yes
|
170
|
gmtoff yes
|
171
|
recvmmsg yes
|
172
|
sendmmsg yes
|
173
|
ifnames yes
|
174
|
py_gzip yes
|
175
|
bin_pkg_config yes
|
176
|
bin_xgettext yes
|
177
|
bin_msgmerge yes
|
178
|
bin_gzip yes
|
179
|
bin_bzip2 yes
|
180
|
ssl yes
|
181
|
linuxdvbapi yes
|
182
|
linuxdvb_ca yes
|
183
|
upnp yes
|
184
|
bin_cmake yes
|
185
|
stdcpp yes
|
186
|
libogg_static yes
|
187
|
hwaccels yes
|
188
|
inotify_h yes
|
189
|
inotify_init1 yes
|
190
|
dvbcsa yes
|
191
|
epoll_create1 yes
|
192
|
mpegts yes
|
193
|
mpegts_dvb yes
|
194
|
|
195
|
Packages:
|
196
|
openssl 1.1.1f
|
197
|
zlib 1.2.11
|
198
|
libpcre2-8 10.34
|
199
|
liburiparser 0.9.3
|
200
|
avahi-client 0.7
|
201
|
libva 1.9.0
|
202
|
libva-x11 1.9.0
|
203
|
libva-drm 1.9.0
|
204
|
dbus-1 1.12.16
|
205
|
|
206
|
Installation paths:
|
207
|
Prefix: /usr
|
208
|
Binaries: ${prefix}/bin
|
209
|
Libraries: ${prefix}/lib
|
210
|
Data files: ${prefix}/share
|
211
|
Man pages: /usr/share/man
|
212
|
|
213
|
Final Binary:
|
214
|
/tmp/tvheadend/build.linux/tvheadend
|
215
|
|
216
|
Tvheadend Data Directory:
|
217
|
/usr/share/tvheadend
|
218
|
|
219
|
make[1]: Leaving directory '/tmp/tvheadend'
|
220
|
debian/rules override_dh_auto_build
|
221
|
make[1]: Entering directory '/tmp/tvheadend'
|
222
|
make -j8
|
223
|
make[2]: Entering directory '/tmp/tvheadend'
|
224
|
make -f Makefile.ffmpeg libcacheget
|
225
|
make[3]: Entering directory '/tmp/tvheadend'
|
226
|
DOWNLOAD misc/staticlib/Ubuntu 20.04/x86_64/ffmpeg-850d2477f2bf3c59670fb0ae94fb9322b1368eb7.tgz / kZ54ee7ZUvsSYmb9VGSpnmoVzcAUhpBXLq8k
|
227
|
FAILED TO DOWNLOAD (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)
|
228
|
make[3]: Leaving directory '/tmp/tvheadend'
|
229
|
make -f Makefile.ffmpeg build
|
230
|
make[3]: Entering directory '/tmp/tvheadend'
|
231
|
WGET https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz
|
232
|
WGET http://ftp.videolan.org/x264/snapshots/x264-snapshot-20191216-2245.tar.bz2
|
233
|
WGET http://ftp.videolan.org/videolan/x265/x265_3.2.tar.gz
|
234
|
WGET https://github.com/webmproject/libvpx/archive/v1.8.2/libvpx-1.8.2.tar.gz
|
235
|
WGET https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.4.tar.gz
|
236
|
WGET https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.6.tar.gz
|
237
|
WGET https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.1.1.tar.gz
|
238
|
WGET https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz
|
239
|
SHA1SUM test '712f37aeabf3cb42f1ebe55588c33583636a7230' == '712f37aeabf3cb42f1ebe55588c33583636a7230': OK
|
240
|
UNTAR x264-snapshot-20191216-2245.tar.bz2
|
241
|
SHA1SUM test '5922f88d0997c47e2c95feee95dc98bcb2e54871' == '5922f88d0997c47e2c95feee95dc98bcb2e54871': OK
|
242
|
UNTAR x265_3.2.tar.gz
|
243
|
PATCH /tmp/tvheadend/support/patches/libx265.pie.diff
|
244
|
patching file ./source/CMakeLists.txt
|
245
|
Hunk #1 succeeded at 212 with fuzz 2 (offset 44 lines).
|
246
|
Hunk #2 succeeded at 231 (offset 48 lines).
|
247
|
WGET https://github.com/FFmpeg/nv-codec-headers/releases/download/n8.2.15.10/nv-codec-headers-8.2.15.10.tar.gz
|
248
|
WGET https://ffmpeg.org/releases/ffmpeg-4.1.5.tar.bz2
|
249
|
SHA1SUM test 'ed226536537861c9f0f1ef7ca79dffc225bc181b' == 'ed226536537861c9f0f1ef7ca79dffc225bc181b': OK
|
250
|
UNTAR opus-1.3.1.tar.gz
|
251
|
SHA1SUM test '850ca59493aa6d773a1346257c9fbee80ba6efe0' == '850ca59493aa6d773a1346257c9fbee80ba6efe0': OK
|
252
|
UNTAR ffmpeg-4.1.5.tar.bz2
|
253
|
SHA1SUM test '80c3bd878e6b4a7d3a6a643ad6ad07a9f02bfe81' == '80c3bd878e6b4a7d3a6a643ad6ad07a9f02bfe81': OK
|
254
|
UNTAR nv-codec-headers-8.2.15.10.tar.gz
|
255
|
mv /tmp/tvheadend/build.linux/ffmpeg/nv-codec-headers-8.2.15.10/Makefile /tmp/tvheadend/build.linux/ffmpeg/nv-codec-headers-8.2.15.10/Makefile.old
|
256
|
sed -e 's,PREFIX = /usr/local,PREFIX ?= /usr/local,g' \
|
257
|
< /tmp/tvheadend/build.linux/ffmpeg/nv-codec-headers-8.2.15.10/Makefile.old \
|
258
|
> /tmp/tvheadend/build.linux/ffmpeg/nv-codec-headers-8.2.15.10/Makefile
|
259
|
DESTDIR=/tmp/tvheadend/build.linux/ffmpeg/build PREFIX=/ffmpeg \
|
260
|
make -C /tmp/tvheadend/build.linux/ffmpeg/nv-codec-headers-8.2.15.10 install
|
261
|
make[4]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/nv-codec-headers-8.2.15.10'
|
262
|
sed 's#@@PREFIX@@#/ffmpeg#' ffnvcodec.pc.in > ffnvcodec.pc
|
263
|
install -m 0755 -d '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ffnvcodec'
|
264
|
install -m 0644 include/ffnvcodec/*.h '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ffnvcodec'
|
265
|
install -m 0755 -d '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
|
266
|
install -m 0644 ffnvcodec.pc '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
|
267
|
make[4]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/nv-codec-headers-8.2.15.10'
|
268
|
SHA1SUM test '7fbc7de47f59431fa2c5b76660f115963e83193d' == '7fbc7de47f59431fa2c5b76660f115963e83193d': OK
|
269
|
UNTAR libvpx-1.8.2.tar.gz
|
270
|
SHA1SUM test 'bfa67d0d33f0c7b00c50d9f1bd33fd4d5df3c5d5' == 'bfa67d0d33f0c7b00c50d9f1bd33fd4d5df3c5d5': OK
|
271
|
UNTAR nasm-2.14.02.tar.gz
|
272
|
PATCH /tmp/tvheadend/support/patches/remove-invalid-pure_func-qualifiers.diff
|
273
|
patching file include/nasmlib.h
|
274
|
cd /tmp/tvheadend/build.linux/ffmpeg/nasm-2.14.02 && CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
|
275
|
--libdir=/ffmpeg/lib
|
276
|
checking for gcc... gcc -fPIE
|
277
|
checking whether the C compiler works... yes
|
278
|
checking for C compiler default output file name... a.out
|
279
|
checking for suffix of executables...
|
280
|
checking whether we are cross compiling... no
|
281
|
checking for suffix of object files... o
|
282
|
checking whether we are using the GNU C compiler... yes
|
283
|
checking whether gcc -fPIE accepts -g... yes
|
284
|
checking for gcc -fPIE option to accept ISO C89... none needed
|
285
|
checking how to run the C preprocessor... gcc -fPIE -E
|
286
|
checking for grep that handles long lines and -e... /usr/bin/grep
|
287
|
checking for egrep... /usr/bin/grep -E
|
288
|
checking for ANSI C header files... yes
|
289
|
checking for sys/types.h... yes
|
290
|
checking for sys/stat.h... yes
|
291
|
checking for stdlib.h... yes
|
292
|
checking for string.h... yes
|
293
|
checking for memory.h... yes
|
294
|
checking for strings.h... yes
|
295
|
checking for inttypes.h... yes
|
296
|
checking for stdint.h... yes
|
297
|
checking for unistd.h... yes
|
298
|
checking minix/config.h usability... no
|
299
|
checking minix/config.h presence... no
|
300
|
checking for minix/config.h... no
|
301
|
checking whether it is safe to define __EXTENSIONS__... yes
|
302
|
checking for special C compiler options needed for large files... no
|
303
|
checking for _FILE_OFFSET_BITS value needed for large files... no
|
304
|
checking for gcc... (cached) gcc -fPIE
|
305
|
checking whether we are using the GNU C compiler... (cached) yes
|
306
|
checking whether gcc -fPIE accepts -g... (cached) yes
|
307
|
checking for gcc -fPIE option to accept ISO C89... (cached) none needed
|
308
|
checking for gcc -fPIE option to accept ISO C99... SHA1SUM test '851cef020b346d44893e5d1c3dab83c675d479d9' == '851cef020b346d44893e5d1c3dab83c675d479d9': OK
|
309
|
UNTAR libogg-1.3.4.tar.gz
|
310
|
none needed
|
311
|
checking for gcc -fPIE option to accept ISO Standard C... (cached) none needed
|
312
|
checking whether ln -s works... yes
|
313
|
checking whether make sets $(MAKE)... yes
|
314
|
checking for a BSD-compatible install... /usr/bin/install -c
|
315
|
checking for suffix of library files... a
|
316
|
checking for an ANSI C-conforming const... yes
|
317
|
checking for inline... inline
|
318
|
checking for C/C++ restrict keyword... __restrict
|
319
|
checking for size_t... yes
|
320
|
checking whether byte ordering is bigendian... no
|
321
|
checking if gcc -fPIE accepts -fwrapv... yes
|
322
|
checking if gcc -fPIE accepts -U__STRICT_ANSI__... PATCH /tmp/tvheadend/support/patches/ffmpeg.libx264.diff
|
323
|
patching file ./libavcodec/libx264.c
|
324
|
Hunk #1 succeeded at 925 (offset 23 lines).
|
325
|
PATCH /tmp/tvheadend/support/patches/ffmpeg.libx265.diff
|
326
|
patching file ./libavcodec/libx265.c
|
327
|
Hunk #1 succeeded at 297 (offset 45 lines).
|
328
|
Hunk #2 succeeded at 346 with fuzz 2 (offset 46 lines).
|
329
|
PATCH /tmp/tvheadend/support/patches/ffmpeg.vaapi_encode.diff
|
330
|
patching file ./libavcodec/vaapi_encode.c
|
331
|
Hunk #1 succeeded at 26 with fuzz 2.
|
332
|
Hunk #2 succeeded at 499 (offset 103 lines).
|
333
|
Hunk #3 succeeded at 531 (offset 103 lines).
|
334
|
yes
|
335
|
checking if gcc -fPIE accepts -fno-common... yes
|
336
|
checking for nroff... nroff
|
337
|
checking for asciidoc... no
|
338
|
checking for xmlto... no
|
339
|
checking for ar... ar
|
340
|
checking for ranlib... ranlib
|
341
|
checking for strip... strip
|
342
|
checking for ANSI C header files... (cached) yes
|
343
|
checking for inttypes.h... (cached) yes
|
344
|
checking for strings.h... (cached) yes
|
345
|
checking for stdbool.h that conforms to C99... yes
|
346
|
checking for _Bool... yes
|
347
|
checking stdnoreturn.h usability... yes
|
348
|
checking stdnoreturn.h presence... yes
|
349
|
checking for stdnoreturn.h... yes
|
350
|
checking io.h usability... no
|
351
|
checking io.h presence... no
|
352
|
checking for io.h... no
|
353
|
checking fcntl.h usability... yes
|
354
|
checking fcntl.h presence... yes
|
355
|
checking for fcntl.h... yes
|
356
|
checking for unistd.h... (cached) yes
|
357
|
checking sys/mman.h usability... yes
|
358
|
checking sys/mman.h presence... yes
|
359
|
checking for sys/mman.h... yes
|
360
|
checking for sys/types.h... (cached) yes
|
361
|
checking for sys/stat.h... (cached) yes
|
362
|
checking for strcasecmp... yes
|
363
|
checking for stricmp... no
|
364
|
checking for strncasecmp... yes
|
365
|
checking for strnicmp... no
|
366
|
checking for strsep... yes
|
367
|
checking for strnlen... yes
|
368
|
checking for strrchrnul... no
|
369
|
checking for getuid... yes
|
370
|
checking for getgid... yes
|
371
|
checking for realpath... yes
|
372
|
checking for canonicalize_file_name... yes
|
373
|
checking for _fullpath... no
|
374
|
checking for pathconf... yes
|
375
|
checking for _LARGEFILE_SOURCE value needed for large files... no
|
376
|
checking for _fseeki64... no
|
377
|
checking for ftruncate... yes
|
378
|
checking for _chsize... no
|
379
|
checking for _chsize_s... no
|
380
|
checking for fileno... yes
|
381
|
checking for _fileno... no
|
382
|
checking for _filelengthi64... no
|
383
|
checking for stdlib.h... (cached) yes
|
384
|
checking for unistd.h... (cached) yes
|
385
|
checking for sys/param.h... yes
|
386
|
checking for getpagesize... yes
|
387
|
checking for working mmap... yes
|
388
|
checking for getpagesize... (cached) yes
|
389
|
checking for sysconf... yes
|
390
|
checking for access... yes
|
391
|
checking for _access... no
|
392
|
checking for faccessat... yes
|
393
|
checking for __builtin_expect... yes
|
394
|
checking intrin.h usability... no
|
395
|
checking intrin.h presence... no
|
396
|
checking for intrin.h... no
|
397
|
checking for __builtin_clz... yes
|
398
|
checking for __builtin_clzl... SHA1SUM test '0b91be522746a29351a5ee592fd8160940059303' == '0b91be522746a29351a5ee592fd8160940059303': OK
|
399
|
UNTAR libtheora-1.1.1.tar.gz
|
400
|
yes
|
401
|
checking for __builtin_clzll... yes
|
402
|
checking for _BitScanReverse... no
|
403
|
checking for _BitScanReverse64... no
|
404
|
checking for vsnprintf... yes
|
405
|
checking for _vsnprintf... no
|
406
|
checking for snprintf... yes
|
407
|
checking for _snprintf... no
|
408
|
checking for strlcpy... no
|
409
|
checking for strrchrnul... (cached) no
|
410
|
checking for struct _stati64... no
|
411
|
checking for struct stat... yes
|
412
|
checking for stat... yes
|
413
|
checking for _stati64... no
|
414
|
checking for fstat... yes
|
415
|
checking for _fstati64... no
|
416
|
checking whether strcasecmp is declared... yes
|
417
|
checking whether stricmp is declared... no
|
418
|
checking whether strncasecmp is declared... yes
|
419
|
checking whether strnicmp is declared... no
|
420
|
checking whether strsep is declared... yes
|
421
|
checking whether strlcpy is declared... no
|
422
|
checking whether strnlen is declared... yes
|
423
|
checking whether strrchrnul is declared... no
|
424
|
checking for uintptr_t... yes
|
425
|
checking endian.h usability... yes
|
426
|
checking endian.h presence... yes
|
427
|
checking for endian.h... yes
|
428
|
checking sys/endian.h usability... no
|
429
|
checking sys/endian.h presence... no
|
430
|
checking for sys/endian.h... no
|
431
|
checking machine/endian.h usability... no
|
432
|
checking machine/endian.h presence... no
|
433
|
checking for machine/endian.h... no
|
434
|
checking for cpu_to_le16... no
|
435
|
checking for cpu_to_le32... no
|
436
|
checking for cpu_to_le64... SHA1SUM test '91f140c220d1fe3376d637dc5f3d046263784b1f' == '91f140c220d1fe3376d637dc5f3d046263784b1f': OK
|
437
|
UNTAR libvorbis-1.3.6.tar.gz
|
438
|
no
|
439
|
checking for __cpu_to_le16... no
|
440
|
checking for __cpu_to_le32... no
|
441
|
checking for __cpu_to_le64... no
|
442
|
checking for htole16... yes
|
443
|
checking for htole32... yes
|
444
|
checking for htole64... yes
|
445
|
checking for __bswap_16... yes
|
446
|
checking for __bswap_32... yes
|
447
|
checking for __bswap_64... yes
|
448
|
checking for __builtin_bswap16... yes
|
449
|
checking for __builtin_bswap32... yes
|
450
|
checking for __builtin_bswap64... yes
|
451
|
checking for _byteswap_ushort... no
|
452
|
checking for _byteswap_ulong... no
|
453
|
checking for _byteswap_uint64... no
|
454
|
checking for __builtin_constant_p... yes
|
455
|
checking if gcc -fPIE accepts -Werror=attributes... yes
|
456
|
checking if gcc -fPIE supports the noreturn function attribute... yes
|
457
|
checking if gcc -fPIE supports the returns_nonnull function attribute... yes
|
458
|
checking if gcc -fPIE supports the malloc function attribute... yes
|
459
|
checking if gcc -fPIE supports the alloc_size function attribute... yes
|
460
|
checking if gcc -fPIE supports the sentinel function attribute... yes
|
461
|
checking if gcc -fPIE supports the format function attribute... yes
|
462
|
checking if gcc -fPIE supports the const function attribute... yes
|
463
|
checking if gcc -fPIE supports the pure function attribute... yes
|
464
|
checking if gcc -fPIE supports the cold function attribute... yes
|
465
|
checking if gcc -fPIE supports the error function attribute... yes
|
466
|
checking if gcc -fPIE accepts -fvisibility=hidden... yes
|
467
|
checking if gcc -fPIE accepts -W... yes
|
468
|
checking if gcc -fPIE accepts -Wall... yes
|
469
|
checking if gcc -fPIE accepts -pedantic... yes
|
470
|
checking if gcc -fPIE accepts -Werror=unknown-warning-option... no
|
471
|
checking if gcc -fPIE accepts -Wpedantic-ms-format... no
|
472
|
checking if gcc -fPIE accepts -Wc90-c99-compat... yes
|
473
|
checking if gcc -fPIE accepts -Wlong-long... yes
|
474
|
checking if gcc -fPIE accepts -Wstringop-truncation... yes
|
475
|
checking if gcc -fPIE accepts -Wshift-negative-value... yes
|
476
|
checking if gcc -fPIE accepts -Werror=implicit... yes
|
477
|
checking if gcc -fPIE accepts -Werror=missing-braces... yes
|
478
|
checking if gcc -fPIE accepts -Werror=return-type... yes
|
479
|
checking if gcc -fPIE accepts -Werror=trigraphs... yes
|
480
|
checking if gcc -fPIE accepts -Werror=pointer-arith... yes
|
481
|
checking if gcc -fPIE accepts -Werror=strict-prototypes... no
|
482
|
checking if gcc -fPIE accepts -Werror=missing-prototypes... yes
|
483
|
checking if gcc -fPIE accepts -Werror=missing-declarations... yes
|
484
|
checking if gcc -fPIE accepts -Werror=comment... yes
|
485
|
checking if gcc -fPIE accepts -Werror=vla... yes
|
486
|
checking if gcc -fPIE supports C99 external inlines... yes
|
487
|
configure: creating ./config.status
|
488
|
config.status: creating Makefile
|
489
|
config.status: creating doc/Makefile
|
490
|
config.status: creating config/config.h
|
491
|
config.status: executing default-1 commands
|
492
|
DESTDIR=/tmp/tvheadend/build.linux/ffmpeg/build \
|
493
|
make -C /tmp/tvheadend/build.linux/ffmpeg/nasm-2.14.02 install
|
494
|
make[4]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/nasm-2.14.02'
|
495
|
perl -I./perllib -I. tools/mkdep.pl -M Makefile.in -- . include config x86 rdoff stdlib nasmlib output asm disasm x86 common macros
|
496
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
497
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
498
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
499
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
500
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
501
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
502
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
503
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
504
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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/malloc.o nasmlib/malloc.c
|
505
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
506
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
507
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
508
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
509
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
510
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
511
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
512
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
513
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
514
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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/srcfile.o nasmlib/srcfile.c
|
515
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
516
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
517
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
518
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
519
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
520
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
521
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
522
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
523
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
524
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
525
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
526
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
527
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
528
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
529
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
530
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
531
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
532
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
533
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
534
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
535
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
536
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
537
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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/float.o asm/float.c
|
538
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
539
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
540
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
541
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
542
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
543
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
544
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
545
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
546
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
547
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
548
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
549
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
550
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
551
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
552
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
553
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
554
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
555
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
556
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
557
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
558
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
559
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
560
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
561
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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/strtbl.o output/strtbl.c
|
562
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
563
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
564
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
565
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
566
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
567
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
568
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
569
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
570
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
571
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
572
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
573
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
574
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
575
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
576
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
577
|
gcc -fPIE -c -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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
|
578
|
rm -f libnasm.a
|
579
|
ar cq libnasm.a stdlib/snprintf.o stdlib/vsnprintf.o stdlib/strlcpy.o stdlib/strnlen.o stdlib/strrchrnul.o nasmlib/ver.o nasmlib/crc64.o nasmlib/malloc.o nasmlib/errfile.o nasmlib/md5c.o nasmlib/string.o nasmlib/file.o nasmlib/mmap.o nasmlib/ilog2.o nasmlib/realpath.o nasmlib/path.o nasmlib/filename.o nasmlib/srcfile.o nasmlib/zerobuf.o nasmlib/readnum.o nasmlib/bsi.o nasmlib/rbtree.o nasmlib/hashtbl.o nasmlib/raa.o nasmlib/saa.o nasmlib/strlist.o nasmlib/perfhash.o nasmlib/badenum.o common/common.o x86/insnsa.o x86/insnsb.o x86/insnsd.o x86/insnsn.o x86/regs.o x86/regvals.o x86/regflags.o x86/regdis.o x86/disp8.o x86/iflag.o asm/error.o asm/float.o asm/directiv.o asm/directbl.o asm/pragma.o asm/assemble.o asm/labels.o asm/parser.o asm/preproc.o asm/quote.o asm/pptok.o asm/listing.o asm/eval.o asm/exprlib.o asm/exprdump.o asm/stdscan.o asm/strfunc.o asm/tokhash.o asm/segalloc.o asm/preproc-nop.o asm/rdstrnum.o macros/macros.o output/outform.o output/outlib.o output/legacy.o output/strtbl.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
|
580
|
ranlib libnasm.a
|
581
|
gcc -fPIE -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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 -fvisibility=hidden -o nasm asm/nasm.o libnasm.a
|
582
|
gcc -fPIE -I/opt/media//include -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -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 -fvisibility=hidden -o ndisasm disasm/ndisasm.o libnasm.a
|
583
|
mkdir -p /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin
|
584
|
/usr/bin/install -c nasm /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm
|
585
|
/usr/bin/install -c ndisasm /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/ndisasm
|
586
|
mkdir -p /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1
|
587
|
/usr/bin/install -c -m 644 ./nasm.1 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1/nasm.1
|
588
|
/usr/bin/install -c -m 644 ./ndisasm.1 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1/ndisasm.1
|
589
|
make[4]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/nasm-2.14.02'
|
590
|
cd /tmp/tvheadend/build.linux/ffmpeg/x264-snapshot-20191216-2245 && FFMPEG_PREFIX=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
|
591
|
--extra-asflags="-DPIC" \
|
592
|
--extra-cflags="-fPIE" \
|
593
|
--disable-cli \
|
594
|
--disable-swscale \
|
595
|
--disable-lavf \
|
596
|
--disable-avs \
|
597
|
--disable-ffms \
|
598
|
--disable-gpac \
|
599
|
--disable-lsmash \
|
600
|
--host=x86_64-linux-gnu
|
601
|
cd /tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux && cmake -G "Unix Makefiles" \
|
602
|
-DCMAKE_INSTALL_PREFIX="/ffmpeg" \
|
603
|
-DENABLE_SHARED:BOOL=OFF \
|
604
|
../../source
|
605
|
cd /tmp/tvheadend/build.linux/ffmpeg/libvpx-1.8.2 && \
|
606
|
ASFLAGS="-DENABLE_PIC=1 -DPIC=1" FFMPEG_PREFIX=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
|
607
|
--extra-cflags="-fPIE" \
|
608
|
--disable-examples \
|
609
|
--disable-docs \
|
610
|
--disable-unit-tests \
|
611
|
|
612
|
cd /tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4 && \
|
613
|
CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
|
614
|
--libdir=/ffmpeg/lib
|
615
|
cd /tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1 && CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
|
616
|
--disable-doc \
|
617
|
--disable-extra-programs
|
618
|
Unknown option --disable-shared, ignored
|
619
|
-- cmake version 3.16.3
|
620
|
disabling shared
|
621
|
disabling examples
|
622
|
disabling docs
|
623
|
disabling unit_tests
|
624
|
enabling vp8_encoder
|
625
|
enabling vp8_decoder
|
626
|
enabling vp9_encoder
|
627
|
enabling vp9_decoder
|
628
|
Configuring for target 'x86_64-linux-gcc'
|
629
|
enabling x86_64
|
630
|
enabling runtime_cpu_detect
|
631
|
enabling mmx
|
632
|
-- The C compiler identification is GNU 9.3.0
|
633
|
enabling sse
|
634
|
enabling sse2
|
635
|
enabling sse3
|
636
|
enabling ssse3
|
637
|
enabling sse4_1
|
638
|
checking build system type... checking whether make supports nested variables... -- The CXX compiler identification is GNU 9.3.0
|
639
|
enabling avx
|
640
|
yes
|
641
|
checking for a BSD-compatible install... -- Check for working C compiler: /usr/bin/cc
|
642
|
/usr/bin/install -c
|
643
|
checking whether build environment is sane... yes
|
644
|
enabling avx2
|
645
|
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
|
646
|
checking for gawk... gawk
|
647
|
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
|
648
|
checking host system type... x86_64-pc-linux-gnu
|
649
|
checking how to print strings... enabling avx512
|
650
|
yes
|
651
|
checking whether to enable maintainer-specific portions of Makefiles... yes
|
652
|
checking build system type... printf
|
653
|
checking for gcc... gcc -fPIE
|
654
|
-- Check for working C compiler: /usr/bin/cc -- works
|
655
|
-- Detecting C compiler ABI info
|
656
|
checking whether the C compiler works... x86_64-pc-linux-gnu
|
657
|
checking host system type... x86_64-pc-linux-gnu
|
658
|
checking how to print strings... yes
|
659
|
checking for C compiler default output file name... a.out
|
660
|
checking for suffix of executables... printf
|
661
|
checking for style of include used by make... GNU
|
662
|
checking for gcc... gcc -fPIE
|
663
|
-- Detecting C compiler ABI info - done
|
664
|
|
665
|
checking whether we are cross compiling... checking whether the C compiler works... -- Detecting C compile features
|
666
|
-- Detecting C compile features - done
|
667
|
-- Check for working CXX compiler: /usr/bin/c++
|
668
|
yes
|
669
|
checking for C compiler default output file name... a.out
|
670
|
checking for suffix of executables... no
|
671
|
checking for suffix of object files... o
|
672
|
checking whether we are using the GNU C compiler... using yasm
|
673
|
|
674
|
checking whether we are cross compiling... yes
|
675
|
checking whether gcc -fPIE accepts -g... yes
|
676
|
checking for gcc -fPIE option to accept ISO C89... -- Check for working CXX compiler: /usr/bin/c++ -- works
|
677
|
-- Detecting CXX compiler ABI info
|
678
|
no
|
679
|
checking for suffix of object files... o
|
680
|
checking whether we are using the GNU C compiler... none needed
|
681
|
checking whether gcc -fPIE understands -c and -o together... yes
|
682
|
checking whether gcc -fPIE accepts -g... yes
|
683
|
checking for gcc -fPIE option to accept ISO C89... yes
|
684
|
checking for a sed that does not truncate output... /usr/bin/sed
|
685
|
checking for grep that handles long lines and -e... /usr/bin/grep
|
686
|
checking for egrep... -- Detecting CXX compiler ABI info - done
|
687
|
/usr/bin/grep -E
|
688
|
checking for fgrep... /usr/bin/grep -F
|
689
|
checking for ld used by gcc -fPIE... none needed
|
690
|
checking whether gcc -fPIE understands -c and -o together... /usr/bin/ld
|
691
|
checking if the linker (/usr/bin/ld) is GNU ld... -- Detecting CXX compile features
|
692
|
-- Detecting CXX compile features - done
|
693
|
yes
|
694
|
checking for BSD- or MS-compatible name lister (nm)... -- Detected x86_64 target processor
|
695
|
/usr/bin/nm -B
|
696
|
checking the name lister (/usr/bin/nm -B) interface... -- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY)
|
697
|
-- Looking for include file inttypes.h
|
698
|
BSD nm
|
699
|
checking whether ln -s works... yes
|
700
|
checking the maximum length of command line arguments... 1572864
|
701
|
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
|
702
|
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
|
703
|
checking for /usr/bin/ld option to reload object files... -r
|
704
|
checking for objdump... yes
|
705
|
objdump
|
706
|
checking how to recognize dependent libraries... checking dependency style of gcc -fPIE... pass_all
|
707
|
checking for dlltool... no
|
708
|
checking how to associate runtime and link libraries... printf %s\n
|
709
|
checking for ar... ar
|
710
|
checking for archiver @FILE support... @
|
711
|
checking for strip... strip
|
712
|
checking for ranlib... ranlib
|
713
|
gcc3
|
714
|
checking for gawk... checking for a sed that does not truncate output... gawk
|
715
|
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... /usr/bin/sed
|
716
|
checking for grep that handles long lines and -e... /usr/bin/grep
|
717
|
checking for egrep... /usr/bin/grep -E
|
718
|
checking for fgrep... /usr/bin/grep -F
|
719
|
checking for ld used by gcc -fPIE... /usr/bin/ld
|
720
|
checking if the linker (/usr/bin/ld) is GNU ld... yes
|
721
|
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
|
722
|
checking the name lister (/usr/bin/nm -B) interface... -- Looking for include file inttypes.h - found
|
723
|
-- Performing Test CC_HAS_NO_STRICT_OVERFLOW
|
724
|
BSD nm
|
725
|
checking whether ln -s works... yes
|
726
|
checking the maximum length of command line arguments... 1572864
|
727
|
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
|
728
|
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
|
729
|
checking for /usr/bin/ld option to reload object files... -r
|
730
|
checking for objdump... objdump
|
731
|
checking how to recognize dependent libraries... pass_all
|
732
|
checking for dlltool... no
|
733
|
checking how to associate runtime and link libraries... printf %s\n
|
734
|
checking for ar... ar
|
735
|
checking for archiver @FILE support... ok
|
736
|
checking for sysroot... no
|
737
|
checking for a working dd... /usr/bin/dd
|
738
|
checking how to truncate binary pipes... @
|
739
|
/usr/bin/dd bs=4096 count=1
|
740
|
checking for strip... strip
|
741
|
checking for ranlib... ranlib
|
742
|
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... checking for mt... mt
|
743
|
checking if mt is a manifest tool... no
|
744
|
checking how to run the C preprocessor... -- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success
|
745
|
-- Performing Test CC_HAS_NO_NARROWING
|
746
|
gcc -fPIE -E
|
747
|
checking for ANSI C header files... ok
|
748
|
checking for sysroot... no
|
749
|
checking for a working dd... /usr/bin/dd
|
750
|
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
|
751
|
platform: X86_64
|
752
|
byte order: little-endian
|
753
|
system: LINUX
|
754
|
cli: no
|
755
|
libx264: internal
|
756
|
shared: no
|
757
|
static: yes
|
758
|
asm: yes
|
759
|
interlaced: yes
|
760
|
avs: no
|
761
|
lavf: no
|
762
|
ffms: no
|
763
|
mp4: no
|
764
|
gpl: yes
|
765
|
thread: posix
|
766
|
opencl: yes
|
767
|
filters: crop select_every
|
768
|
lto: no
|
769
|
debug: no
|
770
|
gprof: no
|
771
|
strip: no
|
772
|
PIC: no
|
773
|
bit depth: all
|
774
|
chroma format: all
|
775
|
|
776
|
You can run 'make' or 'make fprofiled' now.
|
777
|
checking for mt... mt
|
778
|
checking if mt is a manifest tool... DESTDIR=/tmp/tvheadend/build.linux/ffmpeg/build \
|
779
|
make -C /tmp/tvheadend/build.linux/ffmpeg/x264-snapshot-20191216-2245 install
|
780
|
make[4]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x264-snapshot-20191216-2245'
|
781
|
no
|
782
|
cat common/opencl/x264-cl.h common/opencl/motionsearch.cl common/opencl/bidir.cl common/opencl/subpel.cl common/opencl/intra.cl common/opencl/weightp.cl common/opencl/downscale.cl | ./tools/cltostr.sh common/oclobj.h
|
783
|
checking how to run the C preprocessor... install -d /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig
|
784
|
dependency file generation...
|
785
|
install -m 644 ./x264.h x264_config.h /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include
|
786
|
install -m 644 x264.pc /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig
|
787
|
gcc -fPIE -E
|
788
|
-- Performing Test CC_HAS_NO_NARROWING - Success
|
789
|
-- Performing Test CC_HAS_NO_ARRAY_BOUNDS
|
790
|
checking for ANSI C header files... yes
|
791
|
checking for sys/types.h... yes
|
792
|
checking for sys/stat.h... -- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success
|
793
|
yes
|
794
|
-- Performing Test CC_HAS_FAST_MATH
|
795
|
checking for stdlib.h... yes
|
796
|
checking for sys/types.h... yes
|
797
|
checking for string.h... yes
|
798
|
checking for sys/stat.h... yes
|
799
|
checking for memory.h... -- Performing Test CC_HAS_FAST_MATH - Success
|
800
|
yes
|
801
|
-- Performing Test CC_HAS_STACK_REALIGN
|
802
|
checking for stdlib.h... yes
|
803
|
checking for strings.h... yes
|
804
|
checking for string.h... yes
|
805
|
checking for inttypes.h... enabling postproc
|
806
|
yes
|
807
|
checking for memory.h... yes
|
808
|
enabling webm_io
|
809
|
checking for stdint.h... -- Performing Test CC_HAS_STACK_REALIGN - Success
|
810
|
-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG
|
811
|
enabling libyuv
|
812
|
yes
|
813
|
checking for strings.h... yes
|
814
|
checking for unistd.h... yes
|
815
|
checking for inttypes.h... yes
|
816
|
checking for dlfcn.h... yes
|
817
|
checking for stdint.h... -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success
|
818
|
yes
|
819
|
-- Found nasm: /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm (found version "2.14.02")
|
820
|
-- Found Nasm 2.14.02 to build assembly primitives
|
821
|
checking for objdir... yes
|
822
|
.libs
|
823
|
-- x265 version 3.2
|
824
|
checking for unistd.h... -- The ASM_NASM compiler identification is NASM
|
825
|
-- Found assembler: /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm
|
826
|
yes
|
827
|
-- Looking for strtok_r
|
828
|
checking for dlfcn.h... checking if gcc -fPIE supports -fno-rtti -fno-exceptions... yes
|
829
|
checking for objdir... no
|
830
|
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
|
831
|
checking if gcc -fPIE PIC flag -fPIC -DPIC works... .libs
|
832
|
yes
|
833
|
checking if gcc -fPIE static flag -static works... -- Looking for strtok_r - found
|
834
|
-- Looking for include file getopt.h
|
835
|
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
|
836
|
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
|
837
|
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
|
838
|
checking if gcc -fPIE supports -c -o file.o... yes
|
839
|
checking if gcc -fPIE static flag -static works... yes
|
840
|
checking if gcc -fPIE supports -c -o file.o... (cached) yes
|
841
|
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... Creating makefiles for x86_64-linux-gcc libs
|
842
|
-- Looking for include file getopt.h - found
|
843
|
-- Configuring done
|
844
|
yes
|
845
|
checking dynamic linker characteristics... -- Generating done
|
846
|
-- Build files have been written to: /tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux
|
847
|
DESTDIR=/tmp/tvheadend/build.linux/ffmpeg/build \
|
848
|
make -C /tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux install
|
849
|
make[4]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
850
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
851
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
852
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
853
|
yes
|
854
|
checking if gcc -fPIE supports -c -o file.o... Creating makefiles for x86_64-linux-gcc tools
|
855
|
GNU/Linux ld.so
|
856
|
checking how to hardcode library paths into programs... immediate
|
857
|
checking whether stripping libraries is possible... yes
|
858
|
checking if libtool supports shared libraries... yes
|
859
|
checking whether to build shared libraries... no
|
860
|
checking whether to build static libraries... yes
|
861
|
checking for a BSD-compatible install... /usr/bin/install -c
|
862
|
checking whether build environment is sane... yes
|
863
|
Scanning dependencies of target common
|
864
|
Scanning dependencies of target encoder
|
865
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
866
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
867
|
checking for a thread-safe mkdir -p... yes
|
868
|
checking if gcc -fPIE supports -c -o file.o... (cached) yes
|
869
|
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
870
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
871
|
/usr/bin/mkdir -p
|
872
|
checking whether make sets $(MAKE)... [ 1%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-a.asm.o
|
873
|
[ 2%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/cpu-a.asm.o
|
874
|
[ 3%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/const-a.asm.o
|
875
|
[ 4%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o
|
876
|
yes
|
877
|
checking dynamic linker characteristics... yes
|
878
|
checking whether make supports the include directive... yes (GNU style)
|
879
|
checking whether make supports nested variables... yes
|
880
|
DIST_DIR=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg \
|
881
|
make -C /tmp/tvheadend/build.linux/ffmpeg/libvpx-1.8.2 install
|
882
|
checking dependency style of gcc -fPIE... make[4]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvpx-1.8.2'
|
883
|
GNU/Linux ld.so
|
884
|
checking how to hardcode library paths into programs... immediate
|
885
|
checking whether stripping libraries is possible... [CREATE] vpx_scale_rtcd.h
|
886
|
yes
|
887
|
checking if libtool supports shared libraries... yes
|
888
|
checking whether to build shared libraries... no
|
889
|
checking whether to build static libraries... yes
|
890
|
checking for gcc -fPIE option to accept ISO C99... gcc3
|
891
|
[CREATE] vpx_dsp_rtcd.h
|
892
|
checking whether to enable maintainer-specific portions of Makefiles... yes
|
893
|
checking for gcc... (cached) gcc -fPIE
|
894
|
[ 6%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ssd-a.asm.o
|
895
|
[ 7%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a.asm.o
|
896
|
none needed
|
897
|
checking for an ANSI C-conforming const... checking whether we are using the GNU C compiler... (cached) yes
|
898
|
checking whether gcc -fPIE accepts -g... (cached) yes
|
899
|
checking for gcc -fPIE option to accept ISO C89... (cached) none needed
|
900
|
checking whether gcc -fPIE understands -c and -o together... (cached) yes
|
901
|
checking for ANSI C header files... (cached) yes
|
902
|
checking for inttypes.h... (cached) yes
|
903
|
checking for stdint.h... (cached) yes
|
904
|
checking for sys/types.h... (cached) yes
|
905
|
checking for an ANSI C-conforming const... yes
|
906
|
checking size of int16_t... yes
|
907
|
checking for inline... inline
|
908
|
checking dependency style of gcc -fPIE... 2
|
909
|
checking size of uint16_t... gcc3
|
910
|
checking for C/C++ restrict keyword... [CREATE] vp8_rtcd.h
|
911
|
[CREATE] vp9_rtcd.h
|
912
|
__restrict
|
913
|
checking for C99 variable-size arrays... [DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d
|
914
|
2
|
915
|
checking size of u_int16_t... yes
|
916
|
checking for cos in -lm... [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
|
917
|
[DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d
|
918
|
yes
|
919
|
checking if compiler supports SSE intrinsics... [DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d
|
920
|
2
|
921
|
checking size of int32_t... [DEP] vp8/common/x86/mfqe_sse2.asm.d
|
922
|
[DEP] vp8/common/x86/subpixel_ssse3.asm.d
|
923
|
yes
|
924
|
checking if compiler supports SSE2 intrinsics... [DEP] vp8/common/x86/iwalsh_sse2.asm.d
|
925
|
[DEP] vp8/common/x86/loopfilter_sse2.asm.d
|
926
|
4
|
927
|
checking size of uint32_t... [DEP] vp8/common/x86/subpixel_sse2.asm.d
|
928
|
[DEP] vp8/common/x86/recon_sse2.asm.d
|
929
|
yes
|
930
|
[DEP] vp8/common/x86/idctllm_sse2.asm.d
|
931
|
checking if compiler supports SSE4.1 intrinsics... [DEP] vp8/common/x86/subpixel_mmx.asm.d
|
932
|
4
|
933
|
checking size of u_int32_t... [DEP] vp8/common/x86/recon_mmx.asm.d
|
934
|
no
|
935
|
checking if compiler supports SSE4.1 intrinsics with -msse4.1... [DEP] vp8/common/x86/idctllm_mmx.asm.d
|
936
|
[DEP] vp8/common/x86/dequantize_mmx.asm.d
|
937
|
4
|
938
|
[DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d
|
939
|
checking size of int64_t... yes
|
940
|
[DEP] vp8/encoder/x86/block_error_sse2.asm.d
|
941
|
checking if compiler supports AVX intrinsics... [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d
|
942
|
[DEP] vp8/encoder/x86/dct_sse2.asm.d
|
943
|
[DEP] vp8/encoder/x86/copy_sse3.asm.d
|
944
|
8
|
945
|
checking size of uint64_t... [DEP] vp8/encoder/x86/copy_sse2.asm.d
|
946
|
[DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d
|
947
|
[DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d
|
948
|
8
|
949
|
checking size of short... [DEP] vpx_dsp/x86/subtract_sse2.asm.d
|
950
|
[DEP] vpx_dsp/x86/sad_sse2.asm.d
|
951
|
[DEP] vpx_dsp/x86/sad4d_sse2.asm.d
|
952
|
[DEP] vpx_dsp/x86/sad_sse4.asm.d
|
953
|
[DEP] vpx_dsp/x86/sad_ssse3.asm.d
|
954
|
[DEP] vpx_dsp/x86/sad_sse3.asm.d
|
955
|
2
|
956
|
checking size of int... [DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d
|
957
|
no
|
958
|
checking if compiler supports AVX intrinsics with -mavx... [DEP] vpx_dsp/x86/inv_wht_sse2.asm.d
|
959
|
[DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d
|
960
|
4
|
961
|
checking size of long... [DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d
|
962
|
[DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d
|
963
|
[DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d
|
964
|
[DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d
|
965
|
[DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d
|
966
|
[DEP] vpx_dsp/x86/deblock_sse2.asm.d
|
967
|
8
|
968
|
checking size of long long... [DEP] vpx_dsp/x86/add_noise_sse2.asm.d
|
969
|
[DEP] vpx_dsp/x86/intrapred_ssse3.asm.d
|
970
|
[DEP] vpx_dsp/x86/intrapred_sse2.asm.d
|
971
|
8
|
972
|
checking for working memcmp... [DEP] vpx_ports/emms_mmx.asm.d
|
973
|
[DEP] vpx_config.c.d
|
974
|
yes
|
975
|
checking How to get X86 CPU Info... [DEP] vp9/decoder/vp9_job_queue.c.d
|
976
|
[DEP] vp9/decoder/vp9_dsubexp.c.d
|
977
|
[DEP] vp9/decoder/vp9_decoder.c.d
|
978
|
Inline Assembly
|
979
|
checking if gcc -fPIE supports -fvisibility=hidden... yes
|
980
|
yes
|
981
|
checking if gcc -fPIE supports -fstack-protector-strong... [DEP] vp9/decoder/vp9_detokenize.c.d
|
982
|
checking that generated files are newer than configure... [DEP] vp9/decoder/vp9_decodeframe.c.d
|
983
|
yes
|
984
|
checking whether to add -D_FORTIFY_SOURCE=2 to CFLAGS... [DEP] vp9/decoder/vp9_decodemv.c.d
|
985
|
no
|
986
|
checking if gcc -fPIE supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes... [DEP] vp9/vp9_dx_iface.c.d
|
987
|
done
|
988
|
configure: creating ./config.status
|
989
|
yes
|
990
|
checking for lrintf... [DEP] vp9/common/x86/vp9_idct_intrin_sse2.c.d
|
991
|
[DEP] vp9/common/vp9_scan.c.d
|
992
|
[DEP] vp9/common/vp9_common_data.c.d
|
993
|
[DEP] vp9/common/vp9_reconintra.c.d
|
994
|
[DEP] vp9/common/vp9_reconinter.c.d
|
995
|
yes
|
996
|
checking for lrint... [DEP] vp9/common/vp9_quant_common.c.d
|
997
|
[DEP] vp9/common/vp9_mvref_common.c.d
|
998
|
yes
|
999
|
checking for __malloc_hook... [DEP] vp9/common/vp9_thread_common.c.d
|
1000
|
[DEP] vp9/common/vp9_loopfilter.c.d
|
1001
|
yes
|
1002
|
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 -c common/osdep.c -o common/osdep.o
|
1003
|
[DEP] vp9/common/vp9_tile_common.c.d
|
1004
|
[DEP] vp9/common/vp9_seg_common.c.d
|
1005
|
checking that generated files are newer than configure... done
|
1006
|
configure: creating ./config.status
|
1007
|
[DEP] vp9/common/vp9_scale.c.d
|
1008
|
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 -c common/base.c -o common/base.o
|
1009
|
[DEP] vp9/common/vp9_rtcd.c.d
|
1010
|
[DEP] vp9/common/vp9_pred_common.c.d
|
1011
|
[DEP] vp9/common/vp9_filter.c.d
|
1012
|
[DEP] vp9/common/vp9_idct.c.d
|
1013
|
[DEP] vp9/common/vp9_frame_buffers.c.d
|
1014
|
[DEP] vp9/common/vp9_entropymv.c.d
|
1015
|
[DEP] vp9/common/vp9_entropymode.c.d
|
1016
|
[DEP] vp9/common/vp9_entropy.c.d
|
1017
|
[DEP] vp9/common/vp9_blockd.c.d
|
1018
|
[DEP] vp9/common/vp9_alloccommon.c.d
|
1019
|
[DEP] vp9/vp9_iface_common.c.d
|
1020
|
[DEP] vp9/encoder/x86/vp9_error_avx2.c.d
|
1021
|
[DEP] vp9/encoder/x86/vp9_frame_scale_ssse3.c.d
|
1022
|
[DEP] vp9/encoder/x86/vp9_dct_intrin_sse2.c.d
|
1023
|
[DEP] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.d
|
1024
|
[DEP] vp9/encoder/x86/vp9_quantize_avx2.c.d
|
1025
|
[DEP] vp9/encoder/x86/vp9_quantize_sse2.c.d
|
1026
|
[DEP] vp9/encoder/x86/temporal_filter_sse4.c.d
|
1027
|
[DEP] vp9/encoder/vp9_mbgraph.c.d
|
1028
|
config.status: creating Makefile
|
1029
|
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 -c common/cpu.c -o common/cpu.o
|
1030
|
config.status: creating src/Makefile
|
1031
|
[DEP] vp9/encoder/vp9_temporal_filter.c.d
|
1032
|
config.status: creating doc/Makefile
|
1033
|
config.status: creating doc/libogg/Makefile
|
1034
|
[DEP] vp9/encoder/vp9_noise_estimate.c.d
|
1035
|
config.status: creating include/Makefile
|
1036
|
[DEP] vp9/encoder/vp9_skin_detection.c.d
|
1037
|
config.status: creating include/ogg/Makefile
|
1038
|
[DEP] vp9/encoder/vp9_alt_ref_aq.c.d
|
1039
|
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 -c common/tables.c -o common/tables.o
|
1040
|
config.status: creating include/ogg/config_types.h
|
1041
|
[DEP] vp9/encoder/vp9_aq_complexity.c.d
|
1042
|
config.status: creating libogg.spec
|
1043
|
config.status: creating ogg.pc
|
1044
|
[DEP] vp9/encoder/vp9_aq_cyclicrefresh.c.d
|
1045
|
config.status: creating ogg-uninstalled.pc
|
1046
|
config.status: creating Makefile
|
1047
|
[DEP] vp9/encoder/vp9_aq_360.c.d
|
1048
|
config.status: creating config.h
|
1049
|
config.status: creating opus.pc
|
1050
|
config.status: executing libtool commands
|
1051
|
[DEP] vp9/encoder/vp9_aq_variance.c.d
|
1052
|
config.status: creating opus-uninstalled.pc
|
1053
|
config.status: executing depfiles commands
|
1054
|
config.status: creating celt/arm/armopts.s
|
1055
|
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 -c encoder/api.c -o encoder/api.o
|
1056
|
[DEP] vp9/encoder/vp9_treewriter.c.d
|
1057
|
[DEP] vp9/encoder/vp9_tokenize.c.d
|
1058
|
config.status: creating doc/Makefile
|
1059
|
config.status: creating doc/Doxyfile
|
1060
|
[DEP] vp9/encoder/vp9_resize.c.d
|
1061
|
config.status: creating config.h
|
1062
|
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 -c common/mc.c -o common/mc-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1063
|
[DEP] vp9/encoder/vp9_svc_layercontext.c.d
|
1064
|
config.status: executing depfiles commands
|
1065
|
DESTDIR=/tmp/tvheadend/build.linux/ffmpeg/build \
|
1066
|
make -C /tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4 install
|
1067
|
[DEP] vp9/encoder/vp9_subexp.c.d
|
1068
|
make[4]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
|
1069
|
Making install in src
|
1070
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
|
1071
|
gcc -fPIE -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/opt/media//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
|
1072
|
[DEP] vp9/encoder/vp9_speed_features.c.d
|
1073
|
[DEP] vp9/encoder/vp9_segmentation.c.d
|
1074
|
[DEP] vp9/encoder/vp9_pickmode.c.d
|
1075
|
[DEP] vp9/encoder/vp9_rdopt.c.d
|
1076
|
[DEP] vp9/encoder/vp9_rd.c.d
|
1077
|
[DEP] vp9/encoder/vp9_ratectrl.c.d
|
1078
|
[DEP] vp9/encoder/vp9_quantize.c.d
|
1079
|
[DEP] vp9/encoder/vp9_picklpf.c.d
|
1080
|
[ 8%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o
|
1081
|
[DEP] vp9/encoder/vp9_encoder.c.d
|
1082
|
[DEP] vp9/encoder/vp9_mcomp.c.d
|
1083
|
[DEP] vp9/encoder/vp9_multi_thread.c.d
|
1084
|
[DEP] vp9/encoder/vp9_lookahead.c.d
|
1085
|
[DEP] vp9/encoder/vp9_frame_scale.c.d
|
1086
|
[DEP] vp9/encoder/vp9_firstpass.c.d
|
1087
|
config.status: executing libtool commands
|
1088
|
[DEP] vp9/encoder/vp9_extend.c.d
|
1089
|
configure:
|
1090
|
------------------------------------------------------------------------
|
1091
|
opus 1.3.1: Automatic configuration OK.
|
1092
|
|
1093
|
Compiler support:
|
1094
|
|
1095
|
C99 var arrays: ................ yes
|
1096
|
C99 lrintf: .................... yes
|
1097
|
Use alloca: .................... no (using var arrays)
|
1098
|
|
1099
|
General configuration:
|
1100
|
|
1101
|
Floating point support: ........ yes
|
1102
|
Fast float approximations: ..... no
|
1103
|
Fixed point debugging: ......... no
|
1104
|
Inline Assembly Optimizations: . No inline ASM for your platform, please send patches
|
1105
|
External Assembly Optimizations:
|
1106
|
Intrinsics Optimizations: ...... x86 SSE SSE2 SSE4.1 AVX
|
1107
|
Run-time CPU detection: ........ x86 SSE4.1 AVX
|
1108
|
Custom modes: .................. no
|
1109
|
Assertion checking: ............ no
|
1110
|
Hardening: ..................... yes
|
1111
|
Fuzzing: ....................... no
|
1112
|
Check ASM: ..................... no
|
1113
|
|
1114
|
API documentation: ............. no
|
1115
|
Extra programs: ................ no
|
1116
|
------------------------------------------------------------------------
|
1117
|
|
1118
|
Type "make; make install" to compile and install
|
1119
|
Type "make check" to run the test suite
|
1120
|
|
1121
|
[DEP] vp9/encoder/vp9_ethread.c.d
|
1122
|
[DEP] vp9/encoder/vp9_encodemv.c.d
|
1123
|
[DEP] vp9/encoder/vp9_encodemb.c.d
|
1124
|
DESTDIR=/tmp/tvheadend/build.linux/ffmpeg/build \
|
1125
|
make -C /tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1 install
|
1126
|
make[4]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1'
|
1127
|
make install-recursive
|
1128
|
[DEP] vp9/encoder/vp9_encodeframe.c.d
|
1129
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1'
|
1130
|
[DEP] vp9/encoder/vp9_dct.c.d
|
1131
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1'
|
1132
|
[DEP] vp9/encoder/vp9_cost.c.d
|
1133
|
[DEP] vp9/encoder/vp9_context_tree.c.d
|
1134
|
[DEP] vp9/encoder/vp9_bitstream.c.d
|
1135
|
mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
|
1136
|
[DEP] vp9/vp9_cx_iface.c.d
|
1137
|
gcc -fPIE -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/opt/media//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
|
1138
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
|
1139
|
make[7]: Nothing to be done for 'all'.
|
1140
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
|
1141
|
[DEP] vp8/decoder/threading.c.d
|
1142
|
CC celt/bands.lo
|
1143
|
[DEP] vp8/decoder/onyxd_if.c.d
|
1144
|
[DEP] vp8/decoder/detokenize.c.d
|
1145
|
[DEP] vp8/decoder/decodeframe.c.d
|
1146
|
[DEP] vp8/decoder/decodemv.c.d
|
1147
|
[DEP] vp8/decoder/dboolhuff.c.d
|
1148
|
[DEP] vp8/vp8_dx_iface.c.d
|
1149
|
[DEP] vp8/common/x86/bilinear_filter_sse2.c.d
|
1150
|
[DEP] vp8/common/x86/idct_blk_sse2.c.d
|
1151
|
[DEP] vp8/common/x86/idct_blk_mmx.c.d
|
1152
|
[DEP] vp8/common/postproc.c.d
|
1153
|
[ 9%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a2.asm.o
|
1154
|
[DEP] vp8/common/mfqe.c.d
|
1155
|
[DEP] vp8/common/x86/loopfilter_x86.c.d
|
1156
|
[DEP] vp8/common/x86/vp8_asm_stubs.c.d
|
1157
|
[DEP] vp8/common/treecoder.c.d
|
1158
|
[DEP] vp8/common/swapyv12buffer.c.d
|
1159
|
[DEP] vp8/common/setupintrarecon.c.d
|
1160
|
[DEP] vp8/common/reconintra4x4.c.d
|
1161
|
[DEP] vp8/common/reconintra.c.d
|
1162
|
[DEP] vp8/common/reconinter.c.d
|
1163
|
[DEP] vp8/common/quant_common.c.d
|
1164
|
[DEP] vp8/common/modecont.c.d
|
1165
|
[DEP] vp8/common/mbpitch.c.d
|
1166
|
[DEP] vp8/common/loopfilter_filters.c.d
|
1167
|
[DEP] vp8/common/vp8_loopfilter.c.d
|
1168
|
[DEP] vp8/common/rtcd.c.d
|
1169
|
[DEP] vp8/common/idctllm.c.d
|
1170
|
[DEP] vp8/common/idct_blk.c.d
|
1171
|
[DEP] vp8/common/generic/systemdependent.c.d
|
1172
|
[DEP] vp8/common/findnearmv.c.d
|
1173
|
[DEP] vp8/common/filter.c.d
|
1174
|
[DEP] vp8/common/extend.c.d
|
1175
|
[DEP] vp8/common/entropymv.c.d
|
1176
|
mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
|
1177
|
/bin/bash ../libtool --tag=CC --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/opt/media//include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c
|
1178
|
[DEP] vp8/common/entropymode.c.d
|
1179
|
[DEP] vp8/common/entropy.c.d
|
1180
|
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 -c common/predict.c -o common/predict-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1181
|
[DEP] vp8/common/dequantize.c.d
|
1182
|
[DEP] vp8/common/blockd.c.d
|
1183
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/opt/media//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
|
1184
|
[DEP] vp8/common/alloccommon.c.d
|
1185
|
[DEP] vp8/encoder/x86/vp8_enc_stubs_sse2.c.d
|
1186
|
CC celt/celt.lo
|
1187
|
[DEP] vp8/encoder/x86/denoising_sse2.c.d
|
1188
|
[DEP] vp8/encoder/x86/quantize_sse4.c.d
|
1189
|
[DEP] vp8/encoder/x86/vp8_quantize_ssse3.c.d
|
1190
|
[ 10%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-util8.asm.o
|
1191
|
[DEP] vp8/encoder/x86/vp8_quantize_sse2.c.d
|
1192
|
[DEP] vp8/encoder/temporal_filter.c.d
|
1193
|
CC celt/celt_encoder.lo
|
1194
|
[DEP] vp8/encoder/treewriter.c.d
|
1195
|
[DEP] vp8/encoder/tokenize.c.d
|
1196
|
[DEP] vp8/common/vp8_skin_detection.c.d
|
1197
|
[DEP] vp8/encoder/segmentation.c.d
|
1198
|
[DEP] vp8/encoder/rdopt.c.d
|
1199
|
mv -f .deps/framing.Tpo .deps/framing.Plo
|
1200
|
/bin/bash ../libtool --tag=CC --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/opt/media//include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c
|
1201
|
[DEP] vp8/encoder/ratectrl.c.d
|
1202
|
[DEP] vp8/encoder/vp8_quantize.c.d
|
1203
|
[DEP] vp8/encoder/picklpf.c.d
|
1204
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/opt/media//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
|
1205
|
[DEP] vp8/encoder/pickinter.c.d
|
1206
|
[DEP] vp8/encoder/onyx_if.c.d
|
1207
|
[DEP] vp8/encoder/modecosts.c.d
|
1208
|
[DEP] vp8/encoder/mcomp.c.d
|
1209
|
[DEP] vp8/encoder/lookahead.c.d
|
1210
|
[DEP] vp8/encoder/denoising.c.d
|
1211
|
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 -c common/pixel.c -o common/pixel-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1212
|
[DEP] vp8/encoder/firstpass.c.d
|
1213
|
[DEP] vp8/encoder/ethreading.c.d
|
1214
|
[DEP] vp8/encoder/encodemv.c.d
|
1215
|
mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
|
1216
|
/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
|
1217
|
[DEP] vp8/encoder/encodemb.c.d
|
1218
|
[DEP] vp8/encoder/encodeintra.c.d
|
1219
|
[DEP] vp8/encoder/encodeframe.c.d
|
1220
|
[DEP] vp8/encoder/dct.c.d
|
1221
|
libtool: link: gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
|
1222
|
[DEP] vp8/encoder/copy_c.c.d
|
1223
|
[DEP] vp8/encoder/boolhuff.c.d
|
1224
|
/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
|
1225
|
[DEP] vp8/encoder/bitstream.c.d
|
1226
|
[DEP] vp8/vp8_cx_iface.c.d
|
1227
|
libtool: link: gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
|
1228
|
[DEP] vpx_util/vpx_write_yuv_frame.c.d
|
1229
|
[DEP] vpx_util/vpx_thread.c.d
|
1230
|
/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
|
1231
|
[DEP] vpx_dsp/vpx_dsp_rtcd.c.d
|
1232
|
[DEP] vpx_dsp/x86/variance_avx2.c.d
|
1233
|
[DEP] vpx_dsp/x86/variance_sse2.c.d
|
1234
|
libtool: link: ar cru .libs/libogg.a framing.o bitwise.o
|
1235
|
libtool: link: ranlib .libs/libogg.a
|
1236
|
[DEP] vpx_dsp/x86/avg_pred_sse2.c.d
|
1237
|
libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
|
1238
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
|
1239
|
make[6]: Nothing to be done for 'install-data-am'.
|
1240
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
|
1241
|
/bin/bash ../libtool --mode=install /usr/bin/install -c libogg.la '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
|
1242
|
[DEP] vpx_dsp/variance.c.d
|
1243
|
[DEP] vpx_dsp/x86/sad4d_avx512.c.d
|
1244
|
libtool: install: /usr/bin/install -c .libs/libogg.lai /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.la
|
1245
|
libtool: install: /usr/bin/install -c .libs/libogg.a /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a
|
1246
|
libtool: install: chmod 644 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a
|
1247
|
libtool: install: ranlib /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a
|
1248
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
|
1249
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/src'
|
1250
|
Making install in include
|
1251
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
|
1252
|
Making install in ogg
|
1253
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
|
1254
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
|
1255
|
make[7]: Nothing to be done for 'install-exec-am'.
|
1256
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
|
1257
|
/usr/bin/install -c -m 644 config_types.h '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
|
1258
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
|
1259
|
/usr/bin/install -c -m 644 ogg.h os_types.h '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'
|
1260
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
|
1261
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include/ogg'
|
1262
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
|
1263
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
|
1264
|
make[7]: Nothing to be done for 'install-exec-am'.
|
1265
|
make[7]: Nothing to be done for 'install-data-am'.
|
1266
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
|
1267
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
|
1268
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/include'
|
1269
|
Making install in doc
|
1270
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
|
1271
|
[DEP] vpx_dsp/x86/sad_avx2.c.d
|
1272
|
Making install in libogg
|
1273
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
|
1274
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
|
1275
|
make[7]: Nothing to be done for 'install-exec-am'.
|
1276
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'
|
1277
|
/usr/bin/install -c -m 644 bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_iovec_t.html ogg_packet.html ogg_packet_clear.html ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_check.html ogg_stream_clear.html ogg_stream_destroy.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_flush_fill.html ogg_stream_init.html ogg_stream_iovecin.html ogg_stream_packetin.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/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'
|
1278
|
/usr/bin/install -c -m 644 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writealign.html oggpack_writecheck.html oggpack_writeclear.html oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html overview.html reference.html style.css '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'
|
1279
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
|
1280
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc/libogg'
|
1281
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
|
1282
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
|
1283
|
make[7]: Nothing to be done for 'install-exec-am'.
|
1284
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg'
|
1285
|
/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/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg'
|
1286
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
|
1287
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
|
1288
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4/doc'
|
1289
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
|
1290
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
|
1291
|
make[6]: Nothing to be done for 'install-exec-am'.
|
1292
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
|
1293
|
/usr/bin/install -c -m 644 ogg.m4 '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
|
1294
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
|
1295
|
/usr/bin/install -c -m 644 ogg.pc '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
|
1296
|
[DEP] vpx_dsp/x86/sad4d_avx2.c.d
|
1297
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
|
1298
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
|
1299
|
make[4]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libogg-1.3.4'
|
1300
|
[DEP] vpx_dsp/x86/sum_squares_sse2.c.d
|
1301
|
[ 12%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/blockcopy8.asm.o
|
1302
|
[DEP] vpx_dsp/sum_squares.c.d
|
1303
|
[DEP] vpx_dsp/subtract.c.d
|
1304
|
[DEP] vpx_dsp/sad.c.d
|
1305
|
[DEP] vpx_dsp/skin_detection.c.d
|
1306
|
[DEP] vpx_dsp/x86/avg_intrin_avx2.c.d
|
1307
|
[DEP] vpx_dsp/x86/avg_intrin_sse2.c.d
|
1308
|
[DEP] vpx_dsp/avg.c.d
|
1309
|
[DEP] vpx_dsp/x86/quantize_avx.c.d
|
1310
|
[DEP] vpx_dsp/x86/quantize_ssse3.c.d
|
1311
|
[DEP] vpx_dsp/x86/quantize_sse2.c.d
|
1312
|
[DEP] vpx_dsp/quantize.c.d
|
1313
|
[DEP] vpx_dsp/x86/inv_txfm_ssse3.c.d
|
1314
|
[DEP] vpx_dsp/x86/inv_txfm_sse2.c.d
|
1315
|
[ 13%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o
|
1316
|
[DEP] vpx_dsp/inv_txfm.c.d
|
1317
|
[DEP] vpx_dsp/x86/fwd_txfm_avx2.c.d
|
1318
|
[DEP] vpx_dsp/x86/fwd_txfm_sse2.c.d
|
1319
|
[DEP] vpx_dsp/fwd_txfm.c.d
|
1320
|
[DEP] vpx_dsp/x86/loopfilter_avx2.c.d
|
1321
|
[DEP] vpx_dsp/x86/loopfilter_sse2.c.d
|
1322
|
[DEP] vpx_dsp/loopfilter.c.d
|
1323
|
[DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.d
|
1324
|
CC celt/celt_decoder.lo
|
1325
|
[DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.d
|
1326
|
[ 14%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o
|
1327
|
[DEP] vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c.d
|
1328
|
[DEP] vpx_dsp/vpx_convolve.c.d
|
1329
|
[DEP] vpx_dsp/x86/post_proc_sse2.c.d
|
1330
|
[DEP] vpx_dsp/deblock.c.d
|
1331
|
[DEP] vpx_dsp/add_noise.c.d
|
1332
|
[DEP] vpx_dsp/intrapred.c.d
|
1333
|
[DEP] vpx_dsp/bitreader_buffer.c.d
|
1334
|
[DEP] vpx_dsp/bitreader.c.d
|
1335
|
[DEP] vpx_dsp/psnr.c.d
|
1336
|
[DEP] vpx_dsp/bitwriter_buffer.c.d
|
1337
|
[DEP] vpx_dsp/bitwriter.c.d
|
1338
|
[DEP] vpx_dsp/prob.c.d
|
1339
|
[DEP] vpx_scale/vpx_scale_rtcd.c.d
|
1340
|
[DEP] vpx_scale/generic/gen_scalers.c.d
|
1341
|
[DEP] vpx_scale/generic/yv12extend.c.d
|
1342
|
[DEP] vpx_scale/generic/yv12config.c.d
|
1343
|
[DEP] vpx_scale/generic/vpx_scale.c.d
|
1344
|
[DEP] vpx_mem/vpx_mem.c.d
|
1345
|
[DEP] vpx/src/vpx_image.c.d
|
1346
|
[DEP] vpx/src/vpx_codec.c.d
|
1347
|
[DEP] vpx/src/vpx_encoder.c.d
|
1348
|
[DEP] vpx/src/vpx_decoder.c.d
|
1349
|
[CREATE] vpx_config.asm
|
1350
|
[DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d
|
1351
|
CC celt/cwrs.lo
|
1352
|
[DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
|
1353
|
[DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d
|
1354
|
[DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d
|
1355
|
[DEP] vp8/common/x86/mfqe_sse2.asm.d
|
1356
|
[DEP] vp8/common/x86/subpixel_ssse3.asm.d
|
1357
|
[DEP] vp8/common/x86/iwalsh_sse2.asm.d
|
1358
|
[DEP] vp8/common/x86/loopfilter_sse2.asm.d
|
1359
|
[DEP] vp8/common/x86/subpixel_sse2.asm.d
|
1360
|
[DEP] vp8/common/x86/recon_sse2.asm.d
|
1361
|
CC celt/entcode.lo
|
1362
|
[DEP] vp8/common/x86/idctllm_sse2.asm.d
|
1363
|
[DEP] vp8/common/x86/subpixel_mmx.asm.d
|
1364
|
[DEP] vp8/common/x86/recon_mmx.asm.d
|
1365
|
[DEP] vp8/common/x86/idctllm_mmx.asm.d
|
1366
|
CC celt/entdec.lo
|
1367
|
[DEP] vp8/common/x86/dequantize_mmx.asm.d
|
1368
|
[DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d
|
1369
|
[DEP] vp8/encoder/x86/block_error_sse2.asm.d
|
1370
|
[DEP] vp8/encoder/x86/fwalsh_sse2.asm.d
|
1371
|
[DEP] vp8/encoder/x86/dct_sse2.asm.d
|
1372
|
[DEP] vp8/encoder/x86/copy_sse3.asm.d
|
1373
|
[DEP] vp8/encoder/x86/copy_sse2.asm.d
|
1374
|
[DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d
|
1375
|
[DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d
|
1376
|
CC celt/entenc.lo
|
1377
|
[DEP] vpx_dsp/x86/subtract_sse2.asm.d
|
1378
|
[DEP] vpx_dsp/x86/sad_sse2.asm.d
|
1379
|
[DEP] vpx_dsp/x86/sad4d_sse2.asm.d
|
1380
|
[DEP] vpx_dsp/x86/sad_sse4.asm.d
|
1381
|
[DEP] vpx_dsp/x86/sad_ssse3.asm.d
|
1382
|
[DEP] vpx_dsp/x86/sad_sse3.asm.d
|
1383
|
[DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d
|
1384
|
[DEP] vpx_dsp/x86/inv_wht_sse2.asm.d
|
1385
|
[DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d
|
1386
|
[DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d
|
1387
|
[DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d
|
1388
|
[DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d
|
1389
|
[DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d
|
1390
|
[DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d
|
1391
|
CC celt/kiss_fft.lo
|
1392
|
[DEP] vpx_dsp/x86/deblock_sse2.asm.d
|
1393
|
[DEP] vpx_dsp/x86/add_noise_sse2.asm.d
|
1394
|
[DEP] vpx_dsp/x86/intrapred_ssse3.asm.d
|
1395
|
[DEP] vpx_dsp/x86/intrapred_sse2.asm.d
|
1396
|
[DEP] vpx_ports/emms_mmx.asm.d
|
1397
|
[CC] vpx/src/vpx_decoder.c.o
|
1398
|
[CC] vpx/src/vpx_encoder.c.o
|
1399
|
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 -c common/macroblock.c -o common/macroblock-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1400
|
CC celt/laplace.lo
|
1401
|
[CC] vpx/src/vpx_codec.c.o
|
1402
|
[CC] vpx/src/vpx_image.c.o
|
1403
|
CC celt/mathops.lo
|
1404
|
[CC] vpx_mem/vpx_mem.c.o
|
1405
|
CC celt/mdct.lo
|
1406
|
[CC] vpx_scale/generic/vpx_scale.c.o
|
1407
|
[ 15%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o
|
1408
|
[ 17%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixeladd8.asm.o
|
1409
|
CC celt/modes.lo
|
1410
|
[CC] vpx_scale/generic/yv12config.c.o
|
1411
|
[CC] vpx_scale/generic/yv12extend.c.o
|
1412
|
CC celt/pitch.lo
|
1413
|
[CC] vpx_scale/generic/gen_scalers.c.o
|
1414
|
[CC] vpx_scale/vpx_scale_rtcd.c.o
|
1415
|
CC celt/celt_lpc.lo
|
1416
|
[CC] vpx_dsp/prob.c.o
|
1417
|
[CC] vpx_dsp/bitwriter.c.o
|
1418
|
[CC] vpx_dsp/bitwriter_buffer.c.o
|
1419
|
CC celt/quant_bands.lo
|
1420
|
[CC] vpx_dsp/psnr.c.o
|
1421
|
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 -c common/frame.c -o common/frame-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1422
|
[CC] vpx_dsp/bitreader.c.o
|
1423
|
[CC] vpx_dsp/bitreader_buffer.c.o
|
1424
|
[CC] vpx_dsp/intrapred.c.o
|
1425
|
CC celt/rate.lo
|
1426
|
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 -c common/dct.c -o common/dct-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1427
|
CC celt/vq.lo
|
1428
|
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 -c common/cabac.c -o common/cabac-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1429
|
[ 18%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/dct8.asm.o
|
1430
|
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 -c common/common.c -o common/common-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1431
|
CC celt/x86/x86cpu.lo
|
1432
|
CC celt/x86/x86_celt_map.lo
|
1433
|
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 -c common/rectangle.c -o common/rectangle-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1434
|
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 -c common/set.c -o common/set-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1435
|
CC celt/x86/pitch_sse.lo
|
1436
|
CC celt/x86/pitch_sse2.lo
|
1437
|
[CC] vpx_dsp/add_noise.c.o
|
1438
|
[CC] vpx_dsp/deblock.c.o
|
1439
|
CC celt/x86/vq_sse2.lo
|
1440
|
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 -c common/quant.c -o common/quant-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1441
|
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 -c common/deblock.c -o common/deblock-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1442
|
CC celt/x86/celt_lpc_sse4_1.lo
|
1443
|
[CC] vpx_dsp/x86/post_proc_sse2.c.o
|
1444
|
[CC] vpx_dsp/vpx_convolve.c.o
|
1445
|
CC celt/x86/pitch_sse4_1.lo
|
1446
|
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 -c common/vlc.c -o common/vlc-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1447
|
CC silk/CNG.lo
|
1448
|
[ 19%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o
|
1449
|
CC silk/code_signs.lo
|
1450
|
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 -c common/mvpred.c -o common/mvpred-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1451
|
CC silk/init_decoder.lo
|
1452
|
CC silk/decode_core.lo
|
1453
|
[CC] vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c.o
|
1454
|
[CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.o
|
1455
|
[CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.o
|
1456
|
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 -c common/bitstream.c -o common/bitstream-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1457
|
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 -c encoder/analyse.c -o encoder/analyse-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1458
|
CC silk/decode_frame.lo
|
1459
|
CC silk/decode_parameters.lo
|
1460
|
[ 20%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/seaintegral.asm.o
|
1461
|
CC silk/decode_indices.lo
|
1462
|
CC silk/decode_pulses.lo
|
1463
|
[CC] vpx_dsp/loopfilter.c.o
|
1464
|
[CC] vpx_dsp/x86/loopfilter_sse2.c.o
|
1465
|
CC silk/decoder_set_fs.lo
|
1466
|
[ 21%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/sad-a.asm.o
|
1467
|
CC silk/dec_API.lo
|
1468
|
[ 23%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o
|
1469
|
[CC] vpx_dsp/x86/loopfilter_avx2.c.o
|
1470
|
CC silk/enc_API.lo
|
1471
|
CC silk/encode_indices.lo
|
1472
|
CC silk/encode_pulses.lo
|
1473
|
CC silk/gain_quant.lo
|
1474
|
CC silk/interpolate.lo
|
1475
|
[CC] vpx_dsp/fwd_txfm.c.o
|
1476
|
[ 24%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o
|
1477
|
CC silk/LP_variable_cutoff.lo
|
1478
|
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 -c encoder/me.c -o encoder/me-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1479
|
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 -c encoder/ratecontrol.c -o encoder/ratecontrol-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1480
|
CC silk/NLSF_decode.lo
|
1481
|
[ 25%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o
|
1482
|
CC silk/NSQ.lo
|
1483
|
[ 26%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o
|
1484
|
[CC] vpx_dsp/x86/fwd_txfm_sse2.c.o
|
1485
|
[ 28%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o
|
1486
|
CC silk/NSQ_del_dec.lo
|
1487
|
CC silk/PLC.lo
|
1488
|
CC silk/shell_coder.lo
|
1489
|
[CC] vpx_dsp/x86/fwd_txfm_avx2.c.o
|
1490
|
[CC] vpx_dsp/inv_txfm.c.o
|
1491
|
CC silk/tables_gain.lo
|
1492
|
CC silk/tables_LTP.lo
|
1493
|
CC silk/tables_NLSF_CB_NB_MB.lo
|
1494
|
CC silk/tables_NLSF_CB_WB.lo
|
1495
|
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 -c encoder/set.c -o encoder/set-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1496
|
[CC] vpx_dsp/x86/inv_txfm_sse2.c.o
|
1497
|
CC silk/tables_other.lo
|
1498
|
[CC] vpx_dsp/x86/inv_txfm_ssse3.c.o
|
1499
|
[ 29%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o
|
1500
|
CC silk/tables_pitch_lag.lo
|
1501
|
CC silk/tables_pulses_per_block.lo
|
1502
|
CC silk/VAD.lo
|
1503
|
[CC] vpx_dsp/quantize.c.o
|
1504
|
CC silk/control_audio_bandwidth.lo
|
1505
|
CC silk/quant_LTP_gains.lo
|
1506
|
CC silk/VQ_WMat_EC.lo
|
1507
|
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 -c encoder/macroblock.c -o encoder/macroblock-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1508
|
CC silk/HP_variable_cutoff.lo
|
1509
|
CC silk/NLSF_encode.lo
|
1510
|
CC silk/NLSF_VQ.lo
|
1511
|
[ 30%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8.asm.o
|
1512
|
CC silk/NLSF_unpack.lo
|
1513
|
[CC] vpx_dsp/x86/quantize_sse2.c.o
|
1514
|
[CC] vpx_dsp/x86/quantize_ssse3.c.o
|
1515
|
CC silk/NLSF_del_dec_quant.lo
|
1516
|
[CC] vpx_dsp/x86/quantize_avx.c.o
|
1517
|
CC silk/process_NLSFs.lo
|
1518
|
[CC] vpx_dsp/avg.c.o
|
1519
|
CC silk/stereo_LR_to_MS.lo
|
1520
|
[ 31%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o
|
1521
|
[CC] vpx_dsp/x86/avg_intrin_sse2.c.o
|
1522
|
CC silk/stereo_MS_to_LR.lo
|
1523
|
[ 32%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o
|
1524
|
[ 34%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o
|
1525
|
[CC] vpx_dsp/x86/avg_intrin_avx2.c.o
|
1526
|
CC silk/check_control_input.lo
|
1527
|
CC silk/control_SNR.lo
|
1528
|
[CC] vpx_dsp/skin_detection.c.o
|
1529
|
[CC] vpx_dsp/sad.c.o
|
1530
|
CC silk/init_encoder.lo
|
1531
|
CC silk/control_codec.lo
|
1532
|
[CC] vpx_dsp/subtract.c.o
|
1533
|
CC silk/A2NLSF.lo
|
1534
|
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 -c encoder/cabac.c -o encoder/cabac-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1535
|
CC silk/ana_filt_bank_1.lo
|
1536
|
[CC] vpx_dsp/sum_squares.c.o
|
1537
|
CC silk/biquad_alt.lo
|
1538
|
[CC] vpx_dsp/x86/sum_squares_sse2.c.o
|
1539
|
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 -c encoder/cavlc.c -o encoder/cavlc-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1540
|
CC silk/bwexpander_32.lo
|
1541
|
[CC] vpx_dsp/x86/sad4d_avx2.c.o
|
1542
|
[CC] vpx_dsp/x86/sad_avx2.c.o
|
1543
|
CC silk/bwexpander.lo
|
1544
|
CC silk/debug.lo
|
1545
|
[ 35%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o
|
1546
|
CC silk/decode_pitch.lo
|
1547
|
[CC] vpx_dsp/x86/sad4d_avx512.c.o
|
1548
|
CC silk/inner_prod_aligned.lo
|
1549
|
[CC] vpx_dsp/variance.c.o
|
1550
|
[CC] vpx_dsp/x86/avg_pred_sse2.c.o
|
1551
|
CC silk/lin2log.lo
|
1552
|
CC silk/log2lin.lo
|
1553
|
[CC] vpx_dsp/x86/variance_sse2.c.o
|
1554
|
[CC] vpx_dsp/x86/variance_avx2.c.o
|
1555
|
CC silk/LPC_analysis_filter.lo
|
1556
|
CC silk/LPC_inv_pred_gain.lo
|
1557
|
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 -c encoder/encoder.c -o encoder/encoder-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1558
|
CC silk/table_LSF_cos.lo
|
1559
|
CC silk/NLSF2A.lo
|
1560
|
[CC] vpx_dsp/vpx_dsp_rtcd.c.o
|
1561
|
CC silk/NLSF_stabilize.lo
|
1562
|
[CC] vpx_util/vpx_thread.c.o
|
1563
|
[CC] vpx_util/vpx_write_yuv_frame.c.o
|
1564
|
[CC] vp8/common/alloccommon.c.o
|
1565
|
[ 36%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8_allangs.asm.o
|
1566
|
CC silk/NLSF_VQ_weights_laroia.lo
|
1567
|
CC silk/pitch_est_tables.lo
|
1568
|
[CC] vp8/common/blockd.c.o
|
1569
|
CC silk/resampler.lo
|
1570
|
[CC] vp8/common/dequantize.c.o
|
1571
|
[ 37%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o
|
1572
|
CC silk/resampler_down2_3.lo
|
1573
|
CC silk/resampler_down2.lo
|
1574
|
CC silk/resampler_private_AR2.lo
|
1575
|
[CC] vp8/common/entropy.c.o
|
1576
|
[CC] vp8/common/entropymode.c.o
|
1577
|
CC silk/resampler_private_down_FIR.lo
|
1578
|
[CC] vp8/common/entropymv.c.o
|
1579
|
[CC] vp8/common/extend.c.o
|
1580
|
[CC] vp8/common/filter.c.o
|
1581
|
[CC] vp8/common/findnearmv.c.o
|
1582
|
[CC] vp8/common/generic/systemdependent.c.o
|
1583
|
CC silk/resampler_private_IIR_FIR.lo
|
1584
|
[CC] vp8/common/idct_blk.c.o
|
1585
|
CC silk/resampler_private_up2_HQ.lo
|
1586
|
[ 39%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o
|
1587
|
[ 40%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/v4-ipfilter8.asm.o
|
1588
|
CC silk/resampler_rom.lo
|
1589
|
CC silk/sigm_Q15.lo
|
1590
|
[CC] vp8/common/idctllm.c.o
|
1591
|
CC silk/sort.lo
|
1592
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
1593
|
[ 40%] Built target encoder
|
1594
|
[CC] vp8/common/rtcd.c.o
|
1595
|
[CC] vp8/common/vp8_loopfilter.c.o
|
1596
|
CC silk/sum_sqr_shift.lo
|
1597
|
CC silk/stereo_decode_pred.lo
|
1598
|
[CC] vp8/common/loopfilter_filters.c.o
|
1599
|
cd /tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1 && \
|
1600
|
CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
|
1601
|
--libdir=/ffmpeg/lib \
|
1602
|
--with-ogg=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg \
|
1603
|
--disable-examples \
|
1604
|
--disable-spec \
|
1605
|
|
1606
|
CC silk/stereo_encode_pred.lo
|
1607
|
CC silk/stereo_find_predictor.lo
|
1608
|
checking build system type... x86_64-unknown-linux-gnu
|
1609
|
checking host system type... x86_64-unknown-linux-gnu
|
1610
|
checking target system type... x86_64-unknown-linux-gnu
|
1611
|
checking for a BSD-compatible install... /usr/bin/install -c
|
1612
|
checking whether build environment is sane... CC silk/stereo_quant_pred.lo
|
1613
|
[CC] vp8/common/mbpitch.c.o
|
1614
|
[CC] vp8/common/modecont.c.o
|
1615
|
[CC] vp8/common/quant_common.c.o
|
1616
|
CC silk/LPC_fit.lo
|
1617
|
[CC] vp8/common/reconinter.c.o
|
1618
|
CC silk/float/apply_sine_window_FLP.lo
|
1619
|
CC silk/float/corrMatrix_FLP.lo
|
1620
|
[CC] vp8/common/reconintra.c.o
|
1621
|
CC silk/float/encode_frame_FLP.lo
|
1622
|
[CC] vp8/common/reconintra4x4.c.o
|
1623
|
[CC] vp8/common/setupintrarecon.c.o
|
1624
|
[CC] vp8/common/swapyv12buffer.c.o
|
1625
|
[CC] vp8/common/treecoder.c.o
|
1626
|
[CC] vp8/common/x86/vp8_asm_stubs.c.o
|
1627
|
[CC] vp8/common/x86/loopfilter_x86.c.o
|
1628
|
[CC] vp8/common/mfqe.c.o
|
1629
|
CC silk/float/find_LPC_FLP.lo
|
1630
|
yes
|
1631
|
checking for gawk... gawk
|
1632
|
checking whether make sets $(MAKE)... yes
|
1633
|
checking whether to enable maintainer-specific portions of Makefiles... no
|
1634
|
checking for gcc... gcc -fPIE
|
1635
|
checking for C compiler default output file name... a.out
|
1636
|
checking whether the C compiler works... yes
|
1637
|
checking whether we are cross compiling... no
|
1638
|
checking for suffix of executables... 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 -c encoder/lookahead.c -o encoder/lookahead-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1639
|
|
1640
|
checking for suffix of object files... CC silk/float/find_LTP_FLP.lo
|
1641
|
o
|
1642
|
checking whether we are using the GNU C compiler... [CC] vp8/common/postproc.c.o
|
1643
|
yes
|
1644
|
checking whether gcc -fPIE accepts -g... yes
|
1645
|
checking for gcc -fPIE option to accept ISO C89... 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 -c common/threadpool.c -o common/threadpool-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1646
|
none needed
|
1647
|
checking for style of include used by make... CC silk/float/find_pitch_lags_FLP.lo
|
1648
|
GNU
|
1649
|
checking dependency style of gcc -fPIE... gcc3
|
1650
|
checking how to run the C preprocessor... [CC] vp8/common/x86/idct_blk_mmx.c.o
|
1651
|
gcc -fPIE -E
|
1652
|
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 -c common/x86/mc-c.c -o common/x86/mc-c-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1653
|
[CC] vp8/common/x86/idct_blk_sse2.c.o
|
1654
|
checking whether gcc -fPIE and cc understand -c and -o together... [CC] vp8/common/x86/bilinear_filter_sse2.c.o
|
1655
|
CC silk/float/find_pred_coefs_FLP.lo
|
1656
|
yes
|
1657
|
checking for a sed that does not truncate output... /usr/bin/sed
|
1658
|
checking for grep that handles long lines and -e... /usr/bin/grep
|
1659
|
checking for egrep... /usr/bin/grep -E
|
1660
|
checking for fgrep... /usr/bin/grep -F
|
1661
|
checking for ld used by gcc -fPIE... /usr/bin/ld
|
1662
|
checking if the linker (/usr/bin/ld) is GNU ld... yes
|
1663
|
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
|
1664
|
checking the name lister (/usr/bin/nm -B) interface... CC silk/float/LPC_analysis_filter_FLP.lo
|
1665
|
BSD nm
|
1666
|
checking whether ln -s works... yes
|
1667
|
checking the maximum length of command line arguments... 1572864
|
1668
|
checking whether the shell understands some XSI constructs... yes
|
1669
|
checking whether the shell understands "+="... yes
|
1670
|
checking for /usr/bin/ld option to reload object files... -r
|
1671
|
checking for objdump... objdump
|
1672
|
checking how to recognize dependent libraries... pass_all
|
1673
|
checking for ar... ar
|
1674
|
checking for strip... strip
|
1675
|
checking for ranlib... ranlib
|
1676
|
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... [CC] vp8/vp8_cx_iface.c.o
|
1677
|
ok
|
1678
|
checking for ANSI C header files... CC silk/float/LTP_analysis_filter_FLP.lo
|
1679
|
yes
|
1680
|
checking for sys/types.h... yes
|
1681
|
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 -c common/x86/predict-c.c -o common/x86/predict-c-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1682
|
checking for sys/stat.h... yes
|
1683
|
checking for stdlib.h... yes
|
1684
|
checking for string.h... yes
|
1685
|
checking for memory.h... CC silk/float/LTP_scale_ctrl_FLP.lo
|
1686
|
yes
|
1687
|
checking for strings.h... yes
|
1688
|
checking for inttypes.h... 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 -c common/opencl.c -o common/opencl-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1689
|
yes
|
1690
|
checking for stdint.h... CC silk/float/noise_shape_analysis_FLP.lo
|
1691
|
yes
|
1692
|
checking for unistd.h... yes
|
1693
|
checking for dlfcn.h... yes
|
1694
|
checking for objdir... [CC] vp8/encoder/bitstream.c.o
|
1695
|
.libs
|
1696
|
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
|
1697
|
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
|
1698
|
checking if gcc -fPIE PIC flag -fPIC -DPIC works... CC silk/float/process_gains_FLP.lo
|
1699
|
yes
|
1700
|
checking if gcc -fPIE static flag -static works... yes
|
1701
|
checking if gcc -fPIE supports -c -o file.o... yes
|
1702
|
checking if gcc -fPIE supports -c -o file.o... (cached) yes
|
1703
|
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... CC silk/float/regularize_correlations_FLP.lo
|
1704
|
yes
|
1705
|
checking dynamic linker characteristics... 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 -c encoder/slicetype-cl.c -o encoder/slicetype-cl-8.o -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
|
1706
|
GNU/Linux ld.so
|
1707
|
checking how to hardcode library paths into programs... immediate
|
1708
|
checking whether stripping libraries is possible... yes
|
1709
|
checking if libtool supports shared libraries... yes
|
1710
|
checking whether to build shared libraries... no
|
1711
|
checking whether to build static libraries... yes
|
1712
|
checking for doxygen... false
|
1713
|
checking for ld used by gcc -fPIE... (cached) /usr/bin/ld
|
1714
|
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
|
1715
|
checking how to control symbol export... --version-script
|
1716
|
checking for pkg-config... yes
|
1717
|
checking pkg-config is at least version 0.9.0... yes
|
1718
|
checking for OGG... yes
|
1719
|
checking for VORBIS... no
|
1720
|
checking for Vorbis... CC silk/float/residual_energy_FLP.lo
|
1721
|
no
|
1722
|
*** Could not run Vorbis test program, checking why...
|
1723
|
*** The test program failed to compile or link. See the file config.log for the
|
1724
|
*** exact error that occured. This usually means Vorbis was incorrectly installed
|
1725
|
*** or that you have moved Vorbis since it was installed.
|
1726
|
checking for sdl-config... no
|
1727
|
checking for SDL - version >= 0.11.0... no
|
1728
|
*** The sdl-config script installed by SDL could not be found
|
1729
|
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
|
1730
|
*** your path, or set the SDL_CONFIG environment variable to the
|
1731
|
*** full path to sdl-config.
|
1732
|
checking sys/soundcard.h usability... yes
|
1733
|
checking sys/soundcard.h presence... yes
|
1734
|
checking for sys/soundcard.h... yes
|
1735
|
checking for PNG... yes
|
1736
|
configure: Vorbis missing, cannot build example encoder
|
1737
|
checking for library containing ftime... none required
|
1738
|
checking for getopt_long... CC silk/float/warped_autocorrelation_FLP.lo
|
1739
|
[CC] vp8/encoder/boolhuff.c.o
|
1740
|
yes
|
1741
|
configure: creating ./config.status
|
1742
|
[CC] vp8/encoder/copy_c.c.o
|
1743
|
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 -c common/mc.c -o common/mc-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1744
|
[CC] vp8/encoder/dct.c.o
|
1745
|
CC silk/float/wrappers_FLP.lo
|
1746
|
[CC] vp8/encoder/encodeframe.c.o
|
1747
|
config.status: creating Makefile
|
1748
|
config.status: creating lib/Makefile
|
1749
|
config.status: creating include/Makefile
|
1750
|
config.status: creating include/theora/Makefile
|
1751
|
CC silk/float/autocorrelation_FLP.lo
|
1752
|
config.status: creating examples/Makefile
|
1753
|
config.status: creating doc/Makefile
|
1754
|
config.status: creating doc/Doxyfile
|
1755
|
config.status: creating doc/spec/Makefile
|
1756
|
config.status: creating tests/Makefile
|
1757
|
config.status: creating m4/Makefile
|
1758
|
config.status: creating libtheora.spec
|
1759
|
config.status: creating theora.pc
|
1760
|
config.status: creating theora-uninstalled.pc
|
1761
|
CC silk/float/burg_modified_FLP.lo
|
1762
|
config.status: creating theoradec.pc
|
1763
|
config.status: creating theoradec-uninstalled.pc
|
1764
|
config.status: creating theoraenc.pc
|
1765
|
config.status: creating theoraenc-uninstalled.pc
|
1766
|
[CC] vp8/encoder/encodeintra.c.o
|
1767
|
config.status: creating config.h
|
1768
|
config.status: executing depfiles commands
|
1769
|
[CC] vp8/encoder/encodemb.c.o
|
1770
|
CC silk/float/bwexpander_FLP.lo
|
1771
|
config.status: executing libtool commands
|
1772
|
|
1773
|
------------------------------------------------------------------------
|
1774
|
libtheora 1.1.1: Automatic configuration OK.
|
1775
|
|
1776
|
General configuration:
|
1777
|
|
1778
|
Encoding support: ........... yes
|
1779
|
Floating point support: ..... yes
|
1780
|
Assembly optimization: ...... 64 bit x86
|
1781
|
Debugging telemetry: ........ no
|
1782
|
Build example code: ......... no
|
1783
|
API Documentation: .......... no
|
1784
|
Format Documentation: ....... no
|
1785
|
|
1786
|
Installation paths:
|
1787
|
|
1788
|
libtheora: ................... /ffmpeg/lib
|
1789
|
C header files: .............. /ffmpeg/include/theora
|
1790
|
Documentation: ............... /ffmpeg/share/doc/libtheora
|
1791
|
|
1792
|
Building:
|
1793
|
|
1794
|
Type 'make' to compile libtheora.
|
1795
|
|
1796
|
Type 'make install' to install libtheora.
|
1797
|
|
1798
|
Type 'make check' to run test suite (Valgrind testing not enabled)
|
1799
|
|
1800
|
Example programs will be built but not installed.
|
1801
|
------------------------------------------------------------------------
|
1802
|
|
1803
|
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 -c common/predict.c -o common/predict-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1804
|
DESTDIR=/tmp/tvheadend/build.linux/ffmpeg/build \
|
1805
|
make -C /tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1 install
|
1806
|
make[4]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'
|
1807
|
Making install in lib
|
1808
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/lib'
|
1809
|
source='apiwrapper.c' object='apiwrapper.lo' libtool=yes \
|
1810
|
depfile='.deps/apiwrapper.Plo' tmpdepfile='.deps/apiwrapper.TPlo' \
|
1811
|
depmode=gcc3 /bin/bash ../depcomp \
|
1812
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o apiwrapper.lo `test -f 'apiwrapper.c' || echo './'`apiwrapper.c
|
1813
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c apiwrapper.c -MT apiwrapper.lo -MD -MP -MF .deps/apiwrapper.TPlo -fPIE -o apiwrapper.o
|
1814
|
CC silk/float/energy_FLP.lo
|
1815
|
[CC] vp8/encoder/encodemv.c.o
|
1816
|
source='bitpack.c' object='bitpack.lo' libtool=yes \
|
1817
|
depfile='.deps/bitpack.Plo' tmpdepfile='.deps/bitpack.TPlo' \
|
1818
|
depmode=gcc3 /bin/bash ../depcomp \
|
1819
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o bitpack.lo `test -f 'bitpack.c' || echo './'`bitpack.c
|
1820
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c bitpack.c -MT bitpack.lo -MD -MP -MF .deps/bitpack.TPlo -fPIE -o bitpack.o
|
1821
|
CC silk/float/inner_product_FLP.lo
|
1822
|
[CC] vp8/encoder/ethreading.c.o
|
1823
|
source='decapiwrapper.c' object='decapiwrapper.lo' libtool=yes \
|
1824
|
depfile='.deps/decapiwrapper.Plo' tmpdepfile='.deps/decapiwrapper.TPlo' \
|
1825
|
depmode=gcc3 /bin/bash ../depcomp \
|
1826
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o decapiwrapper.lo `test -f 'decapiwrapper.c' || echo './'`decapiwrapper.c
|
1827
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c decapiwrapper.c -MT decapiwrapper.lo -MD -MP -MF .deps/decapiwrapper.TPlo -fPIE -o decapiwrapper.o
|
1828
|
[CC] vp8/encoder/firstpass.c.o
|
1829
|
CC silk/float/k2a_FLP.lo
|
1830
|
source='decinfo.c' object='decinfo.lo' libtool=yes \
|
1831
|
depfile='.deps/decinfo.Plo' tmpdepfile='.deps/decinfo.TPlo' \
|
1832
|
depmode=gcc3 /bin/bash ../depcomp \
|
1833
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o decinfo.lo `test -f 'decinfo.c' || echo './'`decinfo.c
|
1834
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c decinfo.c -MT decinfo.lo -MD -MP -MF .deps/decinfo.TPlo -fPIE -o decinfo.o
|
1835
|
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 -c common/pixel.c -o common/pixel-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1836
|
CC silk/float/LPC_inv_pred_gain_FLP.lo
|
1837
|
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 -c common/macroblock.c -o common/macroblock-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1838
|
source='decode.c' object='decode.lo' libtool=yes \
|
1839
|
depfile='.deps/decode.Plo' tmpdepfile='.deps/decode.TPlo' \
|
1840
|
depmode=gcc3 /bin/bash ../depcomp \
|
1841
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o decode.lo `test -f 'decode.c' || echo './'`decode.c
|
1842
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c decode.c -MT decode.lo -MD -MP -MF .deps/decode.TPlo -fPIE -o decode.o
|
1843
|
CC silk/float/pitch_analysis_core_FLP.lo
|
1844
|
CC silk/float/scale_copy_vector_FLP.lo
|
1845
|
CC silk/float/scale_vector_FLP.lo
|
1846
|
[CC] vp8/encoder/denoising.c.o
|
1847
|
CC silk/float/schur_FLP.lo
|
1848
|
[CC] vp8/encoder/lookahead.c.o
|
1849
|
[CC] vp8/encoder/mcomp.c.o
|
1850
|
CC silk/float/sort_FLP.lo
|
1851
|
CC silk/x86/NSQ_sse4_1.lo
|
1852
|
source='dequant.c' object='dequant.lo' libtool=yes \
|
1853
|
depfile='.deps/dequant.Plo' tmpdepfile='.deps/dequant.TPlo' \
|
1854
|
depmode=gcc3 /bin/bash ../depcomp \
|
1855
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o dequant.lo `test -f 'dequant.c' || echo './'`dequant.c
|
1856
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c dequant.c -MT dequant.lo -MD -MP -MF .deps/dequant.TPlo -fPIE -o dequant.o
|
1857
|
source='fragment.c' object='fragment.lo' libtool=yes \
|
1858
|
depfile='.deps/fragment.Plo' tmpdepfile='.deps/fragment.TPlo' \
|
1859
|
depmode=gcc3 /bin/bash ../depcomp \
|
1860
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o fragment.lo `test -f 'fragment.c' || echo './'`fragment.c
|
1861
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c fragment.c -MT fragment.lo -MD -MP -MF .deps/fragment.TPlo -fPIE -o fragment.o
|
1862
|
source='huffdec.c' object='huffdec.lo' libtool=yes \
|
1863
|
depfile='.deps/huffdec.Plo' tmpdepfile='.deps/huffdec.TPlo' \
|
1864
|
depmode=gcc3 /bin/bash ../depcomp \
|
1865
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o huffdec.lo `test -f 'huffdec.c' || echo './'`huffdec.c
|
1866
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c huffdec.c -MT huffdec.lo -MD -MP -MF .deps/huffdec.TPlo -fPIE -o huffdec.o
|
1867
|
CC silk/x86/NSQ_del_dec_sse4_1.lo
|
1868
|
[CC] vp8/encoder/modecosts.c.o
|
1869
|
[CC] vp8/encoder/onyx_if.c.o
|
1870
|
CC silk/x86/x86_silk_map.lo
|
1871
|
CC silk/x86/VAD_sse4_1.lo
|
1872
|
[CC] vp8/encoder/pickinter.c.o
|
1873
|
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 -c common/frame.c -o common/frame-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1874
|
CC silk/x86/VQ_WMat_EC_sse4_1.lo
|
1875
|
source='idct.c' object='idct.lo' libtool=yes \
|
1876
|
depfile='.deps/idct.Plo' tmpdepfile='.deps/idct.TPlo' \
|
1877
|
depmode=gcc3 /bin/bash ../depcomp \
|
1878
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o idct.lo `test -f 'idct.c' || echo './'`idct.c
|
1879
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c idct.c -MT idct.lo -MD -MP -MF .deps/idct.TPlo -fPIE -o idct.o
|
1880
|
CC src/opus.lo
|
1881
|
source='info.c' object='info.lo' libtool=yes \
|
1882
|
depfile='.deps/info.Plo' tmpdepfile='.deps/info.TPlo' \
|
1883
|
depmode=gcc3 /bin/bash ../depcomp \
|
1884
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o info.lo `test -f 'info.c' || echo './'`info.c
|
1885
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c info.c -MT info.lo -MD -MP -MF .deps/info.TPlo -fPIE -o info.o
|
1886
|
source='internal.c' object='internal.lo' libtool=yes \
|
1887
|
depfile='.deps/internal.Plo' tmpdepfile='.deps/internal.TPlo' \
|
1888
|
depmode=gcc3 /bin/bash ../depcomp \
|
1889
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o internal.lo `test -f 'internal.c' || echo './'`internal.c
|
1890
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c internal.c -MT internal.lo -MD -MP -MF .deps/internal.TPlo -fPIE -o internal.o
|
1891
|
source='quant.c' object='quant.lo' libtool=yes \
|
1892
|
depfile='.deps/quant.Plo' tmpdepfile='.deps/quant.TPlo' \
|
1893
|
depmode=gcc3 /bin/bash ../depcomp \
|
1894
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o quant.lo `test -f 'quant.c' || echo './'`quant.c
|
1895
|
[CC] vp8/encoder/picklpf.c.o
|
1896
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c quant.c -MT quant.lo -MD -MP -MF .deps/quant.TPlo -fPIE -o quant.o
|
1897
|
CC src/opus_decoder.lo
|
1898
|
CC src/opus_encoder.lo
|
1899
|
[CC] vp8/encoder/vp8_quantize.c.o
|
1900
|
source='state.c' object='state.lo' libtool=yes \
|
1901
|
depfile='.deps/state.Plo' tmpdepfile='.deps/state.TPlo' \
|
1902
|
depmode=gcc3 /bin/bash ../depcomp \
|
1903
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o state.lo `test -f 'state.c' || echo './'`state.c
|
1904
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c state.c -MT state.lo -MD -MP -MF .deps/state.TPlo -fPIE -o state.o
|
1905
|
[CC] vp8/encoder/ratectrl.c.o
|
1906
|
[CC] vp8/encoder/rdopt.c.o
|
1907
|
source='x86/mmxidct.c' object='mmxidct.lo' libtool=yes \
|
1908
|
depfile='.deps/mmxidct.Plo' tmpdepfile='.deps/mmxidct.TPlo' \
|
1909
|
depmode=gcc3 /bin/bash ../depcomp \
|
1910
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxidct.lo `test -f 'x86/mmxidct.c' || echo './'`x86/mmxidct.c
|
1911
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxidct.c -MT mmxidct.lo -MD -MP -MF .deps/mmxidct.TPlo -fPIE -o mmxidct.o
|
1912
|
source='x86/mmxfrag.c' object='mmxfrag.lo' libtool=yes \
|
1913
|
depfile='.deps/mmxfrag.Plo' tmpdepfile='.deps/mmxfrag.TPlo' \
|
1914
|
depmode=gcc3 /bin/bash ../depcomp \
|
1915
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxfrag.lo `test -f 'x86/mmxfrag.c' || echo './'`x86/mmxfrag.c
|
1916
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxfrag.c -MT mmxfrag.lo -MD -MP -MF .deps/mmxfrag.TPlo -fPIE -o mmxfrag.o
|
1917
|
CC src/opus_multistream.lo
|
1918
|
source='x86/mmxstate.c' object='mmxstate.lo' libtool=yes \
|
1919
|
depfile='.deps/mmxstate.Plo' tmpdepfile='.deps/mmxstate.TPlo' \
|
1920
|
depmode=gcc3 /bin/bash ../depcomp \
|
1921
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxstate.lo `test -f 'x86/mmxstate.c' || echo './'`x86/mmxstate.c
|
1922
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxstate.c -MT mmxstate.lo -MD -MP -MF .deps/mmxstate.TPlo -fPIE -o mmxstate.o
|
1923
|
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 -c common/dct.c -o common/dct-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1924
|
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 -c common/cabac.c -o common/cabac-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1925
|
source='x86/x86state.c' object='x86state.lo' libtool=yes \
|
1926
|
depfile='.deps/x86state.Plo' tmpdepfile='.deps/x86state.TPlo' \
|
1927
|
depmode=gcc3 /bin/bash ../depcomp \
|
1928
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o x86state.lo `test -f 'x86/x86state.c' || echo './'`x86/x86state.c
|
1929
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/x86state.c -MT x86state.lo -MD -MP -MF .deps/x86state.TPlo -fPIE -o x86state.o
|
1930
|
source='analyze.c' object='analyze.lo' libtool=yes \
|
1931
|
depfile='.deps/analyze.Plo' tmpdepfile='.deps/analyze.TPlo' \
|
1932
|
depmode=gcc3 /bin/bash ../depcomp \
|
1933
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o analyze.lo `test -f 'analyze.c' || echo './'`analyze.c
|
1934
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c analyze.c -MT analyze.lo -MD -MP -MF .deps/analyze.TPlo -fPIE -o analyze.o
|
1935
|
CC src/opus_multistream_encoder.lo
|
1936
|
CC src/opus_multistream_decoder.lo
|
1937
|
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 -c common/common.c -o common/common-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1938
|
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 -c common/rectangle.c -o common/rectangle-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1939
|
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 -c common/set.c -o common/set-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1940
|
CC src/repacketizer.lo
|
1941
|
[CC] vp8/encoder/segmentation.c.o
|
1942
|
[CC] vp8/common/vp8_skin_detection.c.o
|
1943
|
CC src/opus_projection_encoder.lo
|
1944
|
[CC] vp8/encoder/tokenize.c.o
|
1945
|
[CC] vp8/encoder/treewriter.c.o
|
1946
|
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 -c common/quant.c -o common/quant-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1947
|
CC src/opus_projection_decoder.lo
|
1948
|
CC src/mapping_matrix.lo
|
1949
|
[CC] vp8/encoder/temporal_filter.c.o
|
1950
|
[CC] vp8/encoder/x86/vp8_quantize_sse2.c.o
|
1951
|
[CC] vp8/encoder/x86/vp8_quantize_ssse3.c.o
|
1952
|
CC src/analysis.lo
|
1953
|
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 -c common/deblock.c -o common/deblock-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1954
|
source='fdct.c' object='fdct.lo' libtool=yes \
|
1955
|
depfile='.deps/fdct.Plo' tmpdepfile='.deps/fdct.TPlo' \
|
1956
|
depmode=gcc3 /bin/bash ../depcomp \
|
1957
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o fdct.lo `test -f 'fdct.c' || echo './'`fdct.c
|
1958
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c fdct.c -MT fdct.lo -MD -MP -MF .deps/fdct.TPlo -fPIE -o fdct.o
|
1959
|
[CC] vp8/encoder/x86/quantize_sse4.c.o
|
1960
|
[CC] vp8/encoder/x86/denoising_sse2.c.o
|
1961
|
source='encfrag.c' object='encfrag.lo' libtool=yes \
|
1962
|
depfile='.deps/encfrag.Plo' tmpdepfile='.deps/encfrag.TPlo' \
|
1963
|
depmode=gcc3 /bin/bash ../depcomp \
|
1964
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o encfrag.lo `test -f 'encfrag.c' || echo './'`encfrag.c
|
1965
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c encfrag.c -MT encfrag.lo -MD -MP -MF .deps/encfrag.TPlo -fPIE -o encfrag.o
|
1966
|
[ 41%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/h-ipfilter8.asm.o
|
1967
|
[CC] vp8/encoder/x86/vp8_enc_stubs_sse2.c.o
|
1968
|
[CC] vp8/vp8_dx_iface.c.o
|
1969
|
CC src/mlp.lo
|
1970
|
source='encapiwrapper.c' object='encapiwrapper.lo' libtool=yes \
|
1971
|
depfile='.deps/encapiwrapper.Plo' tmpdepfile='.deps/encapiwrapper.TPlo' \
|
1972
|
depmode=gcc3 /bin/bash ../depcomp \
|
1973
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o encapiwrapper.lo `test -f 'encapiwrapper.c' || echo './'`encapiwrapper.c
|
1974
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c encapiwrapper.c -MT encapiwrapper.lo -MD -MP -MF .deps/encapiwrapper.TPlo -fPIE -o encapiwrapper.o
|
1975
|
CC src/mlp_data.lo
|
1976
|
source='encinfo.c' object='encinfo.lo' libtool=yes \
|
1977
|
depfile='.deps/encinfo.Plo' tmpdepfile='.deps/encinfo.TPlo' \
|
1978
|
depmode=gcc3 /bin/bash ../depcomp \
|
1979
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o encinfo.lo `test -f 'encinfo.c' || echo './'`encinfo.c
|
1980
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c encinfo.c -MT encinfo.lo -MD -MP -MF .deps/encinfo.TPlo -fPIE -o encinfo.o
|
1981
|
source='encode.c' object='encode.lo' libtool=yes \
|
1982
|
depfile='.deps/encode.Plo' tmpdepfile='.deps/encode.TPlo' \
|
1983
|
depmode=gcc3 /bin/bash ../depcomp \
|
1984
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o encode.lo `test -f 'encode.c' || echo './'`encode.c
|
1985
|
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 -c common/vlc.c -o common/vlc-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1986
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c encode.c -MT encode.lo -MD -MP -MF .deps/encode.TPlo -fPIE -o encode.o
|
1987
|
[CC] vp8/decoder/dboolhuff.c.o
|
1988
|
[CC] vp8/decoder/decodemv.c.o
|
1989
|
CCLD libopus.la
|
1990
|
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 -c common/mvpred.c -o common/mvpred-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
1991
|
[ 42%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ipfilter8.asm.o
|
1992
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1'
|
1993
|
make[8]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
|
1994
|
make[9]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
|
1995
|
make[9]: Nothing to be done for 'install-exec-am'.
|
1996
|
make[9]: Nothing to be done for 'install-data-am'.
|
1997
|
make[9]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
|
1998
|
make[8]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1/doc'
|
1999
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
|
2000
|
/usr/bin/install -c -m 644 opus.m4 '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
|
2001
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
|
2002
|
/usr/bin/install -c -m 644 opus.pc '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
|
2003
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/opus'
|
2004
|
/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/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/opus'
|
2005
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
|
2006
|
/bin/bash ./libtool --mode=install /usr/bin/install -c libopus.la '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
|
2007
|
libtool: install: /usr/bin/install -c .libs/libopus.lai /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.la
|
2008
|
libtool: install: /usr/bin/install -c .libs/libopus.a /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a
|
2009
|
libtool: install: chmod 644 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a
|
2010
|
libtool: install: ranlib /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a
|
2011
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1'
|
2012
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1'
|
2013
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1'
|
2014
|
make[4]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/opus-1.3.1'
|
2015
|
[ 43%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/loopfilter.asm.o
|
2016
|
[CC] vp8/decoder/decodeframe.c.o
|
2017
|
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 -c common/bitstream.c -o common/bitstream-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2018
|
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 -c encoder/analyse.c -o encoder/analyse-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2019
|
source='enquant.c' object='enquant.lo' libtool=yes \
|
2020
|
depfile='.deps/enquant.Plo' tmpdepfile='.deps/enquant.TPlo' \
|
2021
|
depmode=gcc3 /bin/bash ../depcomp \
|
2022
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o enquant.lo `test -f 'enquant.c' || echo './'`enquant.c
|
2023
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c enquant.c -MT enquant.lo -MD -MP -MF .deps/enquant.TPlo -fPIE -o enquant.o
|
2024
|
[CC] vp8/decoder/detokenize.c.o
|
2025
|
source='huffenc.c' object='huffenc.lo' libtool=yes \
|
2026
|
depfile='.deps/huffenc.Plo' tmpdepfile='.deps/huffenc.TPlo' \
|
2027
|
depmode=gcc3 /bin/bash ../depcomp \
|
2028
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o huffenc.lo `test -f 'huffenc.c' || echo './'`huffenc.c
|
2029
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c huffenc.c -MT huffenc.lo -MD -MP -MF .deps/huffenc.TPlo -fPIE -o huffenc.o
|
2030
|
[CC] vp8/decoder/onyxd_if.c.o
|
2031
|
source='mathops.c' object='mathops.lo' libtool=yes \
|
2032
|
depfile='.deps/mathops.Plo' tmpdepfile='.deps/mathops.TPlo' \
|
2033
|
depmode=gcc3 /bin/bash ../depcomp \
|
2034
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mathops.lo `test -f 'mathops.c' || echo './'`mathops.c
|
2035
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c mathops.c -MT mathops.lo -MD -MP -MF .deps/mathops.TPlo -fPIE -o mathops.o
|
2036
|
[CC] vp8/decoder/threading.c.o
|
2037
|
source='mcenc.c' object='mcenc.lo' libtool=yes \
|
2038
|
depfile='.deps/mcenc.Plo' tmpdepfile='.deps/mcenc.TPlo' \
|
2039
|
depmode=gcc3 /bin/bash ../depcomp \
|
2040
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mcenc.lo `test -f 'mcenc.c' || echo './'`mcenc.c
|
2041
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c mcenc.c -MT mcenc.lo -MD -MP -MF .deps/mcenc.TPlo -fPIE -o mcenc.o
|
2042
|
[CC] vp9/vp9_iface_common.c.o
|
2043
|
[CC] vp9/common/vp9_alloccommon.c.o
|
2044
|
[CC] vp9/common/vp9_blockd.c.o
|
2045
|
[CC] vp9/common/vp9_entropy.c.o
|
2046
|
source='rate.c' object='rate.lo' libtool=yes \
|
2047
|
depfile='.deps/rate.Plo' tmpdepfile='.deps/rate.TPlo' \
|
2048
|
depmode=gcc3 /bin/bash ../depcomp \
|
2049
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o rate.lo `test -f 'rate.c' || echo './'`rate.c
|
2050
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c rate.c -MT rate.lo -MD -MP -MF .deps/rate.TPlo -fPIE -o rate.o
|
2051
|
source='tokenize.c' object='tokenize.lo' libtool=yes \
|
2052
|
depfile='.deps/tokenize.Plo' tmpdepfile='.deps/tokenize.TPlo' \
|
2053
|
depmode=gcc3 /bin/bash ../depcomp \
|
2054
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o tokenize.lo `test -f 'tokenize.c' || echo './'`tokenize.c
|
2055
|
[CC] vp9/common/vp9_entropymode.c.o
|
2056
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c tokenize.c -MT tokenize.lo -MD -MP -MF .deps/tokenize.TPlo -fPIE -o tokenize.o
|
2057
|
[CC] vp9/common/vp9_entropymv.c.o
|
2058
|
[CC] vp9/common/vp9_frame_buffers.c.o
|
2059
|
[CC] vp9/common/vp9_idct.c.o
|
2060
|
[CC] vp9/common/vp9_filter.c.o
|
2061
|
[CC] vp9/common/vp9_pred_common.c.o
|
2062
|
[CC] vp9/common/vp9_rtcd.c.o
|
2063
|
source='x86/mmxencfrag.c' object='mmxencfrag.lo' libtool=yes \
|
2064
|
depfile='.deps/mmxencfrag.Plo' tmpdepfile='.deps/mmxencfrag.TPlo' \
|
2065
|
depmode=gcc3 /bin/bash ../depcomp \
|
2066
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxencfrag.lo `test -f 'x86/mmxencfrag.c' || echo './'`x86/mmxencfrag.c
|
2067
|
[ 45%] Building CXX object common/CMakeFiles/common.dir/x86/asm-primitives.cpp.o
|
2068
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxencfrag.c -MT mmxencfrag.lo -MD -MP -MF .deps/mmxencfrag.TPlo -fPIE -o mmxencfrag.o
|
2069
|
[CC] vp9/common/vp9_scale.c.o
|
2070
|
source='x86/mmxfdct.c' object='mmxfdct.lo' libtool=yes \
|
2071
|
depfile='.deps/mmxfdct.Plo' tmpdepfile='.deps/mmxfdct.TPlo' \
|
2072
|
depmode=gcc3 /bin/bash ../depcomp \
|
2073
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxfdct.lo `test -f 'x86/mmxfdct.c' || echo './'`x86/mmxfdct.c
|
2074
|
[CC] vp9/common/vp9_seg_common.c.o
|
2075
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxfdct.c -MT mmxfdct.lo -MD -MP -MF .deps/mmxfdct.TPlo -fPIE -o mmxfdct.o
|
2076
|
[CC] vp9/common/vp9_tile_common.c.o
|
2077
|
source='x86/x86enc.c' object='x86enc.lo' libtool=yes \
|
2078
|
depfile='.deps/x86enc.Plo' tmpdepfile='.deps/x86enc.TPlo' \
|
2079
|
depmode=gcc3 /bin/bash ../depcomp \
|
2080
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o x86enc.lo `test -f 'x86/x86enc.c' || echo './'`x86/x86enc.c
|
2081
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/x86enc.c -MT x86enc.lo -MD -MP -MF .deps/x86enc.TPlo -fPIE -o x86enc.o
|
2082
|
[CC] vp9/common/vp9_loopfilter.c.o
|
2083
|
source='x86/sse2fdct.c' object='sse2fdct.lo' libtool=yes \
|
2084
|
depfile='.deps/sse2fdct.Plo' tmpdepfile='.deps/sse2fdct.TPlo' \
|
2085
|
depmode=gcc3 /bin/bash ../depcomp \
|
2086
|
/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o sse2fdct.lo `test -f 'x86/sse2fdct.c' || echo './'`x86/sse2fdct.c
|
2087
|
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/opt/media//include -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/sse2fdct.c -MT sse2fdct.lo -MD -MP -MF .deps/sse2fdct.TPlo -fPIE -o sse2fdct.o
|
2088
|
/bin/bash ../libtool --mode=link gcc -fPIE -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o libtheoradec.la -rpath /ffmpeg/lib -version-info 2:4:1 -Wl,--version-script=./Version_script-dec apiwrapper.lo bitpack.lo decapiwrapper.lo decinfo.lo decode.lo dequant.lo fragment.lo huffdec.lo idct.lo info.lo internal.lo quant.lo state.lo mmxidct.lo mmxfrag.lo mmxstate.lo x86state.lo
|
2089
|
libtool: link: ar cru .libs/libtheoradec.a apiwrapper.o bitpack.o decapiwrapper.o decinfo.o decode.o dequant.o fragment.o huffdec.o idct.o info.o internal.o quant.o state.o mmxidct.o mmxfrag.o mmxstate.o x86state.o
|
2090
|
libtool: link: ranlib .libs/libtheoradec.a
|
2091
|
libtool: link: ( cd ".libs" && rm -f "libtheoradec.la" && ln -s "../libtheoradec.la" "libtheoradec.la" )
|
2092
|
/bin/bash ../libtool --mode=link gcc -fPIE -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o libtheoraenc.la -rpath /ffmpeg/lib -version-info 2:2:1 -Wl,--version-script=./Version_script-enc -L/ffmpeg/lib -logg apiwrapper.lo fragment.lo idct.lo internal.lo state.lo quant.lo mmxfrag.lo mmxidct.lo mmxstate.lo x86state.lo analyze.lo fdct.lo encfrag.lo encapiwrapper.lo encinfo.lo encode.lo enquant.lo huffenc.lo mathops.lo mcenc.lo rate.lo tokenize.lo mmxencfrag.lo mmxfdct.lo x86enc.lo sse2fdct.lo
|
2093
|
libtool: link: ar cru .libs/libtheoraenc.a apiwrapper.o fragment.o idct.o internal.o state.o quant.o mmxfrag.o mmxidct.o mmxstate.o x86state.o analyze.o fdct.o encfrag.o encapiwrapper.o encinfo.o encode.o enquant.o huffenc.o mathops.o mcenc.o rate.o tokenize.o mmxencfrag.o mmxfdct.o x86enc.o sse2fdct.o
|
2094
|
libtool: link: ranlib .libs/libtheoraenc.a
|
2095
|
libtool: link: ( cd ".libs" && rm -f "libtheoraenc.la" && ln -s "../libtheoraenc.la" "libtheoraenc.la" )
|
2096
|
/bin/bash ../libtool --mode=link gcc -fPIE -I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o libtheora.la -rpath /ffmpeg/lib -version-info 3:10:3 -Wl,--version-script=./Version_script -L/ffmpeg/lib -logg apiwrapper.lo bitpack.lo decapiwrapper.lo decinfo.lo decode.lo dequant.lo fragment.lo huffdec.lo idct.lo info.lo internal.lo quant.lo state.lo mmxidct.lo mmxfrag.lo mmxstate.lo x86state.lo analyze.lo fdct.lo encfrag.lo encapiwrapper.lo encinfo.lo encode.lo enquant.lo huffenc.lo mathops.lo mcenc.lo rate.lo tokenize.lo mmxencfrag.lo mmxfdct.lo x86enc.lo sse2fdct.lo
|
2097
|
libtool: link: ar cru .libs/libtheora.a apiwrapper.o bitpack.o decapiwrapper.o decinfo.o decode.o dequant.o fragment.o huffdec.o idct.o info.o internal.o quant.o state.o mmxidct.o mmxfrag.o mmxstate.o x86state.o analyze.o fdct.o encfrag.o encapiwrapper.o encinfo.o encode.o enquant.o huffenc.o mathops.o mcenc.o rate.o tokenize.o mmxencfrag.o mmxfdct.o x86enc.o sse2fdct.o
|
2098
|
libtool: link: ranlib .libs/libtheora.a
|
2099
|
libtool: link: ( cd ".libs" && rm -f "libtheora.la" && ln -s "../libtheora.la" "libtheora.la" )
|
2100
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/lib'
|
2101
|
/bin/bash ../mkinstalldirs /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib
|
2102
|
make[6]: Nothing to be done for 'install-data-am'.
|
2103
|
/bin/bash ../libtool --mode=install /usr/bin/install -c libtheoradec.la /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.la
|
2104
|
libtool: install: /usr/bin/install -c .libs/libtheoradec.lai /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.la
|
2105
|
libtool: install: /usr/bin/install -c .libs/libtheoradec.a /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a
|
2106
|
libtool: install: chmod 644 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a
|
2107
|
libtool: install: ranlib /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a
|
2108
|
/bin/bash ../libtool --mode=install /usr/bin/install -c libtheoraenc.la /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.la
|
2109
|
libtool: install: /usr/bin/install -c .libs/libtheoraenc.lai /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.la
|
2110
|
libtool: install: /usr/bin/install -c .libs/libtheoraenc.a /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a
|
2111
|
libtool: install: chmod 644 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a
|
2112
|
libtool: install: ranlib /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a
|
2113
|
/bin/bash ../libtool --mode=install /usr/bin/install -c libtheora.la /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.la
|
2114
|
libtool: install: /usr/bin/install -c .libs/libtheora.lai /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.la
|
2115
|
libtool: install: /usr/bin/install -c .libs/libtheora.a /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a
|
2116
|
libtool: install: chmod 644 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a
|
2117
|
libtool: install: ranlib /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a
|
2118
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/lib'
|
2119
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/lib'
|
2120
|
Making install in include
|
2121
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'
|
2122
|
Making install in theora
|
2123
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include/theora'
|
2124
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include/theora'
|
2125
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2126
|
/bin/bash ../../mkinstalldirs /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora
|
2127
|
mkdir -p -- /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora
|
2128
|
/usr/bin/install -c -m 644 theora.h /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora/theora.h
|
2129
|
/usr/bin/install -c -m 644 theoradec.h /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora/theoradec.h
|
2130
|
/usr/bin/install -c -m 644 theoraenc.h /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora/theoraenc.h
|
2131
|
/usr/bin/install -c -m 644 codec.h /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora/codec.h
|
2132
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include/theora'
|
2133
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include/theora'
|
2134
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'
|
2135
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'
|
2136
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2137
|
make[7]: Nothing to be done for 'install-data-am'.
|
2138
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'
|
2139
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'
|
2140
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'
|
2141
|
Making install in doc
|
2142
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'
|
2143
|
[CC] vp9/common/vp9_thread_common.c.o
|
2144
|
Making install in spec
|
2145
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc/spec'
|
2146
|
source='vp3huff.c' object='vp3huff.o' libtool=no \
|
2147
|
depfile='.deps/vp3huff.Po' tmpdepfile='.deps/vp3huff.TPo' \
|
2148
|
depmode=gcc3 /bin/bash ../../depcomp \
|
2149
|
gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/media//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c `test -f 'vp3huff.c' || echo './'`vp3huff.c
|
2150
|
/bin/bash ../../libtool --mode=link gcc -fPIE -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o vp3huff vp3huff.o
|
2151
|
libtool: link: gcc -fPIE -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o vp3huff vp3huff.o
|
2152
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc/spec'
|
2153
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2154
|
/bin/bash ../../mkinstalldirs /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1
|
2155
|
mkdir -p -- /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1
|
2156
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc/spec'
|
2157
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc/spec'
|
2158
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'
|
2159
|
echo "*** Warning: Doxygen not found; documentation will not be built."
|
2160
|
*** Warning: Doxygen not found; documentation will not be built.
|
2161
|
touch doxygen-build.stamp
|
2162
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'
|
2163
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2164
|
/bin/bash ../mkinstalldirs /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1
|
2165
|
if test -d libtheora; then \
|
2166
|
for dir in libtheora/*; do \
|
2167
|
if test -d $dir; then \
|
2168
|
b=`basename $dir`; \
|
2169
|
/bin/bash ../mkinstalldirs /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/$b; \
|
2170
|
for f in $dir/*; do \
|
2171
|
/usr/bin/install -c -m 644 $f /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/$b; \
|
2172
|
done \
|
2173
|
fi \
|
2174
|
done \
|
2175
|
fi
|
2176
|
mkdir -p -- /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/html
|
2177
|
mkdir -p -- /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/latex
|
2178
|
/bin/bash ../mkinstalldirs /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1
|
2179
|
/usr/bin/install -c -m 644 vp3-format.txt /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/vp3-format.txt
|
2180
|
/usr/bin/install -c -m 644 color.html /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/color.html
|
2181
|
/usr/bin/install -c -m 644 draft-ietf-avt-rtp-theora-00.xml /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/draft-ietf-avt-rtp-theora-00.xml
|
2182
|
/usr/bin/install -c -m 644 draft-ietf-avt-rtp-theora-00.txt /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/draft-ietf-avt-rtp-theora-00.txt
|
2183
|
/usr/bin/install -c -m 644 doxygen-build.stamp /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/doxygen-build.stamp
|
2184
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'
|
2185
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'
|
2186
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'
|
2187
|
Making install in tests
|
2188
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/tests'
|
2189
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/tests'
|
2190
|
make[6]: Nothing to be done for 'install-exec-am'.
|
2191
|
make[6]: Nothing to be done for 'install-data-am'.
|
2192
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/tests'
|
2193
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/tests'
|
2194
|
Making install in m4
|
2195
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/m4'
|
2196
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/m4'
|
2197
|
make[6]: Nothing to be done for 'install-exec-am'.
|
2198
|
make[6]: Nothing to be done for 'install-data-am'.
|
2199
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/m4'
|
2200
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/m4'
|
2201
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'
|
2202
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'
|
2203
|
make[6]: Nothing to be done for 'install-exec-am'.
|
2204
|
/bin/bash ./mkinstalldirs /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig
|
2205
|
/usr/bin/install -c -m 644 theora.pc /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/theora.pc
|
2206
|
/usr/bin/install -c -m 644 theoradec.pc /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/theoradec.pc
|
2207
|
/usr/bin/install -c -m 644 theoraenc.pc /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/theoraenc.pc
|
2208
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'
|
2209
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'
|
2210
|
make[4]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'
|
2211
|
cd /tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6 && \
|
2212
|
CC="gcc -fPIE" FFMPEG_PREFIX=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
|
2213
|
--libdir=/ffmpeg/lib \
|
2214
|
--with-ogg=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg
|
2215
|
checking build system type... x86_64-pc-linux-gnu
|
2216
|
checking host system type... x86_64-pc-linux-gnu
|
2217
|
checking target system type... x86_64-pc-linux-gnu
|
2218
|
checking for a BSD-compatible install... /usr/bin/install -c
|
2219
|
checking whether build environment is sane... yes
|
2220
|
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
|
2221
|
checking for gawk... gawk
|
2222
|
checking whether make sets $(MAKE)... yes
|
2223
|
checking whether make supports nested variables... yes
|
2224
|
checking whether to enable maintainer-specific portions of Makefiles... no
|
2225
|
checking whether make supports nested variables... (cached) yes
|
2226
|
checking for gcc... gcc -fPIE
|
2227
|
checking whether the C compiler works... yes
|
2228
|
checking for C compiler default output file name... a.out
|
2229
|
checking for suffix of executables...
|
2230
|
checking whether we are cross compiling... no
|
2231
|
checking for suffix of object files... o
|
2232
|
checking whether we are using the GNU C compiler... yes
|
2233
|
checking whether gcc -fPIE accepts -g... yes
|
2234
|
checking for gcc -fPIE option to accept ISO C89... none needed
|
2235
|
checking whether gcc -fPIE understands -c and -o together... yes
|
2236
|
checking for style of include used by make... GNU
|
2237
|
checking dependency style of gcc -fPIE... [CC] vp9/common/vp9_mvref_common.c.o
|
2238
|
gcc3
|
2239
|
checking how to run the C preprocessor... gcc -fPIE -E
|
2240
|
checking for inline... inline
|
2241
|
checking how to print strings... printf
|
2242
|
checking for a sed that does not truncate output... /usr/bin/sed
|
2243
|
checking for grep that handles long lines and -e... /usr/bin/grep
|
2244
|
checking for egrep... /usr/bin/grep -E
|
2245
|
checking for fgrep... /usr/bin/grep -F
|
2246
|
checking for ld used by gcc -fPIE... /usr/bin/ld
|
2247
|
checking if the linker (/usr/bin/ld) is GNU ld... yes
|
2248
|
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
|
2249
|
checking the name lister (/usr/bin/nm -B) interface... BSD nm
|
2250
|
checking whether ln -s works... yes
|
2251
|
checking the maximum length of command line arguments... 1572864
|
2252
|
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
|
2253
|
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
|
2254
|
checking for /usr/bin/ld option to reload object files... -r
|
2255
|
checking for objdump... objdump
|
2256
|
checking how to recognize dependent libraries... pass_all
|
2257
|
checking for dlltool... dlltool
|
2258
|
checking how to associate runtime and link libraries... printf %s\n
|
2259
|
checking for ar... ar
|
2260
|
checking for archiver @FILE support... @
|
2261
|
checking for strip... strip
|
2262
|
checking for ranlib... ranlib
|
2263
|
checking command to parse /usr/bin/nm -B output from gcc -fPIE object... [CC] vp9/common/vp9_quant_common.c.o
|
2264
|
ok
|
2265
|
checking for sysroot... no
|
2266
|
checking for a working dd... /usr/bin/dd
|
2267
|
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
|
2268
|
[CC] vp9/common/vp9_reconinter.c.o
|
2269
|
checking for mt... mt
|
2270
|
checking if mt is a manifest tool... no
|
2271
|
checking for ANSI C header files... yes
|
2272
|
checking for sys/types.h... yes
|
2273
|
checking for sys/stat.h... yes
|
2274
|
checking for stdlib.h... yes
|
2275
|
checking for string.h... [CC] vp9/common/vp9_reconintra.c.o
|
2276
|
yes
|
2277
|
checking for memory.h... yes
|
2278
|
checking for strings.h... yes
|
2279
|
checking for inttypes.h... yes
|
2280
|
checking for stdint.h... yes
|
2281
|
checking for unistd.h... [CC] vp9/common/vp9_common_data.c.o
|
2282
|
[CC] vp9/common/vp9_scan.c.o
|
2283
|
yes
|
2284
|
checking for dlfcn.h... yes
|
2285
|
checking for objdir... .libs
|
2286
|
[CC] vp9/common/x86/vp9_idct_intrin_sse2.c.o
|
2287
|
checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no
|
2288
|
checking for gcc -fPIE option to produce PIC... -fPIC -DPIC
|
2289
|
checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes
|
2290
|
checking if gcc -fPIE static flag -static works... yes
|
2291
|
checking if gcc -fPIE supports -c -o file.o... [CC] vp9/vp9_cx_iface.c.o
|
2292
|
yes
|
2293
|
checking if gcc -fPIE supports -c -o file.o... (cached) yes
|
2294
|
checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
|
2295
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
2296
|
checking how to hardcode library paths into programs... immediate
|
2297
|
checking whether stripping libraries is possible... yes
|
2298
|
checking if libtool supports shared libraries... yes
|
2299
|
checking whether to build shared libraries... no
|
2300
|
checking whether to build static libraries... yes
|
2301
|
checking GCC version... 9
|
2302
|
checking if gcc -fPIE accepts -Wdeclaration-after-statement... yes
|
2303
|
checking for memory.h... (cached) yes
|
2304
|
checking for cos in -lm... yes
|
2305
|
checking for pthread_create in -lpthread... yes
|
2306
|
checking pkg-config is at least version 0.9.0... yes
|
2307
|
checking for OGG... yes
|
2308
|
checking for size_t... yes
|
2309
|
checking for working alloca.h... yes
|
2310
|
checking for alloca... yes
|
2311
|
checking for working memcmp... yes
|
2312
|
checking that generated files are newer than configure... done
|
2313
|
configure: creating ./config.status
|
2314
|
config.status: creating Makefile
|
2315
|
config.status: creating m4/Makefile
|
2316
|
config.status: creating lib/Makefile
|
2317
|
config.status: creating lib/modes/Makefile
|
2318
|
config.status: creating lib/books/Makefile
|
2319
|
config.status: creating lib/books/coupled/Makefile
|
2320
|
config.status: creating lib/books/uncoupled/Makefile
|
2321
|
config.status: creating lib/books/floor/Makefile
|
2322
|
config.status: creating doc/Makefile
|
2323
|
config.status: creating doc/vorbisfile/Makefile
|
2324
|
config.status: creating doc/vorbisenc/Makefile
|
2325
|
config.status: creating doc/libvorbis/Makefile
|
2326
|
config.status: creating doc/Doxyfile
|
2327
|
config.status: creating include/Makefile
|
2328
|
config.status: creating include/vorbis/Makefile
|
2329
|
config.status: creating examples/Makefile
|
2330
|
config.status: creating test/Makefile
|
2331
|
config.status: creating vq/Makefile
|
2332
|
config.status: creating libvorbis.spec
|
2333
|
config.status: creating vorbis.pc
|
2334
|
config.status: creating vorbisenc.pc
|
2335
|
config.status: creating vorbisfile.pc
|
2336
|
config.status: creating vorbis-uninstalled.pc
|
2337
|
config.status: creating vorbisenc-uninstalled.pc
|
2338
|
config.status: creating vorbisfile-uninstalled.pc
|
2339
|
config.status: creating config.h
|
2340
|
config.status: executing depfiles commands
|
2341
|
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 -c encoder/me.c -o encoder/me-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2342
|
config.status: executing libtool commands
|
2343
|
DESTDIR=/tmp/tvheadend/build.linux/ffmpeg/build \
|
2344
|
make -C /tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6 install
|
2345
|
make[4]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'
|
2346
|
Making install in m4
|
2347
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/m4'
|
2348
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/m4'
|
2349
|
make[6]: Nothing to be done for 'install-exec-am'.
|
2350
|
make[6]: Nothing to be done for 'install-data-am'.
|
2351
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/m4'
|
2352
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/m4'
|
2353
|
Making install in include
|
2354
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'
|
2355
|
Making install in vorbis
|
2356
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include/vorbis'
|
2357
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include/vorbis'
|
2358
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2359
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vorbis'
|
2360
|
/usr/bin/install -c -m 644 codec.h vorbisfile.h vorbisenc.h '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vorbis'
|
2361
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include/vorbis'
|
2362
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include/vorbis'
|
2363
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'
|
2364
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'
|
2365
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2366
|
make[7]: Nothing to be done for 'install-data-am'.
|
2367
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'
|
2368
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'
|
2369
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'
|
2370
|
Making install in vq
|
2371
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/vq'
|
2372
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/vq'
|
2373
|
make[6]: Nothing to be done for 'install-exec-am'.
|
2374
|
make[6]: Nothing to be done for 'install-data-am'.
|
2375
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/vq'
|
2376
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/vq'
|
2377
|
Making install in lib
|
2378
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'
|
2379
|
Making install in modes
|
2380
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/modes'
|
2381
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/modes'
|
2382
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2383
|
make[7]: Nothing to be done for 'install-data-am'.
|
2384
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/modes'
|
2385
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/modes'
|
2386
|
Making install in books
|
2387
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'
|
2388
|
Making install in coupled
|
2389
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/coupled'
|
2390
|
make[8]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/coupled'
|
2391
|
make[8]: Nothing to be done for 'install-exec-am'.
|
2392
|
make[8]: Nothing to be done for 'install-data-am'.
|
2393
|
make[8]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/coupled'
|
2394
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/coupled'
|
2395
|
Making install in uncoupled
|
2396
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/uncoupled'
|
2397
|
make[8]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/uncoupled'
|
2398
|
make[8]: Nothing to be done for 'install-exec-am'.
|
2399
|
make[8]: Nothing to be done for 'install-data-am'.
|
2400
|
make[8]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/uncoupled'
|
2401
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/uncoupled'
|
2402
|
Making install in floor
|
2403
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/floor'
|
2404
|
make[8]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/floor'
|
2405
|
make[8]: Nothing to be done for 'install-exec-am'.
|
2406
|
make[8]: Nothing to be done for 'install-data-am'.
|
2407
|
make[8]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/floor'
|
2408
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/floor'
|
2409
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'
|
2410
|
make[8]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'
|
2411
|
make[8]: Nothing to be done for 'install-exec-am'.
|
2412
|
make[8]: Nothing to be done for 'install-data-am'.
|
2413
|
make[8]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'
|
2414
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'
|
2415
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'
|
2416
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'
|
2417
|
CC mdct.lo
|
2418
|
CC smallft.lo
|
2419
|
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 -c encoder/ratecontrol.c -o encoder/ratecontrol-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2420
|
[CC] vp9/encoder/vp9_bitstream.c.o
|
2421
|
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 -c encoder/set.c -o encoder/set-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2422
|
CC block.lo
|
2423
|
CC envelope.lo
|
2424
|
CC window.lo
|
2425
|
CC lsp.lo
|
2426
|
CC lpc.lo
|
2427
|
CC analysis.lo
|
2428
|
[CC] vp9/encoder/vp9_context_tree.c.o
|
2429
|
CC synthesis.lo
|
2430
|
CC psy.lo
|
2431
|
[CC] vp9/encoder/vp9_cost.c.o
|
2432
|
[CC] vp9/encoder/vp9_dct.c.o
|
2433
|
[ 46%] Building CXX object common/CMakeFiles/common.dir/vec/vec-primitives.cpp.o
|
2434
|
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 -c encoder/macroblock.c -o encoder/macroblock-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2435
|
[ 47%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse3.cpp.o
|
2436
|
[CC] vp9/encoder/vp9_encodeframe.c.o
|
2437
|
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 -c encoder/cabac.c -o encoder/cabac-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2438
|
CC info.lo
|
2439
|
CC floor1.lo
|
2440
|
CC floor0.lo
|
2441
|
CC res0.lo
|
2442
|
[CC] vp9/encoder/vp9_encodemb.c.o
|
2443
|
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 -c encoder/cavlc.c -o encoder/cavlc-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2444
|
CC mapping0.lo
|
2445
|
CC registry.lo
|
2446
|
CC codebook.lo
|
2447
|
CC sharedbook.lo
|
2448
|
[ 48%] Building CXX object common/CMakeFiles/common.dir/vec/dct-ssse3.cpp.o
|
2449
|
CC lookup.lo
|
2450
|
CC bitrate.lo
|
2451
|
CC vorbisfile.lo
|
2452
|
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 -c encoder/encoder.c -o encoder/encoder-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2453
|
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 -c encoder/lookahead.c -o encoder/lookahead-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2454
|
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 -c common/threadpool.c -o common/threadpool-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2455
|
CC vorbisenc.lo
|
2456
|
CC test_sharedbook-sharedbook.o
|
2457
|
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 -c common/x86/mc-c.c -o common/x86/mc-c-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2458
|
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 -c common/x86/predict-c.c -o common/x86/predict-c-10.o -DHIGH_BIT_DEPTH=1 -DBIT_DEPTH=10
|
2459
|
CCLD libvorbis.la
|
2460
|
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
|
2461
|
[ 50%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse41.cpp.o
|
2462
|
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
|
2463
|
CCLD test_sharedbook
|
2464
|
[ 51%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o
|
2465
|
CCLD libvorbisfile.la
|
2466
|
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
|
2467
|
CCLD libvorbisenc.la
|
2468
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'
|
2469
|
make[7]: Nothing to be done for 'install-data-am'.
|
2470
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
|
2471
|
/bin/bash ../libtool --mode=install /usr/bin/install -c libvorbis.la libvorbisfile.la libvorbisenc.la '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'
|
2472
|
libtool: install: /usr/bin/install -c .libs/libvorbis.lai /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.la
|
2473
|
libtool: install: /usr/bin/install -c .libs/libvorbisfile.lai /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.la
|
2474
|
libtool: install: /usr/bin/install -c .libs/libvorbisenc.lai /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.la
|
2475
|
libtool: install: /usr/bin/install -c .libs/libvorbis.a /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a
|
2476
|
libtool: install: chmod 644 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a
|
2477
|
libtool: install: ranlib /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a
|
2478
|
libtool: install: /usr/bin/install -c .libs/libvorbisfile.a /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a
|
2479
|
libtool: install: chmod 644 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a
|
2480
|
libtool: install: ranlib /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a
|
2481
|
libtool: install: /usr/bin/install -c .libs/libvorbisenc.a /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a
|
2482
|
libtool: install: chmod 644 /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a
|
2483
|
libtool: install: ranlib /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a
|
2484
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'
|
2485
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'
|
2486
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'
|
2487
|
Making install in test
|
2488
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/test'
|
2489
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/test'
|
2490
|
make[6]: Nothing to be done for 'install-exec-am'.
|
2491
|
make[6]: Nothing to be done for 'install-data-am'.
|
2492
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/test'
|
2493
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/test'
|
2494
|
Making install in doc
|
2495
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'
|
2496
|
Making install in libvorbis
|
2497
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/libvorbis'
|
2498
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/libvorbis'
|
2499
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2500
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/libvorbis'
|
2501
|
/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/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/libvorbis'
|
2502
|
/usr/bin/install -c -m 644 vorbis_synthesis_trackonly.html vorbis_block.html vorbis_dsp_state.html return.html overview.html '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/libvorbis'
|
2503
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/libvorbis'
|
2504
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/libvorbis'
|
2505
|
Making install in vorbisfile
|
2506
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisfile'
|
2507
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisfile'
|
2508
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2509
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisfile'
|
2510
|
/usr/bin/install -c -m 644 OggVorbis_File.html callbacks.html chaining_example_c.html chainingexample.html crosslap.html datastructures.html decoding.html example.html exampleindex.html fileinfo.html index.html initialization.html ov_bitrate.html ov_bitrate_instant.html ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html ov_fopen.html ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html ov_read_float.html ov_read_filter.html ov_seekable.html ov_serialnumber.html ov_streams.html ov_test.html ov_test_callbacks.html '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisfile'
|
2511
|
/usr/bin/install -c -m 644 ov_test_open.html ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html overview.html reference.html seekexample.html seeking.html seeking_example_c.html seeking_test_c.html seekingexample.html style.css threads.html vorbisfile_example_c.html '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisfile'
|
2512
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisfile'
|
2513
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisfile'
|
2514
|
Making install in vorbisenc
|
2515
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisenc'
|
2516
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisenc'
|
2517
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2518
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisenc'
|
2519
|
/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/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisenc'
|
2520
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisenc'
|
2521
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisenc'
|
2522
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'
|
2523
|
echo "*** Warning: Documentation build is disabled."
|
2524
|
*** Warning: Documentation build is disabled.
|
2525
|
touch doxygen-build.stamp
|
2526
|
make[7]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'
|
2527
|
make[7]: Nothing to be done for 'install-exec-am'.
|
2528
|
/bin/bash /tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/install-sh -d /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6
|
2529
|
if test -d vorbis; then \
|
2530
|
for dir in vorbis/*; do \
|
2531
|
if test -d $dir; then \
|
2532
|
b=`basename $dir`; \
|
2533
|
/bin/bash /tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/install-sh -d /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/$b; \
|
2534
|
for f in $dir/*; do \
|
2535
|
/usr/bin/install -c -m 644 $f /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/$b; \
|
2536
|
done \
|
2537
|
fi \
|
2538
|
done \
|
2539
|
fi
|
2540
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6'
|
2541
|
/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/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6'
|
2542
|
make[7]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'
|
2543
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'
|
2544
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'
|
2545
|
make[5]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'
|
2546
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'
|
2547
|
make[6]: Nothing to be done for 'install-exec-am'.
|
2548
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
|
2549
|
/usr/bin/install -c -m 644 vorbis.m4 '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
|
2550
|
/usr/bin/mkdir -p '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
|
2551
|
/usr/bin/install -c -m 644 vorbis.pc vorbisenc.pc vorbisfile.pc '/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
|
2552
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'
|
2553
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'
|
2554
|
make[4]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'
|
2555
|
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
|
2556
|
[ 52%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o
|
2557
|
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
|
2558
|
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
|
2559
|
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
|
2560
|
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
|
2561
|
[CC] vp9/encoder/vp9_encodemv.c.o
|
2562
|
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
|
2563
|
[CC] vp9/encoder/vp9_ethread.c.o
|
2564
|
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
|
2565
|
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
|
2566
|
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
|
2567
|
[CC] vp9/encoder/vp9_extend.c.o
|
2568
|
[CC] vp9/encoder/vp9_firstpass.c.o
|
2569
|
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
|
2570
|
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
|
2571
|
[CC] vp9/encoder/vp9_frame_scale.c.o
|
2572
|
[CC] vp9/encoder/vp9_lookahead.c.o
|
2573
|
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
|
2574
|
[CC] vp9/encoder/vp9_multi_thread.c.o
|
2575
|
[CC] vp9/encoder/vp9_mcomp.c.o
|
2576
|
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
|
2577
|
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
|
2578
|
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
|
2579
|
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
|
2580
|
[CC] vp9/encoder/vp9_encoder.c.o
|
2581
|
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
|
2582
|
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
|
2583
|
[CC] vp9/encoder/vp9_picklpf.c.o
|
2584
|
[CC] vp9/encoder/vp9_quantize.c.o
|
2585
|
[CC] vp9/encoder/vp9_ratectrl.c.o
|
2586
|
[CC] vp9/encoder/vp9_rd.c.o
|
2587
|
[CC] vp9/encoder/vp9_rdopt.c.o
|
2588
|
[ 53%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o
|
2589
|
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
|
2590
|
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
|
2591
|
[CC] vp9/encoder/vp9_pickmode.c.o
|
2592
|
[ 54%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o
|
2593
|
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
|
2594
|
[CC] vp9/encoder/vp9_segmentation.c.o
|
2595
|
[CC] vp9/encoder/vp9_speed_features.c.o
|
2596
|
[CC] vp9/encoder/vp9_subexp.c.o
|
2597
|
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
|
2598
|
[CC] vp9/encoder/vp9_svc_layercontext.c.o
|
2599
|
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
|
2600
|
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
|
2601
|
[CC] vp9/encoder/vp9_resize.c.o
|
2602
|
[CC] vp9/encoder/vp9_tokenize.c.o
|
2603
|
[CC] vp9/encoder/vp9_treewriter.c.o
|
2604
|
[CC] vp9/encoder/vp9_aq_variance.c.o
|
2605
|
[CC] vp9/encoder/vp9_aq_360.c.o
|
2606
|
[CC] vp9/encoder/vp9_aq_cyclicrefresh.c.o
|
2607
|
[CC] vp9/encoder/vp9_aq_complexity.c.o
|
2608
|
[CC] vp9/encoder/vp9_alt_ref_aq.c.o
|
2609
|
[CC] vp9/encoder/vp9_skin_detection.c.o
|
2610
|
[CC] vp9/encoder/vp9_noise_estimate.c.o
|
2611
|
[CC] vp9/encoder/vp9_temporal_filter.c.o
|
2612
|
[CC] vp9/encoder/vp9_mbgraph.c.o
|
2613
|
[ 56%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o
|
2614
|
[CC] vp9/encoder/x86/temporal_filter_sse4.c.o
|
2615
|
[CC] vp9/encoder/x86/vp9_quantize_sse2.c.o
|
2616
|
[CC] vp9/encoder/x86/vp9_quantize_avx2.c.o
|
2617
|
[CC] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.o
|
2618
|
[CC] vp9/encoder/x86/vp9_dct_intrin_sse2.c.o
|
2619
|
[CC] vp9/encoder/x86/vp9_frame_scale_ssse3.c.o
|
2620
|
[CC] vp9/encoder/x86/vp9_error_avx2.c.o
|
2621
|
[CC] vp9/vp9_dx_iface.c.o
|
2622
|
[CC] vp9/decoder/vp9_decodemv.c.o
|
2623
|
[CC] vp9/decoder/vp9_decodeframe.c.o
|
2624
|
[CC] vp9/decoder/vp9_detokenize.c.o
|
2625
|
[CC] vp9/decoder/vp9_decoder.c.o
|
2626
|
[CC] vp9/decoder/vp9_dsubexp.c.o
|
2627
|
[CC] vp9/decoder/vp9_job_queue.c.o
|
2628
|
[CC] vpx_config.c.o
|
2629
|
[AS] vpx_ports/emms_mmx.asm.o
|
2630
|
[AS] vpx_dsp/x86/intrapred_sse2.asm.o
|
2631
|
[AS] vpx_dsp/x86/intrapred_ssse3.asm.o
|
2632
|
[AS] vpx_dsp/x86/add_noise_sse2.asm.o
|
2633
|
[AS] vpx_dsp/x86/deblock_sse2.asm.o
|
2634
|
[AS] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.o
|
2635
|
[AS] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.o
|
2636
|
[AS] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.o
|
2637
|
[AS] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.o
|
2638
|
[AS] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.o
|
2639
|
[AS] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.o
|
2640
|
[AS] vpx_dsp/x86/inv_wht_sse2.asm.o
|
2641
|
[AS] vpx_dsp/x86/avg_ssse3_x86_64.asm.o
|
2642
|
[AS] vpx_dsp/x86/sad_sse3.asm.o
|
2643
|
[AS] vpx_dsp/x86/sad_ssse3.asm.o
|
2644
|
[AS] vpx_dsp/x86/sad_sse4.asm.o
|
2645
|
[AS] vpx_dsp/x86/sad4d_sse2.asm.o
|
2646
|
[AS] vpx_dsp/x86/sad_sse2.asm.o
|
2647
|
[AS] vpx_dsp/x86/subtract_sse2.asm.o
|
2648
|
[AS] vpx_dsp/x86/ssim_opt_x86_64.asm.o
|
2649
|
[AS] vpx_dsp/x86/subpel_variance_sse2.asm.o
|
2650
|
[ 57%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o
|
2651
|
[AS] vp8/common/x86/dequantize_mmx.asm.o
|
2652
|
[AS] vp8/common/x86/idctllm_mmx.asm.o
|
2653
|
[AS] vp8/common/x86/recon_mmx.asm.o
|
2654
|
[AS] vp8/common/x86/subpixel_mmx.asm.o
|
2655
|
[AS] vp8/common/x86/idctllm_sse2.asm.o
|
2656
|
[AS] vp8/common/x86/recon_sse2.asm.o
|
2657
|
[AS] vp8/common/x86/subpixel_sse2.asm.o
|
2658
|
[AS] vp8/common/x86/loopfilter_sse2.asm.o
|
2659
|
[AS] vp8/common/x86/iwalsh_sse2.asm.o
|
2660
|
[AS] vp8/common/x86/subpixel_ssse3.asm.o
|
2661
|
[AS] vp8/common/x86/mfqe_sse2.asm.o
|
2662
|
[AS] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.o
|
2663
|
[AS] vp8/encoder/x86/copy_sse2.asm.o
|
2664
|
[AS] vp8/encoder/x86/copy_sse3.asm.o
|
2665
|
[AS] vp8/encoder/x86/dct_sse2.asm.o
|
2666
|
[AS] vp8/encoder/x86/fwalsh_sse2.asm.o
|
2667
|
[AS] vp8/encoder/x86/block_error_sse2.asm.o
|
2668
|
[AS] vp8/encoder/x86/temporal_filter_apply_sse2.asm.o
|
2669
|
[AS] vp9/encoder/x86/vp9_dct_sse2.asm.o
|
2670
|
[AS] vp9/encoder/x86/vp9_error_sse2.asm.o
|
2671
|
[AS] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.o
|
2672
|
[CREATE] vpx.pc
|
2673
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8.h
|
2674
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8cx.h
|
2675
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8dx.h
|
2676
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_codec.h
|
2677
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_frame_buffer.h
|
2678
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_image.h
|
2679
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_integer.h
|
2680
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_decoder.h
|
2681
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_encoder.h
|
2682
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/vpx.pc
|
2683
|
[ 58%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o
|
2684
|
[ 59%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o
|
2685
|
[AR] libvpx_g.a
|
2686
|
[ 60%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o
|
2687
|
[STRIP] libvpx.a < libvpx_g.a
|
2688
|
[INSTALL] /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvpx.a
|
2689
|
[DEP] tools/tiny_ssim.c.d
|
2690
|
[ 62%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o
|
2691
|
[DEP] y4minput.c.d
|
2692
|
[CC] y4minput.c.o
|
2693
|
[ 63%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o
|
2694
|
[ 64%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o
|
2695
|
[ 65%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o
|
2696
|
[ 67%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o
|
2697
|
[ 68%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o
|
2698
|
[ 69%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o
|
2699
|
[CC] tools/tiny_ssim.c.o
|
2700
|
[ 70%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o
|
2701
|
[ 71%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o
|
2702
|
[ 73%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o
|
2703
|
[ 74%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o
|
2704
|
[ 75%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o
|
2705
|
[LD] tools/tiny_ssim
|
2706
|
[ 76%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o
|
2707
|
make[4]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/libvpx-1.8.2'
|
2708
|
[ 78%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o
|
2709
|
[ 79%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o
|
2710
|
[ 80%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o
|
2711
|
[ 81%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o
|
2712
|
[ 82%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o
|
2713
|
[ 84%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o
|
2714
|
[ 85%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o
|
2715
|
rm -f libx264.a
|
2716
|
gcc-ar rc libx264.a common/osdep.o common/base.o common/cpu.o common/tables.o encoder/api.o common/mc-8.o common/predict-8.o common/pixel-8.o common/macroblock-8.o common/frame-8.o common/dct-8.o common/cabac-8.o common/common-8.o common/rectangle-8.o common/set-8.o common/quant-8.o common/deblock-8.o common/vlc-8.o common/mvpred-8.o common/bitstream-8.o encoder/analyse-8.o encoder/me-8.o encoder/ratecontrol-8.o encoder/set-8.o encoder/macroblock-8.o encoder/cabac-8.o encoder/cavlc-8.o encoder/encoder-8.o encoder/lookahead-8.o common/threadpool-8.o common/x86/mc-c-8.o common/x86/predict-c-8.o common/opencl-8.o encoder/slicetype-cl-8.o common/mc-10.o common/predict-10.o common/pixel-10.o common/macroblock-10.o common/frame-10.o common/dct-10.o common/cabac-10.o common/common-10.o common/rectangle-10.o common/set-10.o common/quant-10.o common/deblock-10.o common/vlc-10.o common/mvpred-10.o common/bitstream-10.o encoder/analyse-10.o encoder/me-10.o encoder/ratecontrol-10.o encoder/set-10.o encoder/macroblock-10.o encoder/cabac-10.o encoder/cavlc-10.o encoder/encoder-10.o encoder/lookahead-10.o common/threadpool-10.o common/x86/mc-c-10.o common/x86/predict-c-10.o common/x86/cpu-a.o common/x86/dct-64-8.o common/x86/trellis-64-8.o common/x86/bitstream-a-8.o common/x86/const-a-8.o common/x86/cabac-a-8.o common/x86/dct-a-8.o common/x86/deblock-a-8.o common/x86/mc-a-8.o common/x86/mc-a2-8.o common/x86/pixel-a-8.o common/x86/predict-a-8.o common/x86/quant-a-8.o common/x86/sad-a-8.o common/x86/dct-64-10.o common/x86/trellis-64-10.o common/x86/bitstream-a-10.o common/x86/const-a-10.o common/x86/cabac-a-10.o common/x86/dct-a-10.o common/x86/deblock-a-10.o common/x86/mc-a-10.o common/x86/mc-a2-10.o common/x86/pixel-a-10.o common/x86/predict-a-10.o common/x86/quant-a-10.o common/x86/sad16-a-10.o
|
2717
|
gcc-ranlib libx264.a
|
2718
|
install -d /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib
|
2719
|
install -m 644 libx264.a /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib
|
2720
|
gcc-ranlib /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libx264.a
|
2721
|
make[4]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x264-snapshot-20191216-2245'
|
2722
|
[ 86%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o
|
2723
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2724
|
[ 86%] Built target common
|
2725
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2726
|
Scanning dependencies of target x265-static
|
2727
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2728
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2729
|
[ 87%] Linking CXX static library libx265.a
|
2730
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2731
|
[ 87%] Built target x265-static
|
2732
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2733
|
Scanning dependencies of target cli
|
2734
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2735
|
make[6]: Entering directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2736
|
[ 89%] Building CXX object CMakeFiles/cli.dir/input/y4m.cpp.o
|
2737
|
[ 90%] Building CXX object CMakeFiles/cli.dir/input/yuv.cpp.o
|
2738
|
[ 91%] Building CXX object CMakeFiles/cli.dir/input/input.cpp.o
|
2739
|
[ 92%] Building CXX object CMakeFiles/cli.dir/output/raw.cpp.o
|
2740
|
[ 93%] Building CXX object CMakeFiles/cli.dir/output/output.cpp.o
|
2741
|
[ 95%] Building CXX object CMakeFiles/cli.dir/output/y4m.cpp.o
|
2742
|
[ 96%] Building CXX object CMakeFiles/cli.dir/output/reconplay.cpp.o
|
2743
|
[ 97%] Building CXX object CMakeFiles/cli.dir/output/yuv.cpp.o
|
2744
|
[ 98%] Building CXX object CMakeFiles/cli.dir/x265.cpp.o
|
2745
|
[100%] Linking CXX executable x265
|
2746
|
make[6]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2747
|
[100%] Built target cli
|
2748
|
make[5]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2749
|
Install the project...
|
2750
|
-- Install configuration: "Release"
|
2751
|
-- Installing: /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libx265.a
|
2752
|
-- Installing: /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h
|
2753
|
-- Installing: /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265_config.h
|
2754
|
-- Installing: /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc
|
2755
|
-- Installing: /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/x265
|
2756
|
make[4]: Leaving directory '/tmp/tvheadend/build.linux/ffmpeg/x265_3.2/build/linux'
|
2757
|
mv /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc.old
|
2758
|
sed -e 's,-ldl,-ldl -lpthread,g' \
|
2759
|
< /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc.old \
|
2760
|
> /tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc
|
2761
|
cd /tmp/tvheadend/build.linux/ffmpeg/ffmpeg-4.1.5 && FFMPEG_PREFIX=/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/tmp/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
|
2762
|
--disable-all \
|
2763
|
--enable-gpl \
|
2764
|
--enable-nonfree \
|
2765
|
--extra-cflags="-I/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -fPIE" \
|
2766
|
--extra-libs="-L/tmp/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib -ldl" \
|
2767
|
--pkg-config="/tmp/tvheadend/support/pkg-config.ffmpeg" \
|
2768
|
--enable-openssl \
|
2769
|
--enable-avutil --enable-avcodec --enable-avformat --enable-swscale --enable-avresample --enable-swresample --enable-avfilter \
|
2770
|
--enable-libx264 --enable-libx265 --enable-libvpx --enable-libtheora --enable-libvorbis --enable-libopus --enable-nvenc --enable-vaapi --enable-nonfree \
|
2771
|
--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 \
|
2772
|
--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 \
|
2773
|
--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_nvenc --enable-encoder=hevc_nvenc --enable-encoder=h264_vaapi --enable-encoder=hevc_vaapi --enable-encoder=vp8_vaapi --enable-encoder=vp9_vaapi \
|
2774
|
--enable-demuxer=mpegts --enable-demuxer=matroska --enable-demuxer=hls --enable-demuxer=flv --enable-demuxer=live_flv \
|
2775
|
--enable-muxer=mpegts --enable-muxer=matroska --enable-muxer=mp4 --enable-muxer=ogg \
|
2776
|
--enable-bsf=h264_mp4toannexb --enable-bsf=hevc_mp4toannexb \
|
2777
|
--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 \
|
2778
|
--enable-hwaccel=mpeg2_vaapi --enable-hwaccel=h264_vaapi --enable-hwaccel=hevc_vaapi --enable-hwaccel=vp9_vaapi \
|
2779
|
--disable-programs \
|
2780
|
--disable-doc \
|
2781
|
--disable-htmlpages \
|
2782
|
--disable-manpages \
|
2783
|
--disable-podpages \
|
2784
|
--disable-txtpages
|
2785
|
ERROR: vaapi requested but not found
|
2786
|
|
2787
|
If you think configure made a mistake, make sure you are using the latest
|
2788
|
version from Git. If the latest version fails, report the problem to the
|
2789
|
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
|
2790
|
Include the log file "ffbuild/config.log" produced by configure as this will help
|
2791
|
solve the problem.
|
2792
|
make[3]: Leaving directory '/tmp/tvheadend'
|
2793
|
make[2]: Leaving directory '/tmp/tvheadend'
|
2794
|
make[1]: Leaving directory '/tmp/tvheadend'
|