본문 바로가기
서버/리눅스 서버

TVHeadend 빌드하기 (Debian Base)

by ㅋㅋ잠자 2019. 5. 30.
반응형

안녕하세요? 


누구나 빌드할 수 있는 TVHeadend 를 빌드해 보겠습니다.


데비안9 시스템에서 진행되며, 이번에는 Windows Subsystem Linux 환경에서 컴파일을 진행합니다.





1. 패키지 리스트 갱신 및 의존 패키지 설치


먼저, 패키지 리스트를 갱신하지 않으면 빵꾸? 가 발생할 수 있음으로, 꼭 갱신을 해주어야 합니다.


갱신 후에 의존성 패키지를 설치합니다.


root@DESKTOP-UPNARV0:~# apt update

Ign:1 http://deb.debian.org/debian stretch InRelease

Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]

Get:3 http://deb.debian.org/debian stretch Release [118 kB]

Get:4 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]

Get:5 http://deb.debian.org/debian stretch Release.gpg [2434 B]

Get:6 http://ftp.debian.org/debian stretch-backports InRelease [91.8 kB]

Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.2 kB]

Get:8 http://deb.debian.org/debian stretch-updates/main Translation-en [11.2 kB]

Get:9 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [492 kB]

Get:10 http://security.debian.org/debian-security stretch/updates/main Translation-en [219 kB]

Get:11 http://deb.debian.org/debian stretch/main amd64 Packages [7082 kB]

Get:12 http://deb.debian.org/debian stretch/main Translation-en [5384 kB]

Get:13 http://ftp.debian.org/debian stretch-backports/main amd64 Packages [598 kB]

Get:14 http://ftp.debian.org/debian stretch-backports/main Translation-en [457 kB]

Fetched 14.7 MB in 14s (1040 kB/s)

Reading package lists... Done

Building dependency tree

Reading state information... Done

20 packages can be upgraded. Run 'apt list --upgradable' to see them.


다음으로 git 과 build-essential 패키지를 설치합니다.


root@DESKTOP-UPNARV0:~# apt install build-essential git

Reading package lists... Done

Building dependency tree

Reading state information... Done

The following additional packages will be installed:

  binutils bzip2 ca-certificates cpp cpp-6 dpkg-dev fakeroot g++ g++-6 gcc gcc-6 git-man krb5-locales less

  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan3 libatomic1 libc-dev-bin libc6

  libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot

  libfile-fcntllock-perl libgcc-6-dev libgdbm3 libgomp1 libgssapi-krb5-2 libisl15 libitm1 libk5crypto3 libkeyutils1

  libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnghttp2-14 libperl5.24

  libquadmath0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 libssl1.1 libstdc++-6-dev libtsan0

  libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-libc-dev make manpages manpages-dev

  openssh-client openssl patch perl perl-base perl-modules-5.24 rename rsync xauth xz-utils

Suggested packages:

  binutils-doc bzip2-doc cpp-doc gcc-6-locales debian-keyring g++-multilib g++-6-multilib gcc-6-doc libstdc++6-6-dbg

  gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-6-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg

  libatomic1-dbg libasan3-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg

  gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs

  git-mediawiki git-svn glibc-doc krb5-doc krb5-user libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal

  libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libstdc++-6-doc make-doc man-browser keychain

  libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl

  openssh-server

The following NEW packages will be installed:

  binutils build-essential bzip2 ca-certificates cpp cpp-6 dpkg-dev fakeroot g++ g++-6 gcc gcc-6 git git-man

  krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan3 libatomic1

  libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1

  libfakeroot libfile-fcntllock-perl libgcc-6-dev libgdbm3 libgomp1 libgssapi-krb5-2 libisl15 libitm1 libk5crypto3

  libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common liblsan0 libmpc3 libmpfr4 libmpx2 libnghttp2-14

  libperl5.24 libquadmath0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 libssl1.1

  libstdc++-6-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 linux-libc-dev

  make manpages manpages-dev openssh-client openssl patch perl perl-modules-5.24 rename rsync xauth xz-utils

The following packages will be upgraded:

  libc6 perl-base

2 upgraded, 80 newly installed, 0 to remove and 18 not upgraded.

Need to get 64.8 MB of archives.

After this operation, 257 MB of additional disk space will be used.

Do you want to continue? [Y/n]






2. TVHeadend 소스 받기


git clone 명령으로 TVH 소스를 받습니다. 온라인으로 확인할 수 있는 저장소의 주소는 아래와 같습니다.


https://github.com/tvheadend/tvheadend


일단 아래의 명령을 실행하여 받아봅니다.


root@DESKTOP-UPNARV0:~# git clone http://github.com/tvheadend/tvheadend.git

Cloning into 'tvheadend'...

remote: Enumerating objects: 83, done.

remote: Counting objects: 100% (83/83), done.

remote: Compressing objects: 100% (50/50), done.

Receiving objects:  15% (12650/83461), 4.91 MiB | 1.96 MiB/s


자 최신 master 소스는 이렇게 받으면 됩니다. 특정 빌드를 지정하고 싶으시면 웹사이트에서 커밋을 보시고 정하시면 됩니다.


특정 버전 빌드시 Tags 를 기반이나 혹은 커밋 기반으로 선택해 주시면 됩니다.




예로써 4.2.8 버전을 빌드하고 싶으면 아래와 같이 입력합니다.


root@DESKTOP-UPNARV0:~# cd tvheadend/

root@DESKTOP-UPNARV0:~/tvheadend# git checkout f8caa16b829b9c5a662b3f6d56176392c4a93b07

Checking out files: 100% (908/908), done.

Note: checking out 'f8caa16b829b9c5a662b3f6d56176392c4a93b07'.


You are in 'detached HEAD' state. You can look around, make experimental

changes and commit them, and you can discard any commits you make in this

state without impacting any branches by performing another checkout.


If you want to create a new branch to retain commits you create, you may

do so (now or later) by using -b with the checkout command again. Example:


  git checkout -b <new-branch-name>


HEAD is now at f8caa16b8... intl update from transifex


4.2.8 버전으로 빌드를 하고 싶으시면 상기 상태에서 빌드를 하시면 됩니다.


저는 최신버전을 빌드할 것이기 때문에 master 브랜치로 이동하겠습니다.


root@DESKTOP-UPNARV0:~/tvheadend# git checkout master

Checking out files: 100% (908/908), done.

Previous HEAD position was f8caa16b8... intl update from transifex

Switched to branch 'master'

Your branch is up-to-date with 'origin/master'.





3. 빌드하기


TVHeadend 는 기본적으로 Autobuild 스크립트가 있습니다. 쉽게 빌드가 가능합니다.


일단 TVH 에 기능을 넣고 빼는 작업부터 해보겠습니다.


root@DESKTOP-UPNARV0:~/tvheadend# nano configure


OPTIONS=(

  "pie:yes"

  "ccdebug:no"

  "cardclient:auto"

  "cwc:yes"

  "cccam:yes"

  "capmt:yes"

  "constcw:yes"

  "linuxdvb:yes"

  "satip_server:yes"

  "satip_client:yes"

  "hdhomerun_client:no"

  "hdhomerun_static:yes"

  "iptv:yes"

  "tsfile:yes"

  "dvbscan:yes"

  "timeshift:yes"

  "trace:yes"

  "avahi:auto"

  "zlib:auto"

  "libav:auto"

  "ffmpeg_static:yes"

  "libx264:yes"

  "libx264_static:yes"

  "libx265:yes"

  "libx265_static:yes"

  "libvpx:yes"

  "libvpx_static:yes"

  "libtheora:yes"

  "libtheora_static:yes"

  "libvorbis:yes"

  "libvorbis_static:yes"

  "libfdkaac:no"

  "libfdkaac_static:yes"

  "libopus:yes"

  "libopus_static:yes"

  "nvenc:no"

  "vaapi:auto"

  "mmal:no"

  "omx:no"

  "inotify:auto"

  "epoll:auto"

  "pcre:auto"

  "pcre2:auto"

  "uriparser:auto"

  "ccache:auto"

  "tvhcsa:auto"

  "bundle:no"

  "pngquant:no"

  "kqueue:no"

  "dbus_1:auto"

  "android:no"

  "gtimer_check:no"

  "slow_memoryinfo:no"

  "libsystemd_daemon:no"

  "pcloud_cache:yes"

  "ddci:yes"

  "cclang_threadsan:no"

  "gperftools:no"

)


상기에서 yes no auto 로 선택해 주시면 됩니다. ffmpeg 가 필요없으시면 관련된 것을 no로 해주시면 됩니다. 혹시나 nvenc 나 vaapi 가 필요할 경우 혹은 RPI 에서 mmal 디코딩과 omx 인코딩이 필요할 경우에도 마찬가지로 옵션을 조정해 주시면 됩니다.


퀵싱크의 경우 intel-media-driver 가 나옴에 따라 구시대 방식을 적용하기 위해서는 TVH 의 구버전을 빌드하셔야합니다. 혹은 최신버전에서 transcoding.c 파일을 수정하셔야 작동이 정상적으로 됩니다.


일단 저는 기본 옵션으로 진행해 보겠습니다.


root@DESKTOP-UPNARV0:~/tvheadend# ./Autobuild.sh -t debian

On branch master

Your branch is up-to-date with 'origin/master'.

nothing to commit, working tree clean

dpkg-buildpackage: info: source package tvheadend

dpkg-buildpackage: info: source version 4.3-1792~g466a01431

dpkg-buildpackage: info: source distribution unstable

dpkg-buildpackage: info: source changed by Andreas Öman <andreas@tvheadend.org>

dpkg-buildpackage: info: host architecture amd64

 dpkg-source --before-build tvheadend

dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper (>= 7.0.50) pkg-config gettext libavahi-client-dev libssl-dev zlib1g-dev liburiparser-dev python python-requests cmake libpcre2-dev | libpcre3-dev libdvbcsa-dev

dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting

dpkg-buildpackage: warning: (Use -d flag to override.)


configure 를 진행하게 되면 필요한 패키지가 없다고 에러로 알려줍니다. 혹은 에러가 발생하는 부분에 따라 환경을 맞춰주시면 됩니다.


상기에 필요한 패키지 목록을 친절하게 알려주기 때문에 아래의 의존성 패키지들을 추가적으로 설치해 보겠습니다.


root@DESKTOP-UPNARV0:~/tvheadend# apt install debhelper pkg-config gettext libavahi-client-dev libssl-dev zlib1g-dev liburiparser-dev python python-requests cmake libpcre3-dev libdvbcsa-dev

Reading package lists... Done

Building dependency tree

Reading state information... Done

The following additional packages will be installed:

  autoconf automake autopoint autotools-dev cmake-data dbus dh-autoreconf dh-strip-nondeterminism file gettext-base

  groff-base intltool-debian libarchive-zip-perl libarchive13 libavahi-client3 libavahi-common-data

  libavahi-common-dev libavahi-common3 libcroco3 libcurl3 libdbus-1-3 libdbus-1-dev libdvbcsa1

  libfile-stripnondeterminism-perl libglib2.0-0 libglib2.0-data libicu57 libjsoncpp1 libltdl-dev libltdl7 liblzo2-2

  libmagic-mgc libmagic1 libmail-sendmail-perl libpcre16-3 libpcre32-3 libpcrecpp0v5 libpipeline1 libpython-stdlib

  libpython2.7-minimal libpython2.7-stdlib libsigsegv2 libssl-doc libsys-hostname-long-perl libtimedate-perl libtool

  liburiparser1 libuv1 libxml2 m4 man-db mime-support po-debconf python-cffi-backend python-chardet

  python-cryptography python-enum34 python-idna python-ipaddress python-minimal python-openssl python-pkg-resources

  python-pyasn1 python-setuptools python-six python-urllib3 python2.7 python2.7-minimal sgml-base shared-mime-info

  xdg-user-dirs xml-core

Suggested packages:

  autoconf-archive gnu-standards autoconf-doc codeblocks eclipse ninja-build default-dbus-session-bus

  | dbus-session-bus dh-make gettext-doc libasprintf-dev libgettextpo-dev groff lrzip libtool-doc gfortran

  | fortran95-compiler gcj-jdk m4-doc www-browser libmail-box-perl python-doc python-tk python-cryptography-doc

  python-cryptography-vectors python-enum34-doc python-openssl-doc python-openssl-dbg doc-base python-socks

  python-setuptools-doc python-ntlm python2.7-doc binfmt-support sgml-base-doc

The following NEW packages will be installed:

  autoconf automake autopoint autotools-dev cmake cmake-data dbus debhelper dh-autoreconf dh-strip-nondeterminism file

  gettext gettext-base groff-base intltool-debian libarchive-zip-perl libarchive13 libavahi-client-dev

  libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libcroco3 libcurl3 libdbus-1-3

  libdbus-1-dev libdvbcsa-dev libdvbcsa1 libfile-stripnondeterminism-perl libglib2.0-0 libglib2.0-data libicu57

  libjsoncpp1 libltdl-dev libltdl7 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libpcre16-3 libpcre3-dev

  libpcre32-3 libpcrecpp0v5 libpipeline1 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsigsegv2

  libssl-dev libssl-doc libsys-hostname-long-perl libtimedate-perl libtool liburiparser-dev liburiparser1 libuv1

  libxml2 m4 man-db mime-support pkg-config po-debconf python python-cffi-backend python-chardet python-cryptography

  python-enum34 python-idna python-ipaddress python-minimal python-openssl python-pkg-resources python-pyasn1

  python-requests python-setuptools python-six python-urllib3 python2.7 python2.7-minimal sgml-base shared-mime-info

  xdg-user-dirs xml-core zlib1g-dev

0 upgraded, 84 newly installed, 0 to remove and 18 not upgraded.

Need to get 39.6 MB of archives.

After this operation, 149 MB of additional disk space will be used.

Do you want to continue? [Y/n]


의존성 패키지 설치가 끝나게 되면 상기 명령을 재실행 하여 컴파일을 진행합니다.


root@DESKTOP-UPNARV0:~/tvheadend# ./Autobuild.sh -t debian

On branch master

Your branch is up-to-date with 'origin/master'.

nothing to commit, working tree clean

dpkg-buildpackage: info: source package tvheadend

dpkg-buildpackage: info: source version 4.3-1792~g466a01431

dpkg-buildpackage: info: source distribution unstable

dpkg-buildpackage: info: source changed by Andreas Öman <andreas@tvheadend.org>

dpkg-buildpackage: info: host architecture amd64

 dpkg-source --before-build tvheadend

 debian/rules clean

dh clean --with-systemd

dh: Compatibility levels before 9 are deprecated (level 5 in use)

   dh_testdir -O--with-systemd

   dh_clean -O--with-systemd

        rm -f debian/debhelper-build-stamp

        rm -f debian/tvheadend.substvars

        rm -f debian/tvheadend.*.debhelper

        rm -rf debian/tvheadend/

        rm -f debian/tvheadend-dbg.substvars

        rm -f debian/tvheadend-dbg.*.debhelper

        rm -rf debian/tvheadend-dbg/

        rm -rf debian/.debhelper/

        rm -f debian/*.debhelper.log

dh_clean: Compatibility levels before 9 are deprecated (level 5 in use)

        rm -f debian/files

        find .  \( \( \

                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \

                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \

                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \

                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \

                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \

                \) -exec rm -f {} + \) -o \

                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)

 debian/rules build

dh build --with-systemd

dh: Compatibility levels before 9 are deprecated (level 5 in use)

   dh_testdir -O--with-systemd

   dh_update_autotools_config -O--with-systemd

   debian/rules override_dh_auto_configure

make[1]: Entering directory '/root/tvheadend'

dh_auto_configure --

dh_auto_configure: Compatibility levels before 9 are deprecated (level 5 in use)

        ./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

Checking support/features

  checking for cc execinfo.h ...                    ok

  checking for cc -mmmx ...                         ok

  checking for cc -msse2 ...                        ok

  checking for cc -Wunused-result ...               ok

  checking for cc -fstack-protector ...             ok

  checking for cc -fstack-protector-strong ...      ok

  checking for cc -fstack-check ...                 ok

  checking for cc -fPIE ...                         ok

  checking for cc strlcat ...                       fail

  checking for cc strlcpy ...                       fail

  checking for cc fdatasync ...                     ok

  checking for cc getloadavg ...                    ok

  checking for cc atomic32 ...                      ok

  checking for cc atomic64 ...                      ok

  checking for cc atomic_time_t ...                 ok

  checking for cc atomic_ptr ...                    ok

  checking for cc bitops64 ...                      cd ok

  checking for cc lockowner ...                     ok

  checking for cc qsort_r ...                       ok

  checking for cc stime ...                         ok

  checking for cc gmtoff ...                        ok

  checking for cc recvmmsg ...                      ok

  checking for cc sendmmsg ...


전체 로그는 아래와 같습니다.


root@DESKTOP-RDR11O0:~/tvheadend# ./Autobuild.sh -t debian

On branch master

Your branch is up-to-date with 'origin/master'.

nothing to commit, working tree clean

dpkg-buildpackage: info: source package tvheadend

dpkg-buildpackage: info: source version 4.3-1792~g466a01431

dpkg-buildpackage: info: source distribution unstable

dpkg-buildpackage: info: source changed by Andreas Öman <andreas@tvheadend.org>

dpkg-buildpackage: info: host architecture amd64

 dpkg-source --before-build tvheadend

 debian/rules clean

dh clean --with-systemd

dh: Compatibility levels before 9 are deprecated (level 5 in use)

   dh_testdir -O--with-systemd

   dh_clean -O--with-systemd

        rm -f debian/debhelper-build-stamp

        rm -f debian/tvheadend.substvars

        rm -f debian/tvheadend.*.debhelper

        rm -rf debian/tvheadend/

        rm -f debian/tvheadend-dbg.substvars

        rm -f debian/tvheadend-dbg.*.debhelper

        rm -rf debian/tvheadend-dbg/

        rm -rf debian/.debhelper/

        rm -f debian/*.debhelper.log

dh_clean: Compatibility levels before 9 are deprecated (level 5 in use)

        rm -f debian/files

        find .  \( \( \

                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \

                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \

                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \

                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \

                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \

                \) -exec rm -f {} + \) -o \

                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)

 debian/rules build

dh build --with-systemd

dh: Compatibility levels before 9 are deprecated (level 5 in use)

   dh_testdir -O--with-systemd

   dh_update_autotools_config -O--with-systemd

   debian/rules override_dh_auto_configure

make[1]: Entering directory '/root/tvheadend'

dh_auto_configure --

dh_auto_configure: Compatibility levels before 9 are deprecated (level 5 in use)

        ./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

Checking support/features

  checking for cc execinfo.h ...                    ok

  checking for cc -mmmx ...                         ok

  checking for cc -msse2 ...                        ok

  checking for cc -Wunused-result ...               ok

  checking for cc -fstack-protector ...             ok

  checking for cc -fstack-protector-strong ...      ok

  checking for cc -fstack-check ...                 ok

  checking for cc -fPIE ...                         ok

  checking for cc strlcat ...                       fail

  checking for cc strlcpy ...                       fail

  checking for cc fdatasync ...                     ok

  checking for cc getloadavg ...                    ok

  checking for cc atomic32 ...                      ok

  checking for cc atomic64 ...                      ok

  checking for cc atomic_time_t ...                 ok

  checking for cc atomic_ptr ...                    ok

  checking for cc bitops64 ...                      ok

  checking for cc lockowner ...                     ok

  checking for cc qsort_r ...                       ok

  checking for cc stime ...                         ok

  checking for cc gmtoff ...                        ok

  checking for cc recvmmsg ...                      ok

  checking for cc sendmmsg ...                      ok

  checking for cc libiconv ...                      fail

    ^ using build-in glibc iconv routines

  checking for cc ifnames ...                       ok

  checking for cc cclang_threadsan ...              fail

  checking for py module gzip ...                   ok

  checking for pkg-config ...                       ok

  checking for xgettext ...                         ok

  checking for msgmerge ...                         ok

  checking for gzip ...                             ok

  checking for bzip2 ...                            ok

  checking for pkg openssl  ...                     ok (detected 1.1.0j)

  checking for cc linux/dvb/version.h ...           ok

  checking for pkg zlib  ...                        ok (detected 1.2.8)

  checking for pkg libpcre2-8  ...                  fail (detected <none>)

  checking for pkg libpcre  ...                     ok (detected 8.39)

  checking for pkg liburiparser  ...                ok (detected 0.8.4)

  checking for pkg avahi-client  ...                ok (detected 0.6.32)

  checking for cmake ...                            ok

  checking for cc -lstdc++ ...                      ok

  checking for pkg libva >=0.38.0 ...               fail (detected <none>)

  checking for cc sys/inotify.h ...                 ok

  checking for cc inotify_init1 ...                 ok

  checking for cc dvbcsa/dvbcsa.h ...               ok

  checking for cc -ldvbcsa ...                      ok

  fetching dvb-scan files ...                       ok

  checking for cc epoll_create1 ...                 ok

  checking for pkg dbus-1  ...                      ok (detected 1.10.26)


Compiler:

  Using C compiler:                        cc

  Using LD flags:                           -ldvbcsa

  Build for arch:                          x86_64


Binaries:

  Using PYTHON:                            python

  Using GZIP:                              gzip

  Using BZIP2:                             bzip2


Options:

  pie                                      yes

  ccdebug                                  no

  cardclient                               yes

  cwc                                      yes

  cccam                                    yes

  capmt                                    yes

  constcw                                  yes

  linuxdvb                                 yes

  satip_server                             yes

  satip_client                             yes

  hdhomerun_client                         yes

  hdhomerun_static                         yes

  iptv                                     yes

  tsfile                                   yes

  dvbscan                                  yes

  timeshift                                yes

  trace                                    yes

  avahi                                    yes

  zlib                                     yes

  libav                                    yes

  ffmpeg_static                            yes

  libx264                                  yes

  libx264_static                           yes

  libx265                                  yes

  libx265_static                           yes

  libvpx                                   yes

  libvpx_static                            yes

  libtheora                                yes

  libtheora_static                         yes

  libvorbis                                yes

  libvorbis_static                         yes

  libfdkaac                                no

  libfdkaac_static                         no

  libopus                                  yes

  libopus_static                           yes

  nvenc                                    no

  vaapi                                    no

  mmal                                     no

  omx                                      no

  inotify                                  yes

  epoll                                    yes

  pcre                                     yes

  pcre2                                    no

  uriparser                                yes

  ccache                                   no

  tvhcsa                                   yes

  bundle                                   no

  pngquant                                 no

  kqueue                                   no

  dbus_1                                   yes

  android                                  no

  gtimer_check                             no

  slow_memoryinfo                          no

  libsystemd_daemon                        no

  pcloud_cache                             yes

  ddci                                     yes

  cclang_threadsan                         no

  gperftools                               no

  execinfo                                 yes

  mmx                                      yes

  sse2                                     yes

  W_unused_result                          yes

  f_stack_protector                        yes

  f_stack_protector_strong                 yes

  f_stack_check                            yes

  f_PIE                                    yes

  fdatasync                                yes

  getloadavg                               yes

  atomic32                                 yes

  atomic64                                 yes

  atomic_time_t                            yes

  atomic_ptr                               yes

  bitops64                                 yes

  lockowner                                yes

  qsort_r                                  yes

  stime                                    yes

  gmtoff                                   yes

  recvmmsg                                 yes

  sendmmsg                                 yes

  ifnames                                  yes

  py_gzip                                  yes

  bin_pkg_config                           yes

  bin_xgettext                             yes

  bin_msgmerge                             yes

  bin_gzip                                 yes

  bin_bzip2                                yes

  ssl                                      yes

  linuxdvbapi                              yes

  linuxdvb_ca                              yes

  upnp                                     yes

  bin_cmake                                yes

  stdcpp                                   yes

  libogg_static                            yes

  inotify_h                                yes

  inotify_init1                            yes

  dvbcsa                                   yes

  epoll_create1                            yes

  mpegts                                   yes

  mpegts_dvb                               yes


Packages:

  openssl                                  1.1.0j

  zlib                                     1.2.8

  libpcre                                  8.39

  liburiparser                             0.8.4

  avahi-client                             0.6.32

  dbus-1                                   1.10.26


Installation paths:

  Prefix:                                  /usr

  Binaries:                                ${prefix}/bin

  Libraries:                               ${prefix}/lib

  Data files:                              ${prefix}/share

  Man pages:                               /usr/share/man


Final Binary:

  /root/tvheadend/build.linux/tvheadend


Tvheadend Data Directory:

  /usr/share/tvheadend


make[1]: Leaving directory '/root/tvheadend'

   debian/rules override_dh_auto_build

make[1]: Entering directory '/root/tvheadend'

make

make[2]: Entering directory '/root/tvheadend'

make -f Makefile.ffmpeg libcacheget

make[3]: Entering directory '/root/tvheadend'

DOWNLOAD        misc/staticlib/unknown/x86_64/ffmpeg-c9f61f4da3864def122891445ff9af5763b54ced.tgz / kZ54ee7ZUvsSYmb9VGSpnmoVzcAUhpBXLq8k

Folder name "unknown" not found

FAILED TO DOWNLOAD  (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)

make[3]: Leaving directory '/root/tvheadend'

make -f Makefile.ffmpeg build

make[3]: Entering directory '/root/tvheadend'

WGET            https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz

2019-05-31 01:50:24 URL:https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz [1252256/1252256] -> "/root/tvheadend/build.linux/ffmpeg/nasm-2.14.02.tar.gz" [1]

SHA1SUM test 'bfa67d0d33f0c7b00c50d9f1bd33fd4d5df3c5d5' == 'bfa67d0d33f0c7b00c50d9f1bd33fd4d5df3c5d5': OK

UNTAR           nasm-2.14.02.tar.gz

PATCH           /root/tvheadend/support/patches/remove-invalid-pure_func-qualifiers.diff

patching file include/nasmlib.h

cd /root/tvheadend/build.linux/ffmpeg/nasm-2.14.02 && CC="gcc -fPIE" FFMPEG_PREFIX=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/root/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \

        --libdir=/ffmpeg/lib

configure: WARNING: unrecognized options: --enable-static, --disable-shared

checking for gcc... gcc -fPIE

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc -fPIE accepts -g... yes

checking for gcc -fPIE option to accept ISO C89... none needed

checking how to run the C preprocessor... gcc -fPIE -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking minix/config.h usability... no

checking minix/config.h presence... no

checking for minix/config.h... no

checking whether it is safe to define __EXTENSIONS__... yes

checking for special C compiler options needed for large files... no

checking for _FILE_OFFSET_BITS value needed for large files... no

checking for gcc... (cached) gcc -fPIE

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc -fPIE accepts -g... (cached) yes

checking for gcc -fPIE option to accept ISO C89... (cached) none needed

checking for gcc -fPIE option to accept ISO C99... none needed

checking for gcc -fPIE option to accept ISO Standard C... (cached) none needed

checking whether ln -s works... yes

checking whether make sets $(MAKE)... yes

checking for a BSD-compatible install... /usr/bin/install -c

checking for suffix of library files... a

checking for an ANSI C-conforming const... yes

checking for inline... inline

checking for C/C++ restrict keyword... __restrict

checking for size_t... yes

checking whether byte ordering is bigendian... no

checking if gcc -fPIE accepts -fwrapv... yes

checking if gcc -fPIE accepts -U__STRICT_ANSI__... yes

checking if gcc -fPIE accepts -fno-common... yes

checking for nroff... nroff

checking for asciidoc... no

checking for xmlto... no

configure: WARNING: No asciidoc package found

configure: WARNING: No xmlto package found

checking for ar... ar

checking for ranlib... ranlib

checking for strip... strip

checking for ANSI C header files... (cached) yes

checking for inttypes.h... (cached) yes

checking for strings.h... (cached) yes

checking for stdbool.h that conforms to C99... yes

checking for _Bool... yes

checking stdnoreturn.h usability... yes

checking stdnoreturn.h presence... yes

checking for stdnoreturn.h... yes

checking io.h usability... no

checking io.h presence... no

checking for io.h... no

checking fcntl.h usability... yes

checking fcntl.h presence... yes

checking for fcntl.h... yes

checking for unistd.h... (cached) yes

checking sys/mman.h usability... yes

checking sys/mman.h presence... yes

checking for sys/mman.h... yes

checking for sys/types.h... (cached) yes

checking for sys/stat.h... (cached) yes

checking for strcasecmp... yes

checking for stricmp... no

checking for strncasecmp... yes

checking for strnicmp... no

checking for strsep... yes

checking for strnlen... yes

checking for strrchrnul... no

checking for getuid... yes

checking for getgid... yes

checking for realpath... yes

checking for canonicalize_file_name... yes

checking for _fullpath... no

checking for pathconf... yes

checking for _LARGEFILE_SOURCE value needed for large files... no

checking for _fseeki64... no

checking for ftruncate... yes

checking for _chsize... no

checking for _chsize_s... no

checking for fileno... yes

checking for _fileno... no

checking for _filelengthi64... no

checking for stdlib.h... (cached) yes

checking for unistd.h... (cached) yes

checking for sys/param.h... yes

checking for getpagesize... yes

checking for working mmap... yes

checking for getpagesize... (cached) yes

checking for sysconf... yes

checking for access... yes

checking for _access... no

checking for faccessat... yes

checking for __builtin_expect... yes

checking intrin.h usability... no

checking intrin.h presence... no

checking for intrin.h... no

checking for __builtin_clz... yes

checking for __builtin_clzl... yes

checking for __builtin_clzll... yes

checking for _BitScanReverse... no

checking for _BitScanReverse64... no

checking for vsnprintf... yes

checking for _vsnprintf... no

checking for snprintf... yes

checking for _snprintf... no

checking for strlcpy... no

checking for strrchrnul... (cached) no

checking for struct _stati64... no

checking for struct stat... yes

checking for stat... yes

checking for _stati64... no

checking for fstat... yes

checking for _fstati64... no

checking whether strcasecmp is declared... yes

checking whether stricmp is declared... no

checking whether strncasecmp is declared... yes

checking whether strnicmp is declared... no

checking whether strsep is declared... yes

checking whether strlcpy is declared... no

checking whether strnlen is declared... yes

checking whether strrchrnul is declared... no

checking for uintptr_t... yes

checking endian.h usability... yes

checking endian.h presence... yes

checking for endian.h... yes

checking sys/endian.h usability... no

checking sys/endian.h presence... no

checking for sys/endian.h... no

checking machine/endian.h usability... no

checking machine/endian.h presence... no

checking for machine/endian.h... no

checking for cpu_to_le16... no

checking for cpu_to_le32... no

checking for cpu_to_le64... no

checking for __cpu_to_le16... no

checking for __cpu_to_le32... no

checking for __cpu_to_le64... no

checking for htole16... yes

checking for htole32... yes

checking for htole64... yes

checking for __bswap_16... yes

checking for __bswap_32... yes

checking for __bswap_64... yes

checking for __builtin_bswap16... yes

checking for __builtin_bswap32... yes

checking for __builtin_bswap64... yes

checking for _byteswap_ushort... no

checking for _byteswap_ulong... no

checking for _byteswap_uint64... no

checking for __builtin_constant_p... yes

checking if gcc -fPIE accepts -Werror=attributes... yes

checking if gcc -fPIE supports the noreturn function attribute... yes

checking if gcc -fPIE supports the returns_nonnull function attribute... yes

checking if gcc -fPIE supports the malloc function attribute... yes

checking if gcc -fPIE supports the alloc_size function attribute... yes

checking if gcc -fPIE supports the sentinel function attribute... yes

checking if gcc -fPIE supports the format function attribute... yes

checking if gcc -fPIE supports the const function attribute... yes

checking if gcc -fPIE supports the pure function attribute... yes

checking if gcc -fPIE supports the cold function attribute... yes

checking if gcc -fPIE supports the error function attribute... yes

checking if gcc -fPIE accepts -fvisibility=hidden... yes

checking if gcc -fPIE accepts -W... yes

checking if gcc -fPIE accepts -Wall... yes

checking if gcc -fPIE accepts -pedantic... yes

checking if gcc -fPIE accepts -Werror=unknown-warning-option... no

checking if gcc -fPIE accepts -Wpedantic-ms-format... no

checking if gcc -fPIE accepts -Wc90-c99-compat... yes

checking if gcc -fPIE accepts -Wlong-long... yes

checking if gcc -fPIE accepts -Wstringop-truncation... no

checking if gcc -fPIE accepts -Wshift-negative-value... yes

checking if gcc -fPIE accepts -Werror=implicit... yes

checking if gcc -fPIE accepts -Werror=missing-braces... yes

checking if gcc -fPIE accepts -Werror=return-type... yes

checking if gcc -fPIE accepts -Werror=trigraphs... yes

checking if gcc -fPIE accepts -Werror=pointer-arith... yes

checking if gcc -fPIE accepts -Werror=strict-prototypes... no

checking if gcc -fPIE accepts -Werror=missing-prototypes... yes

checking if gcc -fPIE accepts -Werror=missing-declarations... yes

checking if gcc -fPIE accepts -Werror=comment... yes

checking if gcc -fPIE accepts -Werror=vla... yes

checking if gcc -fPIE supports C99 external inlines... yes

configure: creating ./config.status

config.status: creating Makefile

config.status: creating doc/Makefile

config.status: creating config/config.h

config.status: executing default-1 commands

configure: WARNING: unrecognized options: --enable-static, --disable-shared

DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \

        make -C /root/tvheadend/build.linux/ffmpeg/nasm-2.14.02 install

make[4]: Entering directory '/root/tvheadend/build.linux/ffmpeg/nasm-2.14.02'

perl -I./perllib -I. tools/mkdep.pl -M Makefile.in -- . include config x86 rdoff stdlib nasmlib output asm disasm x86 common macros

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

rm -f libnasm.a

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

ranlib libnasm.a

gcc -fPIE  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE -c  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

gcc -fPIE  -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -fvisibility=hidden -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Wno-shift-negative-value -Werror=implicit -Werror=missing-braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment -Werror=vla -DHAVE_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

mkdir -p /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin

/usr/bin/install -c nasm /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm

/usr/bin/install -c ndisasm /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/ndisasm

mkdir -p /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1

/usr/bin/install -c -m 644 ./nasm.1 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1/nasm.1

/usr/bin/install -c -m 644 ./ndisasm.1 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/man/man1/ndisasm.1

make[4]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/nasm-2.14.02'

WGET            http://ftp.videolan.org/x264/snapshots/x264-snapshot-20190108-2245.tar.bz2

Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.

ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

2019-05-31 01:51:16 URL:http://ftp.videolan.org/x264/snapshots/x264-snapshot-20190108-2245.tar.bz2 [770519/770519] -> "/root/tvheadend/build.linux/ffmpeg/x264-snapshot-20190108-2245.tar.bz2" [1]

SHA1SUM test '6d216c7892b9c886aa6b18a580698083136e2fdc' == '6d216c7892b9c886aa6b18a580698083136e2fdc': OK

UNTAR           x264-snapshot-20190108-2245.tar.bz2

cd /root/tvheadend/build.linux/ffmpeg/x264-snapshot-20190108-2245 && FFMPEG_PREFIX=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/root/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \

        --extra-asflags="-DPIC" \

        --extra-cflags="-fPIE" \

        --disable-cli \

        --disable-swscale \

        --disable-lavf \

        --disable-avs \

        --disable-ffms \

        --disable-gpac \

        --disable-lsmash \

        --host=x86_64-linux-gnu

Unknown option --disable-shared, ignored

platform:      X86_64

byte order:    little-endian

system:        LINUX

cli:           no

libx264:       internal

shared:        no

static:        yes

asm:           yes

interlaced:    yes

avs:           no

lavf:          no

ffms:          no

mp4:           no

gpl:           yes

thread:        posix

opencl:        yes

filters:       crop select_every

lto:           no

debug:         no

gprof:         no

strip:         no

PIC:           no

bit depth:     all

chroma format: all


You can run 'make' or 'make fprofiled' now.

DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \

        make -C /root/tvheadend/build.linux/ffmpeg/x264-snapshot-20190108-2245 install

make[4]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x264-snapshot-20190108-2245'

cat common/opencl/x264-cl.h common/opencl/motionsearch.cl common/opencl/subpel.cl common/opencl/intra.cl common/opencl/weightp.cl common/opencl/downscale.cl common/opencl/bidir.cl | ./tools/cltostr.sh common/oclobj.h

dependency file generation...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

rm -f libx264.a

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

gcc-ranlib libx264.a

install -d /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig

install -m 644 ./x264.h x264_config.h /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include

install -m 644 x264.pc /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig

install -d /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib

install -m 644 libx264.a /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib

gcc-ranlib /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libx264.a

make[4]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x264-snapshot-20190108-2245'

WGET            http://ftp.videolan.org/videolan/x265/x265_2.9.tar.gz

Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.

ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

2019-05-31 01:52:59 URL:http://ftp.videolan.org/videolan/x265/x265_2.9.tar.gz [1385848/1385848] -> "/root/tvheadend/build.linux/ffmpeg/x265_2.9.tar.gz" [1]

SHA1SUM test '3c005b4ab409c6f996b36ad88d780ff85fbc9abf' == '3c005b4ab409c6f996b36ad88d780ff85fbc9abf': OK

UNTAR           x265_2.9.tar.gz

PATCH           /root/tvheadend/support/patches/libx265.pie.diff

patching file ./source/CMakeLists.txt

Hunk #1 succeeded at 209 with fuzz 2 (offset 41 lines).

Hunk #2 succeeded at 228 (offset 45 lines).

cd /root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux && cmake -G "Unix Makefiles" \

        -DCMAKE_INSTALL_PREFIX="/ffmpeg" \

        -DENABLE_SHARED:BOOL=OFF \

        ../../source

-- cmake version 3.7.2

-- The C compiler identification is GNU 6.3.0

-- The CXX compiler identification is GNU 6.3.0

-- Check for working C compiler: /usr/bin/cc

-- Check for working C compiler: /usr/bin/cc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Detecting C compile features

-- Detecting C compile features - done

-- Check for working CXX compiler: /usr/bin/c++

-- Check for working CXX compiler: /usr/bin/c++ -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Detected x86_64 target processor

-- Could NOT find NUMA (missing:  NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY)

-- Looking for include file inttypes.h

-- Looking for include file inttypes.h - found

-- Performing Test CC_HAS_NO_STRICT_OVERFLOW

-- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success

-- Performing Test CC_HAS_NO_NARROWING

-- Performing Test CC_HAS_NO_NARROWING - Success

-- Performing Test CC_HAS_NO_ARRAY_BOUNDS

-- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success

-- Performing Test CC_HAS_FAST_MATH

-- Performing Test CC_HAS_FAST_MATH - Success

-- Performing Test CC_HAS_STACK_REALIGN

-- Performing Test CC_HAS_STACK_REALIGN - Success

-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG

-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success

-- Found nasm: /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm (found version "2.14.02")

-- Found Nasm 2.14.02 to build assembly primitives

-- x265 version 2.9

-- The ASM_NASM compiler identification is unknown

-- Found assembler: /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/nasm

-- Looking for strtok_r

-- Looking for strtok_r - found

-- Looking for include file getopt.h

-- Looking for include file getopt.h - found

-- Configuring done

-- Generating done

-- Build files have been written to: /root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux

DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \

        make -C /root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux install

make[4]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

Scanning dependencies of target common

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

[  1%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-a.asm.o

[  2%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/const-a.asm.o

[  3%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/cpu-a.asm.o

[  4%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ssd-a.asm.o

[  6%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a.asm.o

[  7%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a2.asm.o

[  8%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-util8.asm.o

[  9%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/blockcopy8.asm.o

[ 10%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixeladd8.asm.o

[ 12%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/dct8.asm.o

[ 13%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/seaintegral.asm.o

[ 14%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/sad-a.asm.o

[ 15%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8.asm.o

[ 17%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8_allangs.asm.o

[ 18%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/v4-ipfilter8.asm.o

[ 19%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/h-ipfilter8.asm.o

[ 20%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ipfilter8.asm.o

[ 21%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/loopfilter.asm.o

[ 23%] Building CXX object common/CMakeFiles/common.dir/x86/asm-primitives.cpp.o

[ 24%] Building CXX object common/CMakeFiles/common.dir/vec/vec-primitives.cpp.o

[ 25%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse3.cpp.o

[ 26%] Building CXX object common/CMakeFiles/common.dir/vec/dct-ssse3.cpp.o

[ 28%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse41.cpp.o

[ 29%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o

[ 30%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o

[ 31%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o

[ 32%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o

[ 34%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o

[ 35%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o

[ 36%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o

[ 37%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o

[ 39%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o

[ 40%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o

[ 41%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o

[ 42%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o

[ 43%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o

[ 45%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o

[ 46%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o

[ 47%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o

[ 48%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o

[ 50%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o

[ 51%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o

[ 52%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o

[ 53%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o

[ 54%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o

[ 56%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o

[ 57%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o

[ 58%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o

[ 59%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o

[ 60%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o

[ 62%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o

[ 63%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o

[ 64%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

[ 64%] Built target common

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

Scanning dependencies of target encoder

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

[ 65%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o

[ 67%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o

[ 68%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o

[ 69%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o

[ 70%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o

[ 71%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o

[ 73%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o

[ 74%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o

[ 75%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o

[ 76%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o

[ 78%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o

[ 79%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o

[ 80%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o

[ 81%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o

[ 82%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o

[ 84%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o

[ 85%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o

[ 86%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

[ 86%] Built target encoder

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

Scanning dependencies of target x265-static

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

[ 87%] Linking CXX static library libx265.a

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

[ 87%] Built target x265-static

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

Scanning dependencies of target cli

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

[ 89%] Building CXX object CMakeFiles/cli.dir/input/input.cpp.o

[ 90%] Building CXX object CMakeFiles/cli.dir/input/yuv.cpp.o

[ 91%] Building CXX object CMakeFiles/cli.dir/input/y4m.cpp.o

[ 92%] Building CXX object CMakeFiles/cli.dir/output/output.cpp.o

[ 93%] Building CXX object CMakeFiles/cli.dir/output/reconplay.cpp.o

[ 95%] Building CXX object CMakeFiles/cli.dir/output/yuv.cpp.o

[ 96%] Building CXX object CMakeFiles/cli.dir/output/y4m.cpp.o

[ 97%] Building CXX object CMakeFiles/cli.dir/output/raw.cpp.o

[ 98%] Building CXX object CMakeFiles/cli.dir/x265.cpp.o

[100%] Linking CXX executable x265

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

[100%] Built target cli

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

Install the project...

-- Install configuration: "Release"

-- Installing: /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libx265.a

-- Installing: /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h

-- Installing: /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265_config.h

-- Installing: /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc

-- Installing: /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/bin/x265

make[4]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/x265_2.9/build/linux'

mv /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc.old

sed -e 's,-ldl,-ldl -lpthread,g' \

        < /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc.old \

        > /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/x265.pc

WGET            https://github.com/webmproject/libvpx/archive/v1.7.0/libvpx-1.7.0.tar.gz

Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.

ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

2019-05-31 01:57:25 URL:https://codeload.github.com/webmproject/libvpx/tar.gz/v1.7.0 [2679797] -> "/root/tvheadend/build.linux/ffmpeg/libvpx-1.7.0.tar.gz" [1]

SHA1SUM test 'fb3d4b80596d1e3b1a7f53757d63e7d2b3eeb7c9' == 'fb3d4b80596d1e3b1a7f53757d63e7d2b3eeb7c9': OK

UNTAR           libvpx-1.7.0.tar.gz

cd /root/tvheadend/build.linux/ffmpeg/libvpx-1.7.0 && \

        ASFLAGS="-DENABLE_PIC=1 -DPIC=1" FFMPEG_PREFIX=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/root/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \

        --extra-cflags="-fPIE" \

        --disable-examples \

        --disable-docs \

        --disable-unit-tests \


  disabling shared

  disabling examples

  disabling docs

  disabling unit_tests

  enabling vp8_encoder

  enabling vp8_decoder

  enabling vp9_encoder

  enabling vp9_decoder

Configuring for target 'x86_64-linux-gcc'

  enabling x86_64

  enabling runtime_cpu_detect

  enabling mmx

  enabling sse

  enabling sse2

  enabling pic

  enabling sse3

  enabling ssse3

  enabling sse4_1

  enabling avx

  enabling avx2

  enabling avx512

  using nasm

  enabling postproc

  enabling webm_io

  enabling libyuv

Creating makefiles for x86_64-linux-gcc libs

Creating makefiles for x86_64-linux-gcc tools

DIST_DIR=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg \

        make -C /root/tvheadend/build.linux/ffmpeg/libvpx-1.7.0 install

make[4]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvpx-1.7.0'

    [CREATE] vpx_scale_rtcd.h

    [CREATE] vpx_dsp_rtcd.h

    [CREATE] vp8_rtcd.h

    [CREATE] vp9_rtcd.h

    [DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d

    [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d

    [DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d

    [DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d

    [DEP] vp8/common/x86/mfqe_sse2.asm.d

    [DEP] vp8/common/x86/subpixel_ssse3.asm.d

    [DEP] vp8/common/x86/copy_sse3.asm.d

    [DEP] vp8/common/x86/iwalsh_sse2.asm.d

    [DEP] vp8/common/x86/loopfilter_sse2.asm.d

    [DEP] vp8/common/x86/subpixel_sse2.asm.d

    [DEP] vp8/common/x86/recon_sse2.asm.d

    [DEP] vp8/common/x86/idctllm_sse2.asm.d

    [DEP] vp8/common/x86/copy_sse2.asm.d

    [DEP] vp8/common/x86/subpixel_mmx.asm.d

    [DEP] vp8/common/x86/recon_mmx.asm.d

    [DEP] vp8/common/x86/idctllm_mmx.asm.d

    [DEP] vp8/common/x86/dequantize_mmx.asm.d

    [DEP] vp8/encoder/x86/encodeopt.asm.d

    [DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d

    [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d

    [DEP] vp8/encoder/x86/dct_sse2.asm.d

    [DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d

    [DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d

    [DEP] vpx_dsp/x86/subtract_sse2.asm.d

    [DEP] vpx_dsp/x86/sad_sse2.asm.d

    [DEP] vpx_dsp/x86/sad4d_sse2.asm.d

    [DEP] vpx_dsp/x86/sad_sse4.asm.d

    [DEP] vpx_dsp/x86/sad_ssse3.asm.d

    [DEP] vpx_dsp/x86/sad_sse3.asm.d

    [DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d

    [DEP] vpx_dsp/x86/inv_wht_sse2.asm.d

    [DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d

    [DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d

    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d

    [DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d

    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d

    [DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d

    [DEP] vpx_dsp/x86/deblock_sse2.asm.d

    [DEP] vpx_dsp/x86/add_noise_sse2.asm.d

    [DEP] vpx_dsp/x86/intrapred_ssse3.asm.d

    [DEP] vpx_dsp/x86/intrapred_sse2.asm.d

    [DEP] vpx_ports/emms.asm.d

    [DEP] vpx_config.c.d

    [DEP] vp9/decoder/vp9_dsubexp.c.d

    [DEP] vp9/decoder/vp9_decoder.c.d

    [DEP] vp9/decoder/vp9_detokenize.c.d

    [DEP] vp9/decoder/vp9_decodeframe.c.d

    [DEP] vp9/decoder/vp9_decodemv.c.d

    [DEP] vp9/vp9_dx_iface.c.d

    [DEP] vp9/common/x86/vp9_idct_intrin_sse2.c.d

    [DEP] vp9/common/vp9_scan.c.d

    [DEP] vp9/common/vp9_common_data.c.d

    [DEP] vp9/common/vp9_reconintra.c.d

    [DEP] vp9/common/vp9_reconinter.c.d

    [DEP] vp9/common/vp9_quant_common.c.d

    [DEP] vp9/common/vp9_mvref_common.c.d

    [DEP] vp9/common/vp9_thread_common.c.d

    [DEP] vp9/common/vp9_loopfilter.c.d

    [DEP] vp9/common/vp9_tile_common.c.d

    [DEP] vp9/common/vp9_seg_common.c.d

    [DEP] vp9/common/vp9_scale.c.d

    [DEP] vp9/common/vp9_rtcd.c.d

    [DEP] vp9/common/vp9_pred_common.c.d

    [DEP] vp9/common/vp9_filter.c.d

    [DEP] vp9/common/vp9_idct.c.d

    [DEP] vp9/common/vp9_frame_buffers.c.d

    [DEP] vp9/common/vp9_entropymv.c.d

    [DEP] vp9/common/vp9_entropymode.c.d

    [DEP] vp9/common/vp9_entropy.c.d

    [DEP] vp9/common/vp9_blockd.c.d

    [DEP] vp9/common/vp9_alloccommon.c.d

    [DEP] vp9/encoder/x86/vp9_error_avx2.c.d

    [DEP] vp9/encoder/x86/vp9_frame_scale_ssse3.c.d

    [DEP] vp9/encoder/x86/vp9_dct_ssse3.c.d

    [DEP] vp9/encoder/x86/vp9_dct_intrin_sse2.c.d

    [DEP] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.d

    [DEP] vp9/encoder/x86/vp9_quantize_sse2.c.d

    [DEP] vp9/encoder/x86/temporal_filter_sse4.c.d

    [DEP] vp9/encoder/vp9_mbgraph.c.d

    [DEP] vp9/encoder/vp9_temporal_filter.c.d

    [DEP] vp9/encoder/vp9_noise_estimate.c.d

    [DEP] vp9/encoder/vp9_skin_detection.c.d

    [DEP] vp9/encoder/vp9_alt_ref_aq.c.d

    [DEP] vp9/encoder/vp9_aq_complexity.c.d

    [DEP] vp9/encoder/vp9_aq_cyclicrefresh.c.d

    [DEP] vp9/encoder/vp9_aq_360.c.d

    [DEP] vp9/encoder/vp9_aq_variance.c.d

    [DEP] vp9/encoder/vp9_treewriter.c.d

    [DEP] vp9/encoder/vp9_tokenize.c.d

    [DEP] vp9/encoder/vp9_resize.c.d

    [DEP] vp9/encoder/vp9_svc_layercontext.c.d

    [DEP] vp9/encoder/vp9_subexp.c.d

    [DEP] vp9/encoder/vp9_speed_features.c.d

    [DEP] vp9/encoder/vp9_segmentation.c.d

    [DEP] vp9/encoder/vp9_pickmode.c.d

    [DEP] vp9/encoder/vp9_rdopt.c.d

    [DEP] vp9/encoder/vp9_rd.c.d

    [DEP] vp9/encoder/vp9_ratectrl.c.d

    [DEP] vp9/encoder/vp9_quantize.c.d

    [DEP] vp9/encoder/vp9_picklpf.c.d

    [DEP] vp9/encoder/vp9_encoder.c.d

    [DEP] vp9/encoder/vp9_mcomp.c.d

    [DEP] vp9/encoder/vp9_multi_thread.c.d

    [DEP] vp9/encoder/vp9_lookahead.c.d

    [DEP] vp9/encoder/vp9_frame_scale.c.d

    [DEP] vp9/encoder/vp9_firstpass.c.d

    [DEP] vp9/encoder/vp9_extend.c.d

    [DEP] vp9/encoder/vp9_ethread.c.d

    [DEP] vp9/encoder/vp9_encodemv.c.d

    [DEP] vp9/encoder/vp9_encodemb.c.d

    [DEP] vp9/encoder/vp9_encodeframe.c.d

    [DEP] vp9/encoder/vp9_dct.c.d

    [DEP] vp9/encoder/vp9_cost.c.d

    [DEP] vp9/encoder/vp9_context_tree.c.d

    [DEP] vp9/encoder/vp9_bitstream.c.d

    [DEP] vp9/vp9_cx_iface.c.d

    [DEP] vp8/decoder/threading.c.d

    [DEP] vp8/decoder/onyxd_if.c.d

    [DEP] vp8/decoder/detokenize.c.d

    [DEP] vp8/decoder/decodeframe.c.d

    [DEP] vp8/decoder/decodemv.c.d

    [DEP] vp8/decoder/dboolhuff.c.d

    [DEP] vp8/vp8_dx_iface.c.d

    [DEP] vp8/common/x86/idct_blk_sse2.c.d

    [DEP] vp8/common/x86/idct_blk_mmx.c.d

    [DEP] vp8/common/postproc.c.d

    [DEP] vp8/common/mfqe.c.d

    [DEP] vp8/common/x86/loopfilter_x86.c.d

    [DEP] vp8/common/x86/vp8_asm_stubs.c.d

    [DEP] vp8/common/x86/filter_x86.c.d

    [DEP] vp8/common/treecoder.c.d

    [DEP] vp8/common/swapyv12buffer.c.d

    [DEP] vp8/common/setupintrarecon.c.d

    [DEP] vp8/common/reconintra4x4.c.d

    [DEP] vp8/common/reconintra.c.d

    [DEP] vp8/common/reconinter.c.d

    [DEP] vp8/common/quant_common.c.d

    [DEP] vp8/common/modecont.c.d

    [DEP] vp8/common/mbpitch.c.d

    [DEP] vp8/common/loopfilter_filters.c.d

    [DEP] vp8/common/vp8_loopfilter.c.d

    [DEP] vp8/common/rtcd.c.d

    [DEP] vp8/common/idctllm.c.d

    [DEP] vp8/common/idct_blk.c.d

    [DEP] vp8/common/generic/systemdependent.c.d

    [DEP] vp8/common/findnearmv.c.d

    [DEP] vp8/common/filter.c.d

    [DEP] vp8/common/extend.c.d

    [DEP] vp8/common/entropymv.c.d

    [DEP] vp8/common/entropymode.c.d

    [DEP] vp8/common/entropy.c.d

    [DEP] vp8/common/dequantize.c.d

    [DEP] vp8/common/copy_c.c.d

    [DEP] vp8/common/blockd.c.d

    [DEP] vp8/common/alloccommon.c.d

    [DEP] vp8/encoder/x86/vp8_enc_stubs_sse2.c.d

    [DEP] vp8/encoder/x86/denoising_sse2.c.d

    [DEP] vp8/encoder/x86/quantize_sse4.c.d

    [DEP] vp8/encoder/x86/vp8_quantize_ssse3.c.d

    [DEP] vp8/encoder/x86/vp8_quantize_sse2.c.d

    [DEP] vp8/encoder/temporal_filter.c.d

    [DEP] vp8/encoder/treewriter.c.d

    [DEP] vp8/encoder/tokenize.c.d

    [DEP] vp8/common/vp8_skin_detection.c.d

    [DEP] vp8/encoder/segmentation.c.d

    [DEP] vp8/encoder/rdopt.c.d

    [DEP] vp8/encoder/ratectrl.c.d

    [DEP] vp8/encoder/vp8_quantize.c.d

    [DEP] vp8/encoder/picklpf.c.d

    [DEP] vp8/encoder/pickinter.c.d

    [DEP] vp8/encoder/onyx_if.c.d

    [DEP] vp8/encoder/modecosts.c.d

    [DEP] vp8/encoder/mcomp.c.d

    [DEP] vp8/encoder/lookahead.c.d

    [DEP] vp8/encoder/denoising.c.d

    [DEP] vp8/encoder/firstpass.c.d

    [DEP] vp8/encoder/ethreading.c.d

    [DEP] vp8/encoder/encodemv.c.d

    [DEP] vp8/encoder/encodemb.c.d

    [DEP] vp8/encoder/encodeintra.c.d

    [DEP] vp8/encoder/encodeframe.c.d

    [DEP] vp8/encoder/dct.c.d

    [DEP] vp8/encoder/boolhuff.c.d

    [DEP] vp8/encoder/bitstream.c.d

    [DEP] vp8/vp8_cx_iface.c.d

    [DEP] vpx_util/vpx_write_yuv_frame.c.d

    [DEP] vpx_util/vpx_thread.c.d

    [DEP] vpx_dsp/vpx_dsp_rtcd.c.d

    [DEP] vpx_dsp/x86/variance_avx2.c.d

    [DEP] vpx_dsp/x86/variance_sse2.c.d

    [DEP] vpx_dsp/x86/avg_pred_sse2.c.d

    [DEP] vpx_dsp/variance.c.d

    [DEP] vpx_dsp/x86/sad4d_avx512.c.d

    [DEP] vpx_dsp/x86/sad_avx2.c.d

    [DEP] vpx_dsp/x86/sad4d_avx2.c.d

    [DEP] vpx_dsp/x86/sum_squares_sse2.c.d

    [DEP] vpx_dsp/sum_squares.c.d

    [DEP] vpx_dsp/subtract.c.d

    [DEP] vpx_dsp/sad.c.d

    [DEP] vpx_dsp/skin_detection.c.d

    [DEP] vpx_dsp/x86/avg_intrin_avx2.c.d

    [DEP] vpx_dsp/x86/avg_intrin_sse2.c.d

    [DEP] vpx_dsp/avg.c.d

    [DEP] vpx_dsp/x86/quantize_avx.c.d

    [DEP] vpx_dsp/x86/quantize_ssse3.c.d

    [DEP] vpx_dsp/x86/quantize_sse2.c.d

    [DEP] vpx_dsp/quantize.c.d

    [DEP] vpx_dsp/x86/inv_txfm_ssse3.c.d

    [DEP] vpx_dsp/x86/inv_txfm_sse2.c.d

    [DEP] vpx_dsp/inv_txfm.c.d

    [DEP] vpx_dsp/x86/fwd_txfm_avx2.c.d

    [DEP] vpx_dsp/x86/fwd_txfm_sse2.c.d

    [DEP] vpx_dsp/fwd_txfm.c.d

    [DEP] vpx_dsp/x86/loopfilter_avx2.c.d

    [DEP] vpx_dsp/x86/loopfilter_sse2.c.d

    [DEP] vpx_dsp/loopfilter.c.d

    [DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.d

    [DEP] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.d

    [DEP] vpx_dsp/x86/vpx_asm_stubs.c.d

    [DEP] vpx_dsp/vpx_convolve.c.d

    [DEP] vpx_dsp/deblock.c.d

    [DEP] vpx_dsp/add_noise.c.d

    [DEP] vpx_dsp/intrapred.c.d

    [DEP] vpx_dsp/bitreader_buffer.c.d

    [DEP] vpx_dsp/bitreader.c.d

    [DEP] vpx_dsp/psnr.c.d

    [DEP] vpx_dsp/bitwriter_buffer.c.d

    [DEP] vpx_dsp/bitwriter.c.d

    [DEP] vpx_dsp/prob.c.d

    [DEP] vpx_scale/vpx_scale_rtcd.c.d

    [DEP] vpx_scale/generic/gen_scalers.c.d

    [DEP] vpx_scale/generic/yv12extend.c.d

    [DEP] vpx_scale/generic/yv12config.c.d

    [DEP] vpx_scale/generic/vpx_scale.c.d

    [DEP] vpx_mem/vpx_mem.c.d

    [DEP] vpx/src/vpx_image.c.d

    [DEP] vpx/src/vpx_codec.c.d

    [DEP] vpx/src/vpx_encoder.c.d

    [DEP] vpx/src/vpx_decoder.c.d

    [CREATE] vpx_config.asm

    [DEP] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.d

    [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d

    [DEP] vp9/encoder/x86/vp9_dct_sse2.asm.d

    [DEP] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.d

    [DEP] vp8/common/x86/mfqe_sse2.asm.d

    [DEP] vp8/common/x86/subpixel_ssse3.asm.d

    [DEP] vp8/common/x86/copy_sse3.asm.d

    [DEP] vp8/common/x86/iwalsh_sse2.asm.d

    [DEP] vp8/common/x86/loopfilter_sse2.asm.d

    [DEP] vp8/common/x86/subpixel_sse2.asm.d

    [DEP] vp8/common/x86/recon_sse2.asm.d

    [DEP] vp8/common/x86/idctllm_sse2.asm.d

    [DEP] vp8/common/x86/copy_sse2.asm.d

    [DEP] vp8/common/x86/subpixel_mmx.asm.d

    [DEP] vp8/common/x86/recon_mmx.asm.d

    [DEP] vp8/common/x86/idctllm_mmx.asm.d

    [DEP] vp8/common/x86/dequantize_mmx.asm.d

    [DEP] vp8/encoder/x86/encodeopt.asm.d

    [DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d

    [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d

    [DEP] vp8/encoder/x86/dct_sse2.asm.d

    [DEP] vpx_dsp/x86/subpel_variance_sse2.asm.d

    [DEP] vpx_dsp/x86/ssim_opt_x86_64.asm.d

    [DEP] vpx_dsp/x86/subtract_sse2.asm.d

    [DEP] vpx_dsp/x86/sad_sse2.asm.d

    [DEP] vpx_dsp/x86/sad4d_sse2.asm.d

    [DEP] vpx_dsp/x86/sad_sse4.asm.d

    [DEP] vpx_dsp/x86/sad_ssse3.asm.d

    [DEP] vpx_dsp/x86/sad_sse3.asm.d

    [DEP] vpx_dsp/x86/avg_ssse3_x86_64.asm.d

    [DEP] vpx_dsp/x86/inv_wht_sse2.asm.d

    [DEP] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.d

    [DEP] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.d

    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.d

    [DEP] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.d

    [DEP] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.d

    [DEP] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.d

    [DEP] vpx_dsp/x86/deblock_sse2.asm.d

    [DEP] vpx_dsp/x86/add_noise_sse2.asm.d

    [DEP] vpx_dsp/x86/intrapred_ssse3.asm.d

    [DEP] vpx_dsp/x86/intrapred_sse2.asm.d

    [DEP] vpx_ports/emms.asm.d

    [CC] vpx/src/vpx_decoder.c.o

    [CC] vpx/src/vpx_encoder.c.o

    [CC] vpx/src/vpx_codec.c.o

    [CC] vpx/src/vpx_image.c.o

    [CC] vpx_mem/vpx_mem.c.o

    [CC] vpx_scale/generic/vpx_scale.c.o

    [CC] vpx_scale/generic/yv12config.c.o

    [CC] vpx_scale/generic/yv12extend.c.o

    [CC] vpx_scale/generic/gen_scalers.c.o

    [CC] vpx_scale/vpx_scale_rtcd.c.o

    [CC] vpx_dsp/prob.c.o

    [CC] vpx_dsp/bitwriter.c.o

    [CC] vpx_dsp/bitwriter_buffer.c.o

    [CC] vpx_dsp/psnr.c.o

    [CC] vpx_dsp/bitreader.c.o

    [CC] vpx_dsp/bitreader_buffer.c.o

    [CC] vpx_dsp/intrapred.c.o

    [CC] vpx_dsp/add_noise.c.o

    [CC] vpx_dsp/deblock.c.o

    [CC] vpx_dsp/vpx_convolve.c.o

    [CC] vpx_dsp/x86/vpx_asm_stubs.c.o

    [CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c.o

    [CC] vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c.o

    [CC] vpx_dsp/loopfilter.c.o

    [CC] vpx_dsp/x86/loopfilter_sse2.c.o

    [CC] vpx_dsp/x86/loopfilter_avx2.c.o

    [CC] vpx_dsp/fwd_txfm.c.o

    [CC] vpx_dsp/x86/fwd_txfm_sse2.c.o

    [CC] vpx_dsp/x86/fwd_txfm_avx2.c.o

    [CC] vpx_dsp/inv_txfm.c.o

    [CC] vpx_dsp/x86/inv_txfm_sse2.c.o

    [CC] vpx_dsp/x86/inv_txfm_ssse3.c.o

    [CC] vpx_dsp/quantize.c.o

    [CC] vpx_dsp/x86/quantize_sse2.c.o

    [CC] vpx_dsp/x86/quantize_ssse3.c.o

    [CC] vpx_dsp/x86/quantize_avx.c.o

    [CC] vpx_dsp/avg.c.o

    [CC] vpx_dsp/x86/avg_intrin_sse2.c.o

    [CC] vpx_dsp/x86/avg_intrin_avx2.c.o

    [CC] vpx_dsp/skin_detection.c.o

    [CC] vpx_dsp/sad.c.o

    [CC] vpx_dsp/subtract.c.o

    [CC] vpx_dsp/sum_squares.c.o

    [CC] vpx_dsp/x86/sum_squares_sse2.c.o

    [CC] vpx_dsp/x86/sad4d_avx2.c.o

    [CC] vpx_dsp/x86/sad_avx2.c.o

    [CC] vpx_dsp/x86/sad4d_avx512.c.o

    [CC] vpx_dsp/variance.c.o

    [CC] vpx_dsp/x86/variance_sse2.c.o

    [CC] vpx_dsp/x86/avg_pred_sse2.c.o

    [CC] vpx_dsp/x86/variance_avx2.c.o

    [CC] vpx_dsp/vpx_dsp_rtcd.c.o

    [CC] vpx_util/vpx_thread.c.o

    [CC] vpx_util/vpx_write_yuv_frame.c.o

    [CC] vp8/common/alloccommon.c.o

    [CC] vp8/common/blockd.c.o

    [CC] vp8/common/copy_c.c.o

    [CC] vp8/common/dequantize.c.o

    [CC] vp8/common/entropy.c.o

    [CC] vp8/common/entropymode.c.o

    [CC] vp8/common/entropymv.c.o

    [CC] vp8/common/extend.c.o

    [CC] vp8/common/filter.c.o

    [CC] vp8/common/findnearmv.c.o

    [CC] vp8/common/generic/systemdependent.c.o

    [CC] vp8/common/idct_blk.c.o

    [CC] vp8/common/idctllm.c.o

    [CC] vp8/common/rtcd.c.o

    [CC] vp8/common/vp8_loopfilter.c.o

    [CC] vp8/common/loopfilter_filters.c.o

    [CC] vp8/common/mbpitch.c.o

    [CC] vp8/common/modecont.c.o

    [CC] vp8/common/quant_common.c.o

    [CC] vp8/common/reconinter.c.o

    [CC] vp8/common/reconintra.c.o

    [CC] vp8/common/reconintra4x4.c.o

    [CC] vp8/common/setupintrarecon.c.o

    [CC] vp8/common/swapyv12buffer.c.o

    [CC] vp8/common/treecoder.c.o

    [CC] vp8/common/x86/filter_x86.c.o

    [CC] vp8/common/x86/vp8_asm_stubs.c.o

    [CC] vp8/common/x86/loopfilter_x86.c.o

    [CC] vp8/common/mfqe.c.o

    [CC] vp8/common/postproc.c.o

    [CC] vp8/common/x86/idct_blk_mmx.c.o

    [CC] vp8/common/x86/idct_blk_sse2.c.o

    [CC] vp8/vp8_cx_iface.c.o

    [CC] vp8/encoder/bitstream.c.o

    [CC] vp8/encoder/boolhuff.c.o

    [CC] vp8/encoder/dct.c.o

    [CC] vp8/encoder/encodeframe.c.o

    [CC] vp8/encoder/encodeintra.c.o

    [CC] vp8/encoder/encodemb.c.o

    [CC] vp8/encoder/encodemv.c.o

    [CC] vp8/encoder/ethreading.c.o

    [CC] vp8/encoder/firstpass.c.o

    [CC] vp8/encoder/denoising.c.o

    [CC] vp8/encoder/lookahead.c.o

    [CC] vp8/encoder/mcomp.c.o

    [CC] vp8/encoder/modecosts.c.o

    [CC] vp8/encoder/onyx_if.c.o

    [CC] vp8/encoder/pickinter.c.o

    [CC] vp8/encoder/picklpf.c.o

    [CC] vp8/encoder/vp8_quantize.c.o

    [CC] vp8/encoder/ratectrl.c.o

    [CC] vp8/encoder/rdopt.c.o

    [CC] vp8/encoder/segmentation.c.o

    [CC] vp8/common/vp8_skin_detection.c.o

    [CC] vp8/encoder/tokenize.c.o

    [CC] vp8/encoder/treewriter.c.o

    [CC] vp8/encoder/temporal_filter.c.o

    [CC] vp8/encoder/x86/vp8_quantize_sse2.c.o

    [CC] vp8/encoder/x86/vp8_quantize_ssse3.c.o

    [CC] vp8/encoder/x86/quantize_sse4.c.o

    [CC] vp8/encoder/x86/denoising_sse2.c.o

    [CC] vp8/encoder/x86/vp8_enc_stubs_sse2.c.o

    [CC] vp8/vp8_dx_iface.c.o

    [CC] vp8/decoder/dboolhuff.c.o

    [CC] vp8/decoder/decodemv.c.o

    [CC] vp8/decoder/decodeframe.c.o

    [CC] vp8/decoder/detokenize.c.o

    [CC] vp8/decoder/onyxd_if.c.o

    [CC] vp8/decoder/threading.c.o

    [CC] vp9/common/vp9_alloccommon.c.o

    [CC] vp9/common/vp9_blockd.c.o

    [CC] vp9/common/vp9_entropy.c.o

    [CC] vp9/common/vp9_entropymode.c.o

    [CC] vp9/common/vp9_entropymv.c.o

    [CC] vp9/common/vp9_frame_buffers.c.o

    [CC] vp9/common/vp9_idct.c.o

    [CC] vp9/common/vp9_filter.c.o

    [CC] vp9/common/vp9_pred_common.c.o

    [CC] vp9/common/vp9_rtcd.c.o

    [CC] vp9/common/vp9_scale.c.o

    [CC] vp9/common/vp9_seg_common.c.o

    [CC] vp9/common/vp9_tile_common.c.o

    [CC] vp9/common/vp9_loopfilter.c.o

    [CC] vp9/common/vp9_thread_common.c.o

    [CC] vp9/common/vp9_mvref_common.c.o

    [CC] vp9/common/vp9_quant_common.c.o

    [CC] vp9/common/vp9_reconinter.c.o

    [CC] vp9/common/vp9_reconintra.c.o

    [CC] vp9/common/vp9_common_data.c.o

    [CC] vp9/common/vp9_scan.c.o

    [CC] vp9/common/x86/vp9_idct_intrin_sse2.c.o

    [CC] vp9/vp9_cx_iface.c.o

    [CC] vp9/encoder/vp9_bitstream.c.o

    [CC] vp9/encoder/vp9_context_tree.c.o

    [CC] vp9/encoder/vp9_cost.c.o

    [CC] vp9/encoder/vp9_dct.c.o

    [CC] vp9/encoder/vp9_encodeframe.c.o

    [CC] vp9/encoder/vp9_encodemb.c.o

    [CC] vp9/encoder/vp9_encodemv.c.o

    [CC] vp9/encoder/vp9_ethread.c.o

    [CC] vp9/encoder/vp9_extend.c.o

    [CC] vp9/encoder/vp9_firstpass.c.o

    [CC] vp9/encoder/vp9_frame_scale.c.o

    [CC] vp9/encoder/vp9_lookahead.c.o

    [CC] vp9/encoder/vp9_multi_thread.c.o

    [CC] vp9/encoder/vp9_mcomp.c.o

    [CC] vp9/encoder/vp9_encoder.c.o

    [CC] vp9/encoder/vp9_picklpf.c.o

    [CC] vp9/encoder/vp9_quantize.c.o

    [CC] vp9/encoder/vp9_ratectrl.c.o

    [CC] vp9/encoder/vp9_rd.c.o

    [CC] vp9/encoder/vp9_rdopt.c.o

    [CC] vp9/encoder/vp9_pickmode.c.o

    [CC] vp9/encoder/vp9_segmentation.c.o

    [CC] vp9/encoder/vp9_speed_features.c.o

    [CC] vp9/encoder/vp9_subexp.c.o

    [CC] vp9/encoder/vp9_svc_layercontext.c.o

    [CC] vp9/encoder/vp9_resize.c.o

    [CC] vp9/encoder/vp9_tokenize.c.o

    [CC] vp9/encoder/vp9_treewriter.c.o

    [CC] vp9/encoder/vp9_aq_variance.c.o

    [CC] vp9/encoder/vp9_aq_360.c.o

    [CC] vp9/encoder/vp9_aq_cyclicrefresh.c.o

    [CC] vp9/encoder/vp9_aq_complexity.c.o

    [CC] vp9/encoder/vp9_alt_ref_aq.c.o

    [CC] vp9/encoder/vp9_skin_detection.c.o

    [CC] vp9/encoder/vp9_noise_estimate.c.o

    [CC] vp9/encoder/vp9_temporal_filter.c.o

    [CC] vp9/encoder/vp9_mbgraph.c.o

    [CC] vp9/encoder/x86/temporal_filter_sse4.c.o

    [CC] vp9/encoder/x86/vp9_quantize_sse2.c.o

    [CC] vp9/encoder/x86/vp9_diamond_search_sad_avx.c.o

    [CC] vp9/encoder/x86/vp9_dct_intrin_sse2.c.o

    [CC] vp9/encoder/x86/vp9_dct_ssse3.c.o

    [CC] vp9/encoder/x86/vp9_frame_scale_ssse3.c.o

    [CC] vp9/encoder/x86/vp9_error_avx2.c.o

    [CC] vp9/vp9_dx_iface.c.o

    [CC] vp9/decoder/vp9_decodemv.c.o

    [CC] vp9/decoder/vp9_decodeframe.c.o

    [CC] vp9/decoder/vp9_detokenize.c.o

    [CC] vp9/decoder/vp9_decoder.c.o

    [CC] vp9/decoder/vp9_dsubexp.c.o

    [CC] vpx_config.c.o

    [AS] vpx_ports/emms.asm.o

    [AS] vpx_dsp/x86/intrapred_sse2.asm.o

    [AS] vpx_dsp/x86/intrapred_ssse3.asm.o

    [AS] vpx_dsp/x86/add_noise_sse2.asm.o

    [AS] vpx_dsp/x86/deblock_sse2.asm.o

    [AS] vpx_dsp/x86/vpx_subpixel_8t_sse2.asm.o

    [AS] vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm.o

    [AS] vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm.o

    [AS] vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm.o

    [AS] vpx_dsp/x86/vpx_convolve_copy_sse2.asm.o

    [AS] vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm.o

    [AS] vpx_dsp/x86/inv_wht_sse2.asm.o

    [AS] vpx_dsp/x86/avg_ssse3_x86_64.asm.o

    [AS] vpx_dsp/x86/sad_sse3.asm.o

    [AS] vpx_dsp/x86/sad_ssse3.asm.o

    [AS] vpx_dsp/x86/sad_sse4.asm.o

    [AS] vpx_dsp/x86/sad4d_sse2.asm.o

    [AS] vpx_dsp/x86/sad_sse2.asm.o

    [AS] vpx_dsp/x86/subtract_sse2.asm.o

    [AS] vpx_dsp/x86/ssim_opt_x86_64.asm.o

    [AS] vpx_dsp/x86/subpel_variance_sse2.asm.o

    [AS] vp8/common/x86/dequantize_mmx.asm.o

    [AS] vp8/common/x86/idctllm_mmx.asm.o

    [AS] vp8/common/x86/recon_mmx.asm.o

    [AS] vp8/common/x86/subpixel_mmx.asm.o

    [AS] vp8/common/x86/copy_sse2.asm.o

    [AS] vp8/common/x86/idctllm_sse2.asm.o

    [AS] vp8/common/x86/recon_sse2.asm.o

    [AS] vp8/common/x86/subpixel_sse2.asm.o

    [AS] vp8/common/x86/loopfilter_sse2.asm.o

    [AS] vp8/common/x86/iwalsh_sse2.asm.o

    [AS] vp8/common/x86/copy_sse3.asm.o

    [AS] vp8/common/x86/subpixel_ssse3.asm.o

    [AS] vp8/common/x86/mfqe_sse2.asm.o

    [AS] vp8/common/x86/loopfilter_block_sse2_x86_64.asm.o

    [AS] vp8/encoder/x86/dct_sse2.asm.o

    [AS] vp8/encoder/x86/fwalsh_sse2.asm.o

    [AS] vp8/encoder/x86/temporal_filter_apply_sse2.asm.o

    [AS] vp8/encoder/x86/encodeopt.asm.o

    [AS] vp9/encoder/x86/vp9_dct_sse2.asm.o

    [AS] vp9/encoder/x86/vp9_error_sse2.asm.o

    [AS] vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.o

    [AR] libvpx_g.a

    [STRIP] libvpx.a < libvpx_g.a

    [CREATE] vpx.pc

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8.h

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8cx.h

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vp8dx.h

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_codec.h

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_frame_buffer.h

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_image.h

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_integer.h

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_decoder.h

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vpx/vpx_encoder.h

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvpx.a

    [INSTALL] /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/vpx.pc

    [DEP] tools/tiny_ssim.c.d

    [DEP] y4minput.c.d

    [CC] y4minput.c.o

    [CC] tools/tiny_ssim.c.o

    [LD] tools/tiny_ssim

make[4]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvpx-1.7.0'

WGET            http://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.gz

Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.

ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

2019-05-31 01:59:20 URL:https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.3.tar.gz [579853/579853] -> "/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3.tar.gz" [1]

SHA1SUM test '28ba40fd2e2d41988f658a0016fa7b534e509bc0' == '28ba40fd2e2d41988f658a0016fa7b534e509bc0': OK

UNTAR           libogg-1.3.3.tar.gz

cd /root/tvheadend/build.linux/ffmpeg/libogg-1.3.3 && \

        CC="gcc -fPIE" FFMPEG_PREFIX=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/root/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \

        --libdir=/ffmpeg/lib

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... yes

checking for gcc... gcc -fPIE

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc -fPIE accepts -g... yes

checking for gcc -fPIE option to accept ISO C89... none needed

checking whether gcc -fPIE understands -c and -o together... yes

checking for style of include used by make... GNU

checking dependency style of gcc -fPIE... gcc3

checking build system type... x86_64-pc-linux-gnu

checking host system type... x86_64-pc-linux-gnu

checking how to print strings... printf

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for fgrep... /bin/grep -F

checking for ld used by gcc -fPIE... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 1572864

checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop

checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop

checking for /usr/bin/ld option to reload object files... -r

checking for objdump... objdump

checking how to recognize dependent libraries... pass_all

checking for dlltool... no

checking how to associate runtime and link libraries... printf %s\n

checking for ar... ar

checking for archiver @FILE support... @

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok

checking for sysroot... no

checking for a working dd... /bin/dd

checking how to truncate binary pipes... /bin/dd bs=4096 count=1

checking for mt... mt

checking if mt is a manifest tool... no

checking how to run the C preprocessor... gcc -fPIE -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for dlfcn.h... yes

checking for objdir... .libs

checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no

checking for gcc -fPIE option to produce PIC... -fPIC -DPIC

checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes

checking if gcc -fPIE static flag -static works... yes

checking if gcc -fPIE supports -c -o file.o... yes

checking if gcc -fPIE supports -c -o file.o... (cached) yes

checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... no

checking whether to build static libraries... yes

checking for ANSI C header files... (cached) yes

checking for inttypes.h... (cached) yes

checking for stdint.h... (cached) yes

checking for sys/types.h... (cached) yes

checking for an ANSI C-conforming const... yes

checking size of int16_t... 2

checking size of uint16_t... 2

checking size of u_int16_t... 2

checking size of int32_t... 4

checking size of uint32_t... 4

checking size of u_int32_t... 4

checking size of int64_t... 8

checking size of short... 2

checking size of int... 4

checking size of long... 8

checking size of long long... 8

checking for working memcmp... yes

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating Makefile

config.status: creating src/Makefile

config.status: creating doc/Makefile

config.status: creating doc/libogg/Makefile

config.status: creating include/Makefile

config.status: creating include/ogg/Makefile

config.status: creating include/ogg/config_types.h

config.status: creating libogg.spec

config.status: creating ogg.pc

config.status: creating ogg-uninstalled.pc

config.status: creating config.h

config.status: executing depfiles commands

config.status: executing libtool commands

DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \

        make -C /root/tvheadend/build.linux/ffmpeg/libogg-1.3.3 install

make[4]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3'

Making install in src

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/src'

/bin/bash ../libtool  --tag=CC   --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I..  -I../include -I../include   -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -fPIE -o framing.o

mv -f .deps/framing.Tpo .deps/framing.Plo

/bin/bash ../libtool  --tag=CC   --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I..  -I../include -I../include   -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -fPIE -o bitwise.o

mv -f .deps/bitwise.Tpo .deps/bitwise.Plo

/bin/bash ../libtool  --tag=CC   --mode=link gcc -fPIE  -O20 -Wall -ffast-math -fsigned-char -g -O2 -no-undefined -version-info 8:3:8  -o libogg.la -rpath /ffmpeg/lib framing.lo bitwise.lo

libtool: link: ar cru .libs/libogg.a  framing.o bitwise.o

ar: `u' modifier ignored since `D' is the default (see `U')

libtool: link: ranlib .libs/libogg.a

libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )

gcc -fPIE -DHAVE_CONFIG_H -I. -I..  -I../include -I../include  -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_bitwise-bitwise.o -MD -MP -MF .deps/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c

mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po

/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

libtool: link: gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o

gcc -fPIE -DHAVE_CONFIG_H -I. -I..  -I../include -I../include  -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_framing-framing.o -MD -MP -MF .deps/test_framing-framing.Tpo -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c

mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po

/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

libtool: link: gcc -fPIE -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/src'

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'

 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libogg.la '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'

libtool: install: /usr/bin/install -c .libs/libogg.lai /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.la

libtool: install: /usr/bin/install -c .libs/libogg.a /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a

libtool: install: chmod 644 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a

libtool: install: ranlib /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libogg.a

libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'

make[6]: Nothing to be done for 'install-data-am'.

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/src'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/src'

Making install in include

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include'

Making install in ogg

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include/ogg'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include/ogg'

make[7]: Nothing to be done for 'install-exec-am'.

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'

 /usr/bin/install -c -m 644 config_types.h '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'

 /usr/bin/install -c -m 644 ogg.h os_types.h '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/ogg'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include/ogg'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include/ogg'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include'

make[7]: Nothing to be done for 'install-exec-am'.

make[7]: Nothing to be done for 'install-data-am'.

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/include'

Making install in doc

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc'

Making install in libogg

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc/libogg'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc/libogg'

make[7]: Nothing to be done for 'install-exec-am'.

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'

 /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 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'

 /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 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg/libogg'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc/libogg'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc/libogg'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc'

make[7]: Nothing to be done for 'install-exec-am'.

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg'

 /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 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libogg'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3/doc'

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3'

make[6]: Nothing to be done for 'install-exec-am'.

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'

 /usr/bin/install -c -m 644 ogg.m4 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'

 /usr/bin/install -c -m 644 ogg.pc '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3'

make[4]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libogg-1.3.3'

WGET            http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.gz

Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.

ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

2019-05-31 01:59:46 URL:https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.1.1.tar.gz [2111877/2111877] -> "/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1.tar.gz" [1]

SHA1SUM test '0b91be522746a29351a5ee592fd8160940059303' == '0b91be522746a29351a5ee592fd8160940059303': OK

UNTAR           libtheora-1.1.1.tar.gz

cd /root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1 && \

        CC="gcc -fPIE" FFMPEG_PREFIX=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/root/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \

        --libdir=/ffmpeg/lib \

        --with-ogg=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg \

        --disable-examples \

        --disable-spec \


checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking target system type... x86_64-unknown-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking for gcc... gcc -fPIE

checking for C compiler default output file name... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc -fPIE accepts -g... yes

checking for gcc -fPIE option to accept ISO C89... none needed

checking for style of include used by make... GNU

checking dependency style of gcc -fPIE... gcc3

checking how to run the C preprocessor... gcc -fPIE -E

checking whether gcc -fPIE and cc understand -c and -o together... yes

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for fgrep... /bin/grep -F

checking for ld used by gcc -fPIE... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 1572864

checking whether the shell understands some XSI constructs... yes

checking whether the shell understands "+="... yes

checking for /usr/bin/ld option to reload object files... -r

checking for objdump... objdump

checking how to recognize dependent libraries... pass_all

checking for ar... ar

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for dlfcn.h... yes

checking for objdir... .libs

checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no

checking for gcc -fPIE option to produce PIC... -fPIC -DPIC

checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes

checking if gcc -fPIE static flag -static works... yes

checking if gcc -fPIE supports -c -o file.o... yes

checking if gcc -fPIE supports -c -o file.o... (cached) yes

checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... no

checking whether to build static libraries... yes

checking for doxygen... false

configure: WARNING: *** doxygen not found, API documentation will not be built

configure: WARNING: *** Format Specification will not built.

checking for ld used by gcc -fPIE... (cached) /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes

checking how to control symbol export... --version-script

checking for pkg-config... yes

checking pkg-config is at least version 0.9.0... yes

checking for OGG... yes

checking for VORBIS... no

checking for Vorbis... no

*** Could not run Vorbis test program, checking why...

*** The test program failed to compile or link. See the file config.log for the

*** exact error that occured. This usually means Vorbis was incorrectly installed

*** or that you have moved Vorbis since it was installed.

checking for sdl-config... no

checking for SDL - version >= 0.11.0... no

*** The sdl-config script installed by SDL could not be found

*** If SDL was installed in PREFIX, make sure PREFIX/bin is in

*** your path, or set the SDL_CONFIG environment variable to the

*** full path to sdl-config.

configure: WARNING: *** Unable to find SDL -- Not compiling example players ***

checking sys/soundcard.h usability... yes

checking sys/soundcard.h presence... yes

checking for sys/soundcard.h... yes

checking for PNG... no

configure: Vorbis missing, cannot build example encoder

checking for library containing ftime... none required

checking for getopt_long... yes

configure: creating ./config.status

config.status: creating Makefile

config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting

config.status: creating lib/Makefile

config.status: WARNING:  'lib/Makefile.in' seems to ignore the --datarootdir setting

config.status: creating include/Makefile

config.status: WARNING:  'include/Makefile.in' seems to ignore the --datarootdir setting

config.status: creating include/theora/Makefile

config.status: WARNING:  'include/theora/Makefile.in' seems to ignore the --datarootdir setting

config.status: creating examples/Makefile

config.status: WARNING:  'examples/Makefile.in' seems to ignore the --datarootdir setting

config.status: creating doc/Makefile

config.status: WARNING:  'doc/Makefile.in' seems to ignore the --datarootdir setting

config.status: creating doc/Doxyfile

config.status: creating doc/spec/Makefile

config.status: WARNING:  'doc/spec/Makefile.in' seems to ignore the --datarootdir setting

config.status: creating tests/Makefile

config.status: WARNING:  'tests/Makefile.in' seems to ignore the --datarootdir setting

config.status: creating m4/Makefile

config.status: WARNING:  'm4/Makefile.in' seems to ignore the --datarootdir setting

config.status: creating libtheora.spec

config.status: creating theora.pc

config.status: creating theora-uninstalled.pc

config.status: creating theoradec.pc

config.status: creating theoradec-uninstalled.pc

config.status: creating theoraenc.pc

config.status: creating theoraenc-uninstalled.pc

config.status: creating config.h

config.status: executing depfiles commands

config.status: executing libtool commands


------------------------------------------------------------------------

  libtheora 1.1.1:  Automatic configuration OK.


  General configuration:


    Encoding support: ........... yes

    Floating point support: ..... yes

    Assembly optimization: ...... 64 bit x86

    Debugging telemetry: ........ no

    Build example code: ......... no

    API Documentation: .......... no

    Format Documentation: ....... no


  Installation paths:


    libtheora: ................... /ffmpeg/lib

    C header files: .............. /ffmpeg/include/theora

    Documentation: ............... /ffmpeg/share/doc/libtheora


  Building:


    Type 'make' to compile libtheora.


    Type 'make install' to install libtheora.


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


  Example programs will be built but not installed.

------------------------------------------------------------------------


DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \

        make -C /root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1 install

make[4]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'

Making install in lib

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/lib'

source='apiwrapper.c' object='apiwrapper.lo' libtool=yes \

depfile='.deps/apiwrapper.Plo' tmpdepfile='.deps/apiwrapper.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='bitpack.c' object='bitpack.lo' libtool=yes \

depfile='.deps/bitpack.Plo' tmpdepfile='.deps/bitpack.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='decapiwrapper.c' object='decapiwrapper.lo' libtool=yes \

depfile='.deps/decapiwrapper.Plo' tmpdepfile='.deps/decapiwrapper.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='decinfo.c' object='decinfo.lo' libtool=yes \

depfile='.deps/decinfo.Plo' tmpdepfile='.deps/decinfo.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='decode.c' object='decode.lo' libtool=yes \

depfile='.deps/decode.Plo' tmpdepfile='.deps/decode.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

decode.c: In function 'th_decode_alloc':

decode.c:400:49: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations]

       qsum+=_dec->state.dequant_tables[qti][pli][qi][12]+

             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~

decode.c:396:3: note: within this loop

   for(qi=0;qi<64;qi++){

   ^~~

source='dequant.c' object='dequant.lo' libtool=yes \

depfile='.deps/dequant.Plo' tmpdepfile='.deps/dequant.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='fragment.c' object='fragment.lo' libtool=yes \

depfile='.deps/fragment.Plo' tmpdepfile='.deps/fragment.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='huffdec.c' object='huffdec.lo' libtool=yes \

depfile='.deps/huffdec.Plo' tmpdepfile='.deps/huffdec.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='idct.c' object='idct.lo' libtool=yes \

depfile='.deps/idct.Plo' tmpdepfile='.deps/idct.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='info.c' object='info.lo' libtool=yes \

depfile='.deps/info.Plo' tmpdepfile='.deps/info.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='internal.c' object='internal.lo' libtool=yes \

depfile='.deps/internal.Plo' tmpdepfile='.deps/internal.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='quant.c' object='quant.lo' libtool=yes \

depfile='.deps/quant.Plo' tmpdepfile='.deps/quant.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='state.c' object='state.lo' libtool=yes \

depfile='.deps/state.Plo' tmpdepfile='.deps/state.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='x86/mmxidct.c' object='mmxidct.lo' libtool=yes \

depfile='.deps/mmxidct.Plo' tmpdepfile='.deps/mmxidct.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='x86/mmxfrag.c' object='mmxfrag.lo' libtool=yes \

depfile='.deps/mmxfrag.Plo' tmpdepfile='.deps/mmxfrag.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='x86/mmxstate.c' object='mmxstate.lo' libtool=yes \

depfile='.deps/mmxstate.Plo' tmpdepfile='.deps/mmxstate.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='x86/x86state.c' object='x86state.lo' libtool=yes \

depfile='.deps/x86state.Plo' tmpdepfile='.deps/x86state.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

/bin/bash ../libtool --mode=link gcc -fPIE -I/root/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

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

ar: `u' modifier ignored since `D' is the default (see `U')

libtool: link: ranlib .libs/libtheoradec.a

libtool: link: ( cd ".libs" && rm -f "libtheoradec.la" && ln -s "../libtheoradec.la" "libtheoradec.la" )

source='analyze.c' object='analyze.lo' libtool=yes \

depfile='.deps/analyze.Plo' tmpdepfile='.deps/analyze.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

analyze.c: In function 'oc_enc_sb_transform_quantize_intra_chroma':

analyze.c:1198:20: warning: variable 'sb_flags' set but not used [-Wunused-but-set-variable]

   oc_sb_flags     *sb_flags;

                    ^~~~~~~~

analyze.c: In function 'oc_enc_analyze_intra':

analyze.c:1235:27: warning: variable 'embs' set but not used [-Wunused-but-set-variable]

   oc_mb_enc_info         *embs;

                           ^~~~

analyze.c: In function 'oc_enc_analyze_inter':

analyze.c:1879:27: warning: variable 'vdec' set but not used [-Wunused-but-set-variable]

   int                     vdec;

                           ^~~~

analyze.c:1874:27: warning: variable 'qi' set but not used [-Wunused-but-set-variable]

   int                     qi;

                           ^~

source='fdct.c' object='fdct.lo' libtool=yes \

depfile='.deps/fdct.Plo' tmpdepfile='.deps/fdct.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='encfrag.c' object='encfrag.lo' libtool=yes \

depfile='.deps/encfrag.Plo' tmpdepfile='.deps/encfrag.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='encapiwrapper.c' object='encapiwrapper.lo' libtool=yes \

depfile='.deps/encapiwrapper.Plo' tmpdepfile='.deps/encapiwrapper.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='encinfo.c' object='encinfo.lo' libtool=yes \

depfile='.deps/encinfo.Plo' tmpdepfile='.deps/encinfo.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='encode.c' object='encode.lo' libtool=yes \

depfile='.deps/encode.Plo' tmpdepfile='.deps/encode.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='enquant.c' object='enquant.lo' libtool=yes \

depfile='.deps/enquant.Plo' tmpdepfile='.deps/enquant.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='huffenc.c' object='huffenc.lo' libtool=yes \

depfile='.deps/huffenc.Plo' tmpdepfile='.deps/huffenc.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='mathops.c' object='mathops.lo' libtool=yes \

depfile='.deps/mathops.Plo' tmpdepfile='.deps/mathops.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='mcenc.c' object='mcenc.lo' libtool=yes \

depfile='.deps/mcenc.Plo' tmpdepfile='.deps/mcenc.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='rate.c' object='rate.lo' libtool=yes \

depfile='.deps/rate.Plo' tmpdepfile='.deps/rate.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='tokenize.c' object='tokenize.lo' libtool=yes \

depfile='.deps/tokenize.Plo' tmpdepfile='.deps/tokenize.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='x86/mmxencfrag.c' object='mmxencfrag.lo' libtool=yes \

depfile='.deps/mmxencfrag.Plo' tmpdepfile='.deps/mmxencfrag.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='x86/mmxfdct.c' object='mmxfdct.lo' libtool=yes \

depfile='.deps/mmxfdct.Plo' tmpdepfile='.deps/mmxfdct.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='x86/x86enc.c' object='x86enc.lo' libtool=yes \

depfile='.deps/x86enc.Plo' tmpdepfile='.deps/x86enc.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

source='x86/sse2fdct.c' object='sse2fdct.lo' libtool=yes \

depfile='.deps/sse2fdct.Plo' tmpdepfile='.deps/sse2fdct.TPlo' \

depmode=gcc3 /bin/bash ../depcomp \

/bin/bash ../libtool --mode=compile gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/root/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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/root/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

/bin/bash ../libtool --mode=link gcc -fPIE -I/root/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

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

ar: `u' modifier ignored since `D' is the default (see `U')

libtool: link: ranlib .libs/libtheoraenc.a

libtool: link: ( cd ".libs" && rm -f "libtheoraenc.la" && ln -s "../libtheoraenc.la" "libtheoraenc.la" )

/bin/bash ../libtool --mode=link gcc -fPIE -I/root/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

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

ar: `u' modifier ignored since `D' is the default (see `U')

libtool: link: ranlib .libs/libtheora.a

libtool: link: ( cd ".libs" && rm -f "libtheora.la" && ln -s "../libtheora.la" "libtheora.la" )

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/lib'

/bin/bash ../mkinstalldirs /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib

 /bin/bash ../libtool --mode=install /usr/bin/install -c  libtheoradec.la /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.la

libtool: install: /usr/bin/install -c .libs/libtheoradec.lai /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.la

libtool: install: /usr/bin/install -c .libs/libtheoradec.a /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a

libtool: install: chmod 644 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a

libtool: install: ranlib /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoradec.a

libtool: install: warning: remember to run `libtool --finish /ffmpeg/lib'

 /bin/bash ../libtool --mode=install /usr/bin/install -c  libtheoraenc.la /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.la

libtool: install: /usr/bin/install -c .libs/libtheoraenc.lai /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.la

libtool: install: /usr/bin/install -c .libs/libtheoraenc.a /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a

libtool: install: chmod 644 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a

libtool: install: ranlib /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheoraenc.a

libtool: install: warning: remember to run `libtool --finish /ffmpeg/lib'

 /bin/bash ../libtool --mode=install /usr/bin/install -c  libtheora.la /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.la

libtool: install: /usr/bin/install -c .libs/libtheora.lai /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.la

libtool: install: /usr/bin/install -c .libs/libtheora.a /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a

libtool: install: chmod 644 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a

libtool: install: ranlib /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libtheora.a

libtool: install: warning: remember to run `libtool --finish /ffmpeg/lib'

make[6]: Nothing to be done for 'install-data-am'.

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/lib'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/lib'

Making install in include

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'

Making install in theora

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include/theora'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include/theora'

make[7]: Nothing to be done for 'install-exec-am'.

/bin/bash ../../mkinstalldirs /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora

mkdir -p -- /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora

 /usr/bin/install -c -m 644 theora.h /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora/theora.h

 /usr/bin/install -c -m 644 theoradec.h /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora/theoradec.h

 /usr/bin/install -c -m 644 theoraenc.h /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora/theoraenc.h

 /usr/bin/install -c -m 644 codec.h /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/theora/codec.h

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include/theora'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include/theora'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'

make[7]: Nothing to be done for 'install-exec-am'.

make[7]: Nothing to be done for 'install-data-am'.

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/include'

Making install in doc

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'

Making install in spec

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc/spec'

source='vp3huff.c' object='vp3huff.o' libtool=no \

depfile='.deps/vp3huff.Po' tmpdepfile='.deps/vp3huff.TPo' \

depmode=gcc3 /bin/bash ../../depcomp \

gcc -fPIE -DHAVE_CONFIG_H -I. -I. -I../..     -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops  -c `test -f 'vp3huff.c' || echo './'`vp3huff.c

/bin/bash ../../libtool --mode=link gcc -fPIE  -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops    -o vp3huff  vp3huff.o

libtool: link: gcc -fPIE -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o vp3huff vp3huff.o

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc/spec'

make[7]: Nothing to be done for 'install-exec-am'.

/bin/bash ../../mkinstalldirs /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1

mkdir -p -- /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc/spec'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc/spec'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'

echo "*** Warning: Doxygen not found; documentation will not be built."

*** Warning: Doxygen not found; documentation will not be built.

touch doxygen-build.stamp

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'

make[7]: Nothing to be done for 'install-exec-am'.

/bin/bash ../mkinstalldirs /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1

if test -d libtheora; then \

  for dir in libtheora/*; do \

    if test -d $dir; then \

      b=`basename $dir`; \

      /bin/bash ../mkinstalldirs /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/$b; \

      for f in $dir/*; do \

        /usr/bin/install -c -m 644 $f /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/$b; \

      done \

    fi \

  done \

fi

mkdir -p -- /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/html

mkdir -p -- /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/latex

/bin/bash ../mkinstalldirs /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1

 /usr/bin/install -c -m 644 vp3-format.txt /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/vp3-format.txt

 /usr/bin/install -c -m 644 color.html /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/color.html

 /usr/bin/install -c -m 644 draft-ietf-avt-rtp-theora-00.xml /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/draft-ietf-avt-rtp-theora-00.xml

 /usr/bin/install -c -m 644 draft-ietf-avt-rtp-theora-00.txt /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/draft-ietf-avt-rtp-theora-00.txt

 /usr/bin/install -c -m 644 doxygen-build.stamp /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libtheora-1.1.1/doxygen-build.stamp

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/doc'

Making install in tests

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/tests'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/tests'

make[6]: Nothing to be done for 'install-exec-am'.

make[6]: Nothing to be done for 'install-data-am'.

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/tests'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/tests'

Making install in m4

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/m4'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/m4'

make[6]: Nothing to be done for 'install-exec-am'.

make[6]: Nothing to be done for 'install-data-am'.

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/m4'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1/m4'

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'

make[6]: Nothing to be done for 'install-exec-am'.

/bin/bash ./mkinstalldirs /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig

 /usr/bin/install -c -m 644 theora.pc /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/theora.pc

 /usr/bin/install -c -m 644 theoradec.pc /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/theoradec.pc

 /usr/bin/install -c -m 644 theoraenc.pc /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig/theoraenc.pc

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'

make[4]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libtheora-1.1.1'

WGET            http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.gz

Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.

ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

2019-05-31 02:00:24 URL:https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.6.tar.gz [1634357/1634357] -> "/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6.tar.gz" [1]

SHA1SUM test '91f140c220d1fe3376d637dc5f3d046263784b1f' == '91f140c220d1fe3376d637dc5f3d046263784b1f': OK

UNTAR           libvorbis-1.3.6.tar.gz

cd /root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6 && \

        CC="gcc -fPIE" FFMPEG_PREFIX=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/root/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \

        --libdir=/ffmpeg/lib \

        --with-ogg=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg

checking build system type... x86_64-pc-linux-gnu

checking host system type... x86_64-pc-linux-gnu

checking target system type... x86_64-pc-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking whether make supports nested variables... (cached) yes

checking for gcc... gcc -fPIE

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc -fPIE accepts -g... yes

checking for gcc -fPIE option to accept ISO C89... none needed

checking whether gcc -fPIE understands -c and -o together... yes

checking for style of include used by make... GNU

checking dependency style of gcc -fPIE... gcc3

checking how to run the C preprocessor... gcc -fPIE -E

checking for inline... inline

checking how to print strings... printf

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for fgrep... /bin/grep -F

checking for ld used by gcc -fPIE... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 1572864

checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop

checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop

checking for /usr/bin/ld option to reload object files... -r

checking for objdump... objdump

checking how to recognize dependent libraries... pass_all

checking for dlltool... dlltool

checking how to associate runtime and link libraries... printf %s\n

checking for ar... ar

checking for archiver @FILE support... @

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok

checking for sysroot... no

checking for a working dd... /bin/dd

checking how to truncate binary pipes... /bin/dd bs=4096 count=1

checking for mt... mt

checking if mt is a manifest tool... no

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for dlfcn.h... yes

checking for objdir... .libs

checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no

checking for gcc -fPIE option to produce PIC... -fPIC -DPIC

checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes

checking if gcc -fPIE static flag -static works... yes

checking if gcc -fPIE supports -c -o file.o... yes

checking if gcc -fPIE supports -c -o file.o... (cached) yes

checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... no

checking whether to build static libraries... yes

checking GCC version... 6.3.0

checking if gcc -fPIE accepts -Wdeclaration-after-statement... yes

checking for memory.h... (cached) yes

checking for cos in -lm... yes

checking for pthread_create in -lpthread... yes

checking pkg-config is at least version 0.9.0... yes

checking for OGG... yes

checking for size_t... yes

checking for working alloca.h... yes

checking for alloca... yes

checking for working memcmp... yes

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating Makefile

config.status: creating m4/Makefile

config.status: creating lib/Makefile

config.status: creating lib/modes/Makefile

config.status: creating lib/books/Makefile

config.status: creating lib/books/coupled/Makefile

config.status: creating lib/books/uncoupled/Makefile

config.status: creating lib/books/floor/Makefile

config.status: creating doc/Makefile

config.status: creating doc/vorbisfile/Makefile

config.status: creating doc/vorbisenc/Makefile

config.status: creating doc/libvorbis/Makefile

config.status: creating doc/Doxyfile

config.status: creating include/Makefile

config.status: creating include/vorbis/Makefile

config.status: creating examples/Makefile

config.status: creating test/Makefile

config.status: creating vq/Makefile

config.status: creating libvorbis.spec

config.status: creating vorbis.pc

config.status: creating vorbisenc.pc

config.status: creating vorbisfile.pc

config.status: creating vorbis-uninstalled.pc

config.status: creating vorbisenc-uninstalled.pc

config.status: creating vorbisfile-uninstalled.pc

config.status: creating config.h

config.status: executing depfiles commands

config.status: executing libtool commands

DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \

        make -C /root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6 install

make[4]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'

Making install in m4

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/m4'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/m4'

make[6]: Nothing to be done for 'install-exec-am'.

make[6]: Nothing to be done for 'install-data-am'.

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/m4'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/m4'

Making install in include

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'

Making install in vorbis

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include/vorbis'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include/vorbis'

make[7]: Nothing to be done for 'install-exec-am'.

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vorbis'

 /usr/bin/install -c -m 644 codec.h vorbisfile.h vorbisenc.h '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/vorbis'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include/vorbis'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include/vorbis'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'

make[7]: Nothing to be done for 'install-exec-am'.

make[7]: Nothing to be done for 'install-data-am'.

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/include'

Making install in vq

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/vq'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/vq'

make[6]: Nothing to be done for 'install-exec-am'.

make[6]: Nothing to be done for 'install-data-am'.

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/vq'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/vq'

Making install in lib

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'

Making install in modes

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/modes'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/modes'

make[7]: Nothing to be done for 'install-exec-am'.

make[7]: Nothing to be done for 'install-data-am'.

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/modes'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/modes'

Making install in books

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'

Making install in coupled

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/coupled'

make[8]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/coupled'

make[8]: Nothing to be done for 'install-exec-am'.

make[8]: Nothing to be done for 'install-data-am'.

make[8]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/coupled'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/coupled'

Making install in uncoupled

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/uncoupled'

make[8]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/uncoupled'

make[8]: Nothing to be done for 'install-exec-am'.

make[8]: Nothing to be done for 'install-data-am'.

make[8]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/uncoupled'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/uncoupled'

Making install in floor

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/floor'

make[8]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/floor'

make[8]: Nothing to be done for 'install-exec-am'.

make[8]: Nothing to be done for 'install-data-am'.

make[8]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/floor'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books/floor'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'

make[8]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'

make[8]: Nothing to be done for 'install-exec-am'.

make[8]: Nothing to be done for 'install-data-am'.

make[8]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib/books'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'

  CC       mdct.lo

  CC       smallft.lo

  CC       block.lo

  CC       envelope.lo

  CC       window.lo

  CC       lsp.lo

  CC       lpc.lo

  CC       analysis.lo

  CC       synthesis.lo

  CC       psy.lo

  CC       info.lo

  CC       floor1.lo

  CC       floor0.lo

  CC       res0.lo

  CC       mapping0.lo

  CC       registry.lo

  CC       codebook.lo

  CC       sharedbook.lo

  CC       lookup.lo

  CC       bitrate.lo

  CCLD     libvorbis.la

ar: `u' modifier ignored since `D' is the default (see `U')

  CC       vorbisfile.lo

  CCLD     libvorbisfile.la

ar: `u' modifier ignored since `D' is the default (see `U')

  CC       vorbisenc.lo

  CCLD     libvorbisenc.la

ar: `u' modifier ignored since `D' is the default (see `U')

  CC       test_sharedbook-sharedbook.o

  CCLD     test_sharedbook

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'

 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libvorbis.la libvorbisfile.la libvorbisenc.la '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'

libtool: install: /usr/bin/install -c .libs/libvorbis.lai /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.la

libtool: install: /usr/bin/install -c .libs/libvorbisfile.lai /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.la

libtool: install: /usr/bin/install -c .libs/libvorbisenc.lai /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.la

libtool: install: /usr/bin/install -c .libs/libvorbis.a /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a

libtool: install: chmod 644 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a

libtool: install: ranlib /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbis.a

libtool: install: /usr/bin/install -c .libs/libvorbisfile.a /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a

libtool: install: chmod 644 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a

libtool: install: ranlib /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisfile.a

libtool: install: /usr/bin/install -c .libs/libvorbisenc.a /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a

libtool: install: chmod 644 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a

libtool: install: ranlib /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libvorbisenc.a

libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'

make[7]: Nothing to be done for 'install-data-am'.

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/lib'

Making install in test

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/test'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/test'

make[6]: Nothing to be done for 'install-exec-am'.

make[6]: Nothing to be done for 'install-data-am'.

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/test'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/test'

Making install in doc

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'

Making install in libvorbis

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/libvorbis'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/libvorbis'

make[7]: Nothing to be done for 'install-exec-am'.

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/libvorbis'

 /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 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/libvorbis'

 /usr/bin/install -c -m 644 vorbis_synthesis_trackonly.html vorbis_block.html vorbis_dsp_state.html return.html overview.html '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/libvorbis'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/libvorbis'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/libvorbis'

Making install in vorbisfile

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisfile'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisfile'

make[7]: Nothing to be done for 'install-exec-am'.

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisfile'

 /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 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisfile'

 /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 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisfile'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisfile'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisfile'

Making install in vorbisenc

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisenc'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisenc'

make[7]: Nothing to be done for 'install-exec-am'.

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisenc'

 /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 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/vorbisenc'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisenc'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc/vorbisenc'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'

echo "*** Warning: Documentation build is disabled."

*** Warning: Documentation build is disabled.

touch doxygen-build.stamp

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'

make[7]: Nothing to be done for 'install-exec-am'.

/bin/bash /root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/install-sh -d /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6

if test -d vorbis; then \

  for dir in vorbis/*; do \

    if test -d $dir; then \

      b=`basename $dir`; \

      /bin/bash /root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/install-sh -d /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/$b; \

      for f in $dir/*; do \

        /usr/bin/install -c -m 644 $f /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6/$b; \

      done \

    fi \

  done \

fi

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6'

 /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 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.6'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6/doc'

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'

make[6]: Nothing to be done for 'install-exec-am'.

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'

 /usr/bin/install -c -m 644 vorbis.m4 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'

 /usr/bin/install -c -m 644 vorbis.pc vorbisenc.pc vorbisfile.pc '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'

make[4]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/libvorbis-1.3.6'

WGET            https://archive.mozilla.org/pub/opus/opus-1.3-rc.tar.gz

Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.

ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

2019-05-31 02:00:59 URL:https://archive.mozilla.org/pub/opus/opus-1.3-rc.tar.gz [1038163/1038163] -> "/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc.tar.gz" [1]

SHA1SUM test 'ea74356b762ac466637a40c82cdd3acbc35daa43' == 'ea74356b762ac466637a40c82cdd3acbc35daa43': OK

UNTAR           opus-1.3-rc.tar.gz

cd /root/tvheadend/build.linux/ffmpeg/opus-1.3-rc && CC="gcc -fPIE" FFMPEG_PREFIX=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/root/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \

        --disable-doc \

        --disable-extra-programs

checking whether make supports nested variables... yes

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... yes

checking build system type... x86_64-pc-linux-gnu

checking host system type... x86_64-pc-linux-gnu

checking how to print strings... printf

checking for style of include used by make... GNU

checking for gcc... gcc -fPIE

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc -fPIE accepts -g... yes

checking for gcc -fPIE option to accept ISO C89... none needed

checking whether gcc -fPIE understands -c and -o together... yes

checking dependency style of gcc -fPIE... gcc3

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for fgrep... /bin/grep -F

checking for ld used by gcc -fPIE... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 1572864

checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop

checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop

checking for /usr/bin/ld option to reload object files... -r

checking for objdump... objdump

checking how to recognize dependent libraries... pass_all

checking for dlltool... no

checking how to associate runtime and link libraries... printf %s\n

checking for ar... ar

checking for archiver @FILE support... @

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm -B output from gcc -fPIE object... ok

checking for sysroot... no

checking for a working dd... /bin/dd

checking how to truncate binary pipes... /bin/dd bs=4096 count=1

checking for mt... mt

checking if mt is a manifest tool... no

checking how to run the C preprocessor... gcc -fPIE -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for dlfcn.h... yes

checking for objdir... .libs

checking if gcc -fPIE supports -fno-rtti -fno-exceptions... no

checking for gcc -fPIE option to produce PIC... -fPIC -DPIC

checking if gcc -fPIE PIC flag -fPIC -DPIC works... yes

checking if gcc -fPIE static flag -static works... yes

checking if gcc -fPIE supports -c -o file.o... yes

checking if gcc -fPIE supports -c -o file.o... (cached) yes

checking whether the gcc -fPIE linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... no

checking whether to build static libraries... yes

checking for gcc -fPIE option to accept ISO C99... none needed

checking for an ANSI C-conforming const... yes

checking for inline... inline

checking dependency style of gcc -fPIE... gcc3

checking for C/C++ restrict keyword... __restrict

checking for C99 variable-size arrays... yes

checking for cos in -lm... yes

checking if compiler supports SSE intrinsics... yes

checking if compiler supports SSE2 intrinsics... yes

checking if compiler supports SSE4.1 intrinsics... no

checking if compiler supports SSE4.1 intrinsics with -msse4.1... yes

checking if compiler supports AVX intrinsics... no

checking if compiler supports AVX intrinsics with -mavx... yes

checking How to get X86 CPU Info... Inline Assembly

checking if gcc -fPIE supports -fvisibility=hidden... yes

checking if gcc -fPIE supports -fstack-protector-strong... yes

checking whether to add -D_FORTIFY_SOURCE=2 to CFLAGS... yes

checking if gcc -fPIE supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes... yes

checking for lrintf... yes

checking for lrint... yes

checking for __malloc_hook... yes

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating Makefile

config.status: creating opus.pc

config.status: creating opus-uninstalled.pc

config.status: creating celt/arm/armopts.s

config.status: creating doc/Makefile

config.status: creating doc/Doxyfile

config.status: creating config.h

config.status: executing depfiles commands

config.status: executing libtool commands

configure:

------------------------------------------------------------------------

  opus 1.3-rc:  Automatic configuration OK.


    Compiler support:


      C99 var arrays: ................ yes

      C99 lrintf: .................... yes

      Use alloca: .................... no (using var arrays)


    General configuration:


      Floating point support: ........ yes

      Fast float approximations: ..... no

      Fixed point debugging: ......... no

      Inline Assembly Optimizations: . No inline ASM for your platform, please send patches

      External Assembly Optimizations:

      Intrinsics Optimizations: ...... x86 SSE SSE2 SSE4.1 AVX

      Run-time CPU detection: ........ x86 SSE4.1 AVX

      Custom modes: .................. no

      Assertion checking: ............ no

      Hardening: ..................... no

      Fuzzing: ....................... no

      Check ASM: ..................... no

      Ambisonics support: ............ no


      API documentation: ............. no

      Extra programs: ................ no

------------------------------------------------------------------------


 Type "make; make install" to compile and install

 Type "make check" to run the test suite


DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \

        make -C /root/tvheadend/build.linux/ffmpeg/opus-1.3-rc install

make[4]: Entering directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc'

make  install-recursive

make[5]: Entering directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc'

make[6]: Entering directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc'

  CC       celt/bands.lo

  CC       celt/celt.lo

  CC       celt/celt_encoder.lo

  CC       celt/celt_decoder.lo

  CC       celt/cwrs.lo

  CC       celt/entcode.lo

  CC       celt/entdec.lo

  CC       celt/entenc.lo

  CC       celt/kiss_fft.lo

  CC       celt/laplace.lo

  CC       celt/mathops.lo

  CC       celt/mdct.lo

  CC       celt/modes.lo

  CC       celt/pitch.lo

  CC       celt/celt_lpc.lo

  CC       celt/quant_bands.lo

  CC       celt/rate.lo

  CC       celt/vq.lo

  CC       celt/x86/x86cpu.lo

  CC       celt/x86/x86_celt_map.lo

  CC       celt/x86/pitch_sse.lo

  CC       celt/x86/pitch_sse2.lo

  CC       celt/x86/vq_sse2.lo

  CC       celt/x86/celt_lpc_sse4_1.lo

  CC       celt/x86/pitch_sse4_1.lo

  CC       silk/CNG.lo

  CC       silk/code_signs.lo

  CC       silk/init_decoder.lo

  CC       silk/decode_core.lo

  CC       silk/decode_frame.lo

  CC       silk/decode_parameters.lo

  CC       silk/decode_indices.lo

  CC       silk/decode_pulses.lo

  CC       silk/decoder_set_fs.lo

  CC       silk/dec_API.lo

  CC       silk/enc_API.lo

  CC       silk/encode_indices.lo

  CC       silk/encode_pulses.lo

  CC       silk/gain_quant.lo

  CC       silk/interpolate.lo

  CC       silk/LP_variable_cutoff.lo

  CC       silk/NLSF_decode.lo

  CC       silk/NSQ.lo

  CC       silk/NSQ_del_dec.lo

  CC       silk/PLC.lo

  CC       silk/shell_coder.lo

  CC       silk/tables_gain.lo

  CC       silk/tables_LTP.lo

  CC       silk/tables_NLSF_CB_NB_MB.lo

  CC       silk/tables_NLSF_CB_WB.lo

  CC       silk/tables_other.lo

  CC       silk/tables_pitch_lag.lo

  CC       silk/tables_pulses_per_block.lo

  CC       silk/VAD.lo

  CC       silk/control_audio_bandwidth.lo

  CC       silk/quant_LTP_gains.lo

  CC       silk/VQ_WMat_EC.lo

  CC       silk/HP_variable_cutoff.lo

  CC       silk/NLSF_encode.lo

  CC       silk/NLSF_VQ.lo

  CC       silk/NLSF_unpack.lo

  CC       silk/NLSF_del_dec_quant.lo

  CC       silk/process_NLSFs.lo

  CC       silk/stereo_LR_to_MS.lo

  CC       silk/stereo_MS_to_LR.lo

  CC       silk/check_control_input.lo

  CC       silk/control_SNR.lo

  CC       silk/init_encoder.lo

  CC       silk/control_codec.lo

  CC       silk/A2NLSF.lo

  CC       silk/ana_filt_bank_1.lo

  CC       silk/biquad_alt.lo

  CC       silk/bwexpander_32.lo

  CC       silk/bwexpander.lo

  CC       silk/debug.lo

  CC       silk/decode_pitch.lo

  CC       silk/inner_prod_aligned.lo

  CC       silk/lin2log.lo

  CC       silk/log2lin.lo

  CC       silk/LPC_analysis_filter.lo

  CC       silk/LPC_inv_pred_gain.lo

  CC       silk/table_LSF_cos.lo

  CC       silk/NLSF2A.lo

  CC       silk/NLSF_stabilize.lo

  CC       silk/NLSF_VQ_weights_laroia.lo

  CC       silk/pitch_est_tables.lo

  CC       silk/resampler.lo

  CC       silk/resampler_down2_3.lo

  CC       silk/resampler_down2.lo

  CC       silk/resampler_private_AR2.lo

  CC       silk/resampler_private_down_FIR.lo

  CC       silk/resampler_private_IIR_FIR.lo

  CC       silk/resampler_private_up2_HQ.lo

  CC       silk/resampler_rom.lo

  CC       silk/sigm_Q15.lo

  CC       silk/sort.lo

  CC       silk/sum_sqr_shift.lo

  CC       silk/stereo_decode_pred.lo

  CC       silk/stereo_encode_pred.lo

  CC       silk/stereo_find_predictor.lo

  CC       silk/stereo_quant_pred.lo

  CC       silk/LPC_fit.lo

  CC       silk/float/apply_sine_window_FLP.lo

  CC       silk/float/corrMatrix_FLP.lo

  CC       silk/float/encode_frame_FLP.lo

  CC       silk/float/find_LPC_FLP.lo

  CC       silk/float/find_LTP_FLP.lo

  CC       silk/float/find_pitch_lags_FLP.lo

  CC       silk/float/find_pred_coefs_FLP.lo

  CC       silk/float/LPC_analysis_filter_FLP.lo

  CC       silk/float/LTP_analysis_filter_FLP.lo

  CC       silk/float/LTP_scale_ctrl_FLP.lo

  CC       silk/float/noise_shape_analysis_FLP.lo

  CC       silk/float/process_gains_FLP.lo

  CC       silk/float/regularize_correlations_FLP.lo

  CC       silk/float/residual_energy_FLP.lo

  CC       silk/float/warped_autocorrelation_FLP.lo

  CC       silk/float/wrappers_FLP.lo

  CC       silk/float/autocorrelation_FLP.lo

  CC       silk/float/burg_modified_FLP.lo

  CC       silk/float/bwexpander_FLP.lo

  CC       silk/float/energy_FLP.lo

  CC       silk/float/inner_product_FLP.lo

  CC       silk/float/k2a_FLP.lo

  CC       silk/float/LPC_inv_pred_gain_FLP.lo

  CC       silk/float/pitch_analysis_core_FLP.lo

  CC       silk/float/scale_copy_vector_FLP.lo

  CC       silk/float/scale_vector_FLP.lo

  CC       silk/float/schur_FLP.lo

  CC       silk/float/sort_FLP.lo

  CC       silk/x86/NSQ_sse4_1.lo

  CC       silk/x86/NSQ_del_dec_sse4_1.lo

  CC       silk/x86/x86_silk_map.lo

  CC       silk/x86/VAD_sse4_1.lo

  CC       silk/x86/VQ_WMat_EC_sse4_1.lo

  CC       src/opus.lo

  CC       src/opus_decoder.lo

  CC       src/opus_encoder.lo

  CC       src/opus_multistream.lo

  CC       src/opus_multistream_encoder.lo

  CC       src/opus_multistream_decoder.lo

  CC       src/repacketizer.lo

  CC       src/opus_projection_encoder.lo

  CC       src/opus_projection_decoder.lo

  CC       src/mapping_matrix.lo

  CC       src/analysis.lo

  CC       src/mlp.lo

  CC       src/mlp_data.lo

  CCLD     libopus.la

ar: `u' modifier ignored since `D' is the default (see `U')

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc/doc'

make[7]: Nothing to be done for 'all'.

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc/doc'

make[7]: Entering directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc'

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'

 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libopus.la '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib'

libtool: install: /usr/bin/install -c .libs/libopus.lai /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.la

libtool: install: /usr/bin/install -c .libs/libopus.a /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a

libtool: install: chmod 644 /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a

libtool: install: ranlib /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libopus.a

libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'

make[8]: Entering directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc/doc'

make[9]: Entering directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc/doc'

make[9]: Nothing to be done for 'install-exec-am'.

make[9]: Nothing to be done for 'install-data-am'.

make[9]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc/doc'

make[8]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc/doc'

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'

 /usr/bin/install -c -m 644 opus.m4 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'

 /usr/bin/install -c -m 644 opus.pc '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'

 /bin/mkdir -p '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/opus'

 /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 '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/opus'

make[7]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc'

make[6]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc'

make[5]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc'

make[4]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/opus-1.3-rc'

WGET            http://ffmpeg.org/releases/ffmpeg-4.1.1.tar.bz2

Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.

ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

2019-05-31 02:02:21 URL:http://ffmpeg.org/releases/ffmpeg-4.1.1.tar.bz2 [10686360/10686360] -> "/root/tvheadend/build.linux/ffmpeg/ffmpeg-4.1.1.tar.bz2" [1]

SHA1SUM test '9076734d98fb8d6ad1cff8f8f68228afa0bb2204' == '9076734d98fb8d6ad1cff8f8f68228afa0bb2204': OK

UNTAR           ffmpeg-4.1.1.tar.bz2

PATCH           /root/tvheadend/support/patches/ffmpeg.libx264.diff

patching file ./libavcodec/libx264.c

Hunk #1 succeeded at 925 (offset 23 lines).

PATCH           /root/tvheadend/support/patches/ffmpeg.libx265.diff

patching file ./libavcodec/libx265.c

Hunk #1 succeeded at 297 (offset 45 lines).

Hunk #2 succeeded at 346 with fuzz 2 (offset 46 lines).

cd /root/tvheadend/build.linux/ffmpeg/ffmpeg-4.1.1 && FFMPEG_PREFIX=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/root/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \

        --disable-all \

        --enable-gpl \

        --enable-nonfree \

        --extra-cflags="-I/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include -fPIE" \

        --extra-libs="-L/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib -ldl" \

        --pkg-config="/root/tvheadend/support/pkg-config.ffmpeg" \

        --enable-openssl \

        --enable-avutil --enable-avcodec --enable-avformat --enable-swscale --enable-avresample --enable-swresample --enable-avfilter \

        --enable-libx264 --enable-libx265 --enable-libvpx --enable-libtheora --enable-libvorbis --enable-libopus \

        --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 \

        --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 \

        --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-demuxer=mpegts --enable-demuxer=matroska --enable-demuxer=hls --enable-demuxer=flv --enable-demuxer=live_flv \

        --enable-muxer=mpegts --enable-muxer=matroska --enable-muxer=mp4 --enable-muxer=ogg \

        --enable-bsf=h264_mp4toannexb --enable-bsf=hevc_mp4toannexb \

        --enable-filter=yadif --enable-filter=format --enable-filter=hwupload --enable-filter=hwdownload --enable-filter=scale --enable-filter=null --enable-filter=aresample --enable-filter=anull \

         \

                --disable-programs \

                --disable-doc \

                --disable-htmlpages \

                --disable-manpages \

                --disable-podpages \

                --disable-txtpages

install prefix            /ffmpeg

source path               .

C compiler                gcc

C library                 glibc

ARCH                      x86 (generic)

big-endian                no

runtime cpu detection     yes

standalone assembly       yes

x86 assembler             nasm

MMX enabled               yes

MMXEXT enabled            yes

3DNow! enabled            yes

3DNow! extended enabled   yes

SSE enabled               yes

SSSE3 enabled             yes

AESNI enabled             yes

AVX enabled               yes

AVX2 enabled              yes

AVX-512 enabled           yes

XOP enabled               yes

FMA3 enabled              yes

FMA4 enabled              yes

i686 features enabled     yes

CMOV is fast              yes

EBX available             yes

EBP available             yes

debug symbols             yes

strip symbols             yes

optimize for size         no

optimizations             yes

static                    yes

shared                    no

postprocessing support    no

network support           yes

threading support         pthreads

safe bitstream reader     yes

texi2html enabled         no

perl enabled              yes

pod2man enabled           yes

makeinfo enabled          no

makeinfo supports HTML    no


External libraries:

iconv                     libtheora                 libvpx                    libx265                   openssl                                               zlib

libopus                   libvorbis                 libx264


External libraries providing hardware acceleration:

v4l2_m2m


Libraries:

avcodec                   avformat                  avresample                avutil                    swresample                                            swscale

avfilter


Programs:


Enabled decoders:

aac                       eac3                      hevc                      mp2                       opus                                                  vorbis

aac_latm                  flac                      libvorbis                 mpeg2video                theora                                                vp3

ac3                       h264


Enabled encoders:

aac                       libopus                   libvorbis                 libvpx_vp9                libx265                                               mpeg2video

flac                      libtheora                 libvpx_vp8                libx264                   mp2                                                   vorbis


Enabled hwaccels:


Enabled parsers:

aac_latm                  ac3


Enabled demuxers:

flv                       hls                       live_flv                  matroska                  mpegts


Enabled muxers:

adts                      matroska                  mov                       mp4                       mpegts                                                ogg

latm


Enabled protocols:

crypto                    hls                       mmst                      rtmpt                     srtp                                                  udp

ffrtmpcrypt               http                      rtmp                      rtmpte                    tcp                                                   udplite

ffrtmphttp                https                     rtmpe                     rtmpts                    tls                                                   unix

file                      mmsh                      rtmps                     rtp


Enabled filters:

anull                     format                    hwupload                  null                      scale                                                 yadif

aresample                 hwdownload


Enabled bsfs:

h264_mp4toannexb          hevc_mp4toannexb          null


Enabled indevs:


Enabled outdevs:


License: nonfree and unredistributable


WARNING: Building with deprecated library libavresample

DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \

        make -C /root/tvheadend/build.linux/ffmpeg/ffmpeg-4.1.1 install

make[4]: Entering directory '/root/tvheadend/build.linux/ffmpeg/ffmpeg-4.1.1'

GEN     libavutil/libavutil.version

GEN     libswscale/libswscale.version

GEN     libswresample/libswresample.version

GEN     libavresample/libavresample.version

GEN     libavcodec/libavcodec.version

GEN     libavformat/libavformat.version

GEN     libavfilter/libavfilter.version

INSTALL doc/examples/transcoding.c

INSTALL doc/examples/vaapi_transcode.c

INSTALL doc/examples/demuxing_decoding.c

INSTALL doc/examples/filtering_video.c

INSTALL doc/examples/muxing.c

INSTALL doc/examples/avio_dir_cmd.c

INSTALL doc/examples/encode_audio.c

INSTALL doc/examples/hw_decode.c

INSTALL doc/examples/filter_audio.c

INSTALL doc/examples/http_multiclient.c

INSTALL doc/examples/decode_video.c

INSTALL doc/examples/resampling_audio.c

INSTALL doc/examples/metadata.c

INSTALL doc/examples/remuxing.c

INSTALL doc/examples/filtering_audio.c

INSTALL doc/examples/extract_mvs.c

INSTALL doc/examples/avio_reading.c

INSTALL doc/examples/qsvdec.c

INSTALL doc/examples/vaapi_encode.c

INSTALL doc/examples/decode_audio.c

INSTALL doc/examples/transcode_aac.c

INSTALL doc/examples/encode_video.c

INSTALL doc/examples/scaling_video.c

INSTALL doc/examples/README

INSTALL doc/examples/Makefile

INSTALL doc/examples/transcoding.c

INSTALL doc/examples/vaapi_transcode.c

INSTALL doc/examples/demuxing_decoding.c

INSTALL doc/examples/filtering_video.c

INSTALL doc/examples/muxing.c

INSTALL doc/examples/avio_dir_cmd.c

INSTALL doc/examples/encode_audio.c

INSTALL doc/examples/hw_decode.c

INSTALL doc/examples/filter_audio.c

INSTALL doc/examples/http_multiclient.c

INSTALL doc/examples/decode_video.c

INSTALL doc/examples/resampling_audio.c

INSTALL doc/examples/metadata.c

INSTALL doc/examples/remuxing.c

INSTALL doc/examples/filtering_audio.c

INSTALL doc/examples/extract_mvs.c

INSTALL doc/examples/avio_reading.c

INSTALL doc/examples/qsvdec.c

INSTALL doc/examples/vaapi_encode.c

INSTALL doc/examples/decode_audio.c

INSTALL doc/examples/transcode_aac.c

INSTALL doc/examples/encode_video.c

INSTALL doc/examples/scaling_video.c

INSTALL doc/examples/README

INSTALL doc/examples/Makefile

CC      libavfilter/af_anull.o

CC      libavfilter/af_aresample.o

CC      libavfilter/allfilters.o

CC      libavfilter/audio.o

CC      libavfilter/avfilter.o

CC      libavfilter/avfiltergraph.o

libavfilter/avfiltergraph.c: In function 'avfilter_graph_free':

libavfilter/avfiltergraph.c:135:5: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations]

     av_freep(&(*graph)->resample_lavr_opts);

     ^~~~~~~~

In file included from libavfilter/avfiltergraph.c:39:0:

libavfilter/avfilter.h:847:32: note: declared here

     attribute_deprecated char *resample_lavr_opts;   ///< libavresample options to use for the auto-inserted resample filters

                                ^~~~~~~~~~~~~~~~~~

CC      libavfilter/buffersink.o

CC      libavfilter/buffersrc.o

CC      libavfilter/drawutils.o

CC      libavfilter/fifo.o

CC      libavfilter/formats.o

CC      libavfilter/framepool.o

CC      libavfilter/framequeue.o

CC      libavfilter/graphdump.o

CC      libavfilter/graphparser.o

CC      libavfilter/pthread.o

CC      libavfilter/scale.o

CC      libavfilter/transform.o

CC      libavfilter/vf_format.o

CC      libavfilter/vf_hwdownload.o

CC      libavfilter/vf_hwupload.o

CC      libavfilter/vf_null.o

CC      libavfilter/vf_scale.o

CC      libavfilter/vf_yadif.o

CC      libavfilter/video.o

X86ASM  libavfilter/x86/vf_yadif.o

STRIP   libavfilter/x86/vf_yadif.o

CC      libavfilter/x86/vf_yadif_init.o

X86ASM  libavfilter/x86/yadif-10.o

STRIP   libavfilter/x86/yadif-10.o

X86ASM  libavfilter/x86/yadif-16.o

STRIP   libavfilter/x86/yadif-16.o

CC      libavfilter/yadif_common.o

AR      libavfilter/libavfilter.a

INSTALL libavfilter/libavfilter.a

CC      libavformat/adtsenc.o

CC      libavformat/allformats.o

CC      libavformat/apetag.o

CC      libavformat/asf.o

CC      libavformat/av1.o

CC      libavformat/avc.o

CC      libavformat/avio.o

CC      libavformat/aviobuf.o

CC      libavformat/avlanguage.o

CC      libavformat/crypto.o

CC      libavformat/cutils.o

CC      libavformat/dump.o

libavformat/dump.c: In function 'dump_stream_format':

libavformat/dump.c:475:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]

     avctx->properties = st->codec->properties;

     ^~~~~

In file included from libavformat/dump.c:37:0:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

libavformat/dump.c:476:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]

     avctx->codec      = st->codec->codec;

     ^~~~~

In file included from libavformat/dump.c:37:0:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

libavformat/dump.c:477:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]

     avctx->qmin       = st->codec->qmin;

     ^~~~~

In file included from libavformat/dump.c:37:0:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

libavformat/dump.c:478:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]

     avctx->qmax       = st->codec->qmax;

     ^~~~~

In file included from libavformat/dump.c:37:0:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

libavformat/dump.c:479:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]

     avctx->coded_width  = st->codec->coded_width;

     ^~~~~

In file included from libavformat/dump.c:37:0:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

libavformat/dump.c:480:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]

     avctx->coded_height = st->codec->coded_height;

     ^~~~~

In file included from libavformat/dump.c:37:0:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

libavformat/dump.c:515:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]

         int tbc = st->codec->time_base.den && st->codec->time_base.num;

         ^~~

In file included from libavformat/dump.c:37:0:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

libavformat/dump.c:515:9: warning: 'codec' is deprecated [-Wdeprecated-declarations]

         int tbc = st->codec->time_base.den && st->codec->time_base.num;

         ^~~

In file included from libavformat/dump.c:37:0:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

libavformat/dump.c:527:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]

             print_fps(1 / av_q2d(st->codec->time_base), "tbc");

             ^~~~~~~~~

In file included from libavformat/dump.c:37:0:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

CC      libavformat/file.o

CC      libavformat/flac_picture.o

CC      libavformat/flacenc_header.o

CC      libavformat/flvdec.o

CC      libavformat/format.o

CC      libavformat/hevc.o

CC      libavformat/hls.o

CC      libavformat/hlsproto.o

CC      libavformat/http.o

CC      libavformat/httpauth.o

CC      libavformat/id3v1.o

CC      libavformat/id3v2.o

CC      libavformat/id3v2enc.o

CC      libavformat/img2.o

CC      libavformat/ip.o

CC      libavformat/isom.o

CC      libavformat/latmenc.o

CC      libavformat/matroska.o

CC      libavformat/matroskadec.o

CC      libavformat/matroskaenc.o

libavformat/matroskaenc.c:2696:12: warning: 'webm_query_codec' defined but not used [-Wunused-function]

 static int webm_query_codec(enum AVCodecID codec_id, int std_compliance)

            ^~~~~~~~~~~~~~~~

CC      libavformat/metadata.o

CC      libavformat/mms.o

CC      libavformat/mmsh.o

CC      libavformat/mmst.o

CC      libavformat/mov_chan.o

CC      libavformat/movenc.o

libavformat/movenc.c: In function 'handle_eac3':

libavformat/movenc.c:516:9: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations]

         if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0)

         ^~

In file included from libavformat/avformat.h:319:0,

                 from libavformat/movenc.h:27,

                 from libavformat/movenc.c:27:

./libavcodec/avcodec.h:4406:5: note: declared here

 int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src);

     ^~~~~~~~~~~~~~~~~~~~~~~~

libavformat/movenc.c: In function 'mov_flush_fragment':

libavformat/movenc.c:982:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]

     if (cluster_idx >= track->entry)

        ^

CC      libavformat/movenccenc.o

CC      libavformat/movenchint.o

CC      libavformat/mpegts.o

CC      libavformat/mpegtsenc.o

CC      libavformat/mux.o

CC      libavformat/network.o

CC      libavformat/oggenc.o

CC      libavformat/oggparsevorbis.o

CC      libavformat/options.o

libavformat/options.c: In function 'format_child_class_next':

libavformat/options.c:64:5: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]

     while ((ifmt = av_iformat_next(ifmt)))

     ^~~~~

In file included from libavformat/options.c:20:0:

libavformat/avformat.h:2080:17: note: declared here

 AVInputFormat  *av_iformat_next(const AVInputFormat  *f);

                 ^~~~~~~~~~~~~~~

libavformat/options.c:69:9: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]

         while ((ofmt = av_oformat_next(ofmt)))

         ^~~~~

In file included from libavformat/options.c:20:0:

libavformat/avformat.h:2088:17: note: declared here

 AVOutputFormat *av_oformat_next(const AVOutputFormat *f);

                 ^~~~~~~~~~~~~~~

libavformat/options.c:73:9: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations]

         while (ifmt = av_iformat_next(ifmt))

         ^~~~~

In file included from libavformat/options.c:20:0:

libavformat/avformat.h:2080:17: note: declared here

 AVInputFormat  *av_iformat_next(const AVInputFormat  *f);

                 ^~~~~~~~~~~~~~~

libavformat/options.c:77:5: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations]

     while (ofmt = av_oformat_next(ofmt))

     ^~~~~

In file included from libavformat/options.c:20:0:

libavformat/avformat.h:2088:17: note: declared here

 AVOutputFormat *av_oformat_next(const AVOutputFormat *f);

                 ^~~~~~~~~~~~~~~

CC      libavformat/os_support.o

CC      libavformat/protocols.o

libavformat/protocols.c: In function 'avio_enum_protocols':

libavformat/protocols.c:98:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]

     p = p ? p + 1 : url_protocols;

       ^

CC      libavformat/qtpalette.o

CC      libavformat/rawenc.o

libavformat/rawenc.c:35:12: warning: 'force_one_stream' defined but not used [-Wunused-function]

 static int force_one_stream(AVFormatContext *s)

            ^~~~~~~~~~~~~~~~

CC      libavformat/rawutils.o

CC      libavformat/replaygain.o

CC      libavformat/riff.o

CC      libavformat/riffdec.o

CC      libavformat/riffenc.o

CC      libavformat/rmsipr.o

CC      libavformat/rtmpcrypt.o

CC      libavformat/rtmpdh.o

CC      libavformat/rtmpdigest.o

CC      libavformat/rtmphttp.o

CC      libavformat/rtmppkt.o

CC      libavformat/rtmpproto.o

CC      libavformat/rtp.o

CC      libavformat/rtpenc_chain.o

CC      libavformat/rtpproto.o

CC      libavformat/sdp.o

CC      libavformat/srtp.o

CC      libavformat/srtpproto.o

CC      libavformat/tcp.o

CC      libavformat/tls.o

CC      libavformat/tls_openssl.o

libavformat/tls_openssl.c: In function 'ff_openssl_deinit':

libavformat/tls_openssl.c:105:43: warning: the comparison will always evaluate as 'false' for the address of 'openssl_lock' will never be NULL [-Waddress]

         if (CRYPTO_get_locking_callback() == openssl_lock) {

                                           ^~

CC      libavformat/udp.o

CC      libavformat/unix.o

CC      libavformat/url.o

CC      libavformat/urldecode.o

CC      libavformat/utils.o

libavformat/utils.c: In function 'find_probe_decoder':

libavformat/utils.c:225:9: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations]

         while (probe_codec = av_codec_next(probe_codec)) {

         ^~~~~

In file included from ./libavcodec/internal.h:33:0,

                 from libavformat/utils.c:41:

./libavcodec/avcodec.h:4061:10: note: declared here

 AVCodec *av_codec_next(const AVCodec *c);

          ^~~~~~~~~~~~~

libavformat/utils.c: In function 'avformat_transfer_internal_stream_timing_info':

libavformat/utils.c:5761:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]

     const AVCodecContext *dec_ctx = ist->codec;

     ^~~~~

In file included from libavformat/audiointerleave.h:27:0,

                 from libavformat/utils.c:44:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

libavformat/utils.c:5762:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]

     AVCodecContext       *enc_ctx = ost->codec;

     ^~~~~~~~~~~~~~

In file included from libavformat/audiointerleave.h:27:0,

                 from libavformat/utils.c:44:

libavformat/avformat.h:878:21: note: declared here

     AVCodecContext *codec;

                     ^~~~~

CC      libavformat/vorbiscomment.o

CC      libavformat/vpcc.o

CC      libavformat/webm_chunk.o

libavformat/webm_chunk.c:244:12: warning: 'webm_chunk_write_trailer' defined but not used [-Wunused-function]

 static int webm_chunk_write_trailer(AVFormatContext *s)

            ^~~~~~~~~~~~~~~~~~~~~~~~

libavformat/webm_chunk.c:204:12: warning: 'webm_chunk_write_packet' defined but not used [-Wunused-function]

 static int webm_chunk_write_packet(AVFormatContext *s, AVPacket *pkt)

            ^~~~~~~~~~~~~~~~~~~~~~~

libavformat/webm_chunk.c:110:12: warning: 'webm_chunk_write_header' defined but not used [-Wunused-function]

 static int webm_chunk_write_header(AVFormatContext *s)

            ^~~~~~~~~~~~~~~~~~~~~~~

CC      libavformat/webmdashenc.o

libavformat/webmdashenc.c:547:12: warning: 'webm_dash_manifest_write_trailer' defined but not used [-Wunused-function]

 static int webm_dash_manifest_write_trailer(AVFormatContext *s)

            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

libavformat/webmdashenc.c:542:12: warning: 'webm_dash_manifest_write_packet' defined but not used [-Wunused-function]

 static int webm_dash_manifest_write_packet(AVFormatContext *s, AVPacket *pkt)

            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

libavformat/webmdashenc.c:507:12: warning: 'webm_dash_manifest_write_header' defined but not used [-Wunused-function]

 static int webm_dash_manifest_write_header(AVFormatContext *s)

            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

CC      libavformat/wv.o

AR      libavformat/libavformat.a

INSTALL libavformat/libavformat.a

CC      libavcodec/aac_ac3_parser.o

CC      libavcodec/aaccoder.o

CC      libavcodec/aacdec.o

CC      libavcodec/aacenc.o

CC      libavcodec/aacenc_is.o

CC      libavcodec/aacenc_ltp.o

CC      libavcodec/aacenc_pred.o

CC      libavcodec/aacenc_tns.o

CC      libavcodec/aacenctab.o

CC      libavcodec/aacps_float.o

CC      libavcodec/aacpsdsp_float.o

CC      libavcodec/aacpsy.o

CC      libavcodec/aacsbr.o

CC      libavcodec/aactab.o

CC      libavcodec/aandcttab.o

CC      libavcodec/ac3.o

CC      libavcodec/ac3_parser.o

CC      libavcodec/ac3dec_data.o

CC      libavcodec/ac3dec_float.o

CC      libavcodec/ac3dsp.o

CC      libavcodec/ac3tab.o

CC      libavcodec/adts_header.o

CC      libavcodec/adts_parser.o

CC      libavcodec/allcodecs.o

CC      libavcodec/audio_frame_queue.o

CC      libavcodec/avdct.o

CC      libavcodec/avfft.o

CC      libavcodec/avpacket.o

CC      libavcodec/avpicture.o

CC      libavcodec/bitstream.o

CC      libavcodec/bitstream_filter.o

CC      libavcodec/bitstream_filters.o

CC      libavcodec/blockdsp.o

CC      libavcodec/bsf.o

CC      libavcodec/bswapdsp.o

CC      libavcodec/cabac.o

CC      libavcodec/cbrt_data.o

CC      libavcodec/codec_desc.o

CC      libavcodec/d3d11va.o

CC      libavcodec/dct.o

CC      libavcodec/dct32_fixed.o

CC      libavcodec/dct32_float.o

CC      libavcodec/decode.o

libavcodec/decode.c: In function 'compat_decode':

libavcodec/decode.c:817:13: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]

             if (!avctx->refcounted_frames) {

             ^~

In file included from libavcodec/decode.c:41:0:

libavcodec/avcodec.h:2360:9: note: declared here

     int refcounted_frames;

         ^~~~~~~~~~~~~~~~~

libavcodec/decode.c: In function 'avcodec_flush_buffers':

libavcodec/decode.c:2003:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations]

     if (!avctx->refcounted_frames)

     ^~

In file included from libavcodec/decode.c:41:0:

libavcodec/avcodec.h:2360:9: note: declared here

     int refcounted_frames;

         ^~~~~~~~~~~~~~~~~

CC      libavcodec/dirac.o

CC      libavcodec/dv_profile.o

CC      libavcodec/eac3_data.o

CC      libavcodec/encode.o

libavcodec/encode.c: In function 'do_encode':

libavcodec/encode.c:365:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]

         ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt,

         ^~~

libavcodec/encode.c:258:25: note: declared here

 int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,

                         ^~~~~~~~~~~~~~~~~~~~~

libavcodec/encode.c:368:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]

         ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt,

         ^~~

libavcodec/encode.c:118:25: note: declared here

 int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,

                         ^~~~~~~~~~~~~~~~~~~~~

CC      libavcodec/error_resilience.o

CC      libavcodec/faandct.o

CC      libavcodec/faanidct.o

CC      libavcodec/fdctdsp.o

CC      libavcodec/fft_fixed.o

CC      libavcodec/fft_fixed_32.o

CC      libavcodec/fft_float.o

CC      libavcodec/fft_init_table.o

CC      libavcodec/flac.o

CC      libavcodec/flacdata.o

CC      libavcodec/flacdec.o

CC      libavcodec/flacdsp.o

CC      libavcodec/flacenc.o

CC      libavcodec/fmtconvert.o

CC      libavcodec/frame_thread_encoder.o

libavcodec/frame_thread_encoder.c: In function 'worker':

libavcodec/frame_thread_encoder.c:89:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations]

         ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet);

         ^~~

In file included from libavcodec/frame_thread_encoder.h:24:0,

                 from libavcodec/frame_thread_encoder.c:23:

libavcodec/avcodec.h:5402:5: note: declared here

 int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,

     ^~~~~~~~~~~~~~~~~~~~~

CC      libavcodec/golomb.o

CC      libavcodec/h263dsp.o

CC      libavcodec/h2645_parse.o

CC      libavcodec/h264_cabac.o

CC      libavcodec/h264_cavlc.o

CC      libavcodec/h264_direct.o

CC      libavcodec/h264_loopfilter.o

CC      libavcodec/h264_mb.o

CC      libavcodec/h264_mp4toannexb_bsf.o

CC      libavcodec/h264_parse.o

CC      libavcodec/h264_picture.o

CC      libavcodec/h264_ps.o

CC      libavcodec/h264_refs.o

CC      libavcodec/h264_sei.o

CC      libavcodec/h264_slice.o

CC      libavcodec/h264chroma.o

CC      libavcodec/h264data.o

CC      libavcodec/h264dec.o

CC      libavcodec/h264dsp.o

CC      libavcodec/h264idct.o

CC      libavcodec/h264pred.o

CC      libavcodec/h264qpel.o

CC      libavcodec/hevc_cabac.o

CC      libavcodec/hevc_data.o

CC      libavcodec/hevc_filter.o

CC      libavcodec/hevc_mp4toannexb_bsf.o

CC      libavcodec/hevc_mvs.o

CC      libavcodec/hevc_parse.o

CC      libavcodec/hevc_ps.o

CC      libavcodec/hevc_refs.o

CC      libavcodec/hevc_sei.o

CC      libavcodec/hevcdec.o

CC      libavcodec/hevcdsp.o

CC      libavcodec/hevcpred.o

CC      libavcodec/hpeldsp.o

CC      libavcodec/idctdsp.o

CC      libavcodec/iirfilter.o

CC      libavcodec/imgconvert.o

CC      libavcodec/jfdctfst.o

CC      libavcodec/jfdctint.o

CC      libavcodec/jni.o

CC      libavcodec/jrevdct.o

CC      libavcodec/kbdwin.o

CC      libavcodec/latm_parser.o

CC      libavcodec/libopus.o

CC      libavcodec/libopusenc.o

CC      libavcodec/libtheoraenc.o

CC      libavcodec/libvorbisdec.o

CC      libavcodec/libvorbisenc.o

CC      libavcodec/libvpx.o

CC      libavcodec/libvpxenc.o

CC      libavcodec/libx264.o

CC      libavcodec/libx265.o

In file included from libavcodec/libx265.c:27:0:

/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h:34:5: warning: "_MSC_VER" is not defined [-Wundef]

 #if _MSC_VER

     ^~~~~~~~

/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h:175:5: warning: "X265_DEPTH" is not defined [-Wundef]

 #if X265_DEPTH < 10

     ^~~~~~~~~~

In file included from libavcodec/libx265.c:27:0:

/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h:1960:5: warning: "ENABLE_LIBVMAF" is not defined [-Wundef]

 #if ENABLE_LIBVMAF

     ^~~~~~~~~~~~~~

/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/include/x265.h:2029:5: warning: "ENABLE_LIBVMAF" is not defined [-Wundef]

 #if ENABLE_LIBVMAF

     ^~~~~~~~~~~~~~

CC      libavcodec/lpc.o

CC      libavcodec/mathtables.o

CC      libavcodec/mdct15.o

CC      libavcodec/mdct_fixed.o

CC      libavcodec/mdct_fixed_32.o

CC      libavcodec/mdct_float.o

CC      libavcodec/me_cmp.o

CC      libavcodec/mediacodec.o

CC      libavcodec/mjpegenc_huffman.o

CC      libavcodec/motion_est.o

CC      libavcodec/mpeg12.o

CC      libavcodec/mpeg12data.o

CC      libavcodec/mpeg12dec.o

CC      libavcodec/mpeg12enc.o

CC      libavcodec/mpeg12framerate.o

CC      libavcodec/mpeg4audio.o

CC      libavcodec/mpeg_er.o

CC      libavcodec/mpegaudio.o

CC      libavcodec/mpegaudiodata.o

CC      libavcodec/mpegaudiodec_fixed.o

CC      libavcodec/mpegaudiodecheader.o

CC      libavcodec/mpegaudiodsp.o

CC      libavcodec/mpegaudiodsp_data.o

CC      libavcodec/mpegaudiodsp_fixed.o

CC      libavcodec/mpegaudiodsp_float.o

CC      libavcodec/mpegaudioenc_float.o

CC      libavcodec/mpegpicture.o

CC      libavcodec/mpegutils.o

CC      libavcodec/mpegvideo.o

libavcodec/mpegvideo.c: In function 'ff_mpv_export_qp_table':

libavcodec/mpegvideo.c:1453:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations]

     return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type);

     ^~~~~~

In file included from libavcodec/avcodec.h:38:0,

                 from libavcodec/mpegvideo.c:36:

./libavutil/frame.h:652:5: note: declared here

 int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);

     ^~~~~~~~~~~~~~~~~~~~~

CC      libavcodec/mpegvideo_enc.o

CC      libavcodec/mpegvideo_motion.o

CC      libavcodec/mpegvideodata.o

CC      libavcodec/mpegvideodsp.o

CC      libavcodec/mpegvideoencdsp.o

CC      libavcodec/null_bsf.o

CC      libavcodec/options.o

libavcodec/options.c: In function 'codec_child_class_next':

libavcodec/options.c:61:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations]

     while (prev && (c = av_codec_next(c)))

     ^~~~~

In file included from libavcodec/options.c:27:0:

libavcodec/avcodec.h:4061:10: note: declared here

 AVCodec *av_codec_next(const AVCodec *c);

          ^~~~~~~~~~~~~

libavcodec/options.c:66:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations]

     while (c = av_codec_next(c))

     ^~~~~

In file included from libavcodec/options.c:27:0:

libavcodec/avcodec.h:4061:10: note: declared here

 AVCodec *av_codec_next(const AVCodec *c);

          ^~~~~~~~~~~~~

CC      libavcodec/opus.o

CC      libavcodec/opus_celt.o

CC      libavcodec/opus_pvq.o

CC      libavcodec/opus_rc.o

CC      libavcodec/opus_silk.o

CC      libavcodec/opusdec.o

CC      libavcodec/opustab.o

CC      libavcodec/parser.o

CC      libavcodec/parsers.o

CC      libavcodec/pixblockdsp.o

CC      libavcodec/profiles.o

CC      libavcodec/psymodel.o

CC      libavcodec/pthread.o

CC      libavcodec/pthread_frame.o

CC      libavcodec/pthread_slice.o

CC      libavcodec/qpeldsp.o

CC      libavcodec/qsv_api.o

CC      libavcodec/ratecontrol.o

CC      libavcodec/raw.o

CC      libavcodec/rdft.o

CC      libavcodec/rl.o

CC      libavcodec/sbrdsp.o

CC      libavcodec/simple_idct.o

CC      libavcodec/sinewin.o

CC      libavcodec/sinewin_fixed.o

CC      libavcodec/startcode.o

CC      libavcodec/utils.o

CC      libavcodec/v4l2_buffers.o

CC      libavcodec/v4l2_context.o

CC      libavcodec/v4l2_fmt.o

CC      libavcodec/v4l2_m2m.o

CC      libavcodec/videodsp.o

CC      libavcodec/vorbis.o

CC      libavcodec/vorbis_data.o

CC      libavcodec/vorbis_parser.o

CC      libavcodec/vorbisdec.o

CC      libavcodec/vorbisdsp.o

CC      libavcodec/vorbisenc.o

CC      libavcodec/vp3.o

CC      libavcodec/vp3dsp.o

X86ASM  libavcodec/x86/aacencdsp.o

STRIP   libavcodec/x86/aacencdsp.o

CC      libavcodec/x86/aacencdsp_init.o

X86ASM  libavcodec/x86/aacpsdsp.o

STRIP   libavcodec/x86/aacpsdsp.o

CC      libavcodec/x86/aacpsdsp_init.o

X86ASM  libavcodec/x86/ac3dsp.o

STRIP   libavcodec/x86/ac3dsp.o

X86ASM  libavcodec/x86/ac3dsp_downmix.o

STRIP   libavcodec/x86/ac3dsp_downmix.o

CC      libavcodec/x86/ac3dsp_init.o

X86ASM  libavcodec/x86/blockdsp.o

STRIP   libavcodec/x86/blockdsp.o

CC      libavcodec/x86/blockdsp_init.o

X86ASM  libavcodec/x86/bswapdsp.o

STRIP   libavcodec/x86/bswapdsp.o

CC      libavcodec/x86/bswapdsp_init.o

CC      libavcodec/x86/constants.o

X86ASM  libavcodec/x86/dct32.o

STRIP   libavcodec/x86/dct32.o

CC      libavcodec/x86/dct_init.o

CC      libavcodec/x86/fdct.o

CC      libavcodec/x86/fdctdsp_init.o

X86ASM  libavcodec/x86/fft.o

STRIP   libavcodec/x86/fft.o

CC      libavcodec/x86/fft_init.o

X86ASM  libavcodec/x86/flac_dsp_gpl.o

STRIP   libavcodec/x86/flac_dsp_gpl.o

X86ASM  libavcodec/x86/flacdsp.o

STRIP   libavcodec/x86/flacdsp.o

CC      libavcodec/x86/flacdsp_init.o

X86ASM  libavcodec/x86/fmtconvert.o

STRIP   libavcodec/x86/fmtconvert.o

CC      libavcodec/x86/fmtconvert_init.o

X86ASM  libavcodec/x86/fpel.o

STRIP   libavcodec/x86/fpel.o

X86ASM  libavcodec/x86/h263_loopfilter.o

STRIP   libavcodec/x86/h263_loopfilter.o

CC      libavcodec/x86/h263dsp_init.o

X86ASM  libavcodec/x86/h264_chromamc.o

STRIP   libavcodec/x86/h264_chromamc.o

X86ASM  libavcodec/x86/h264_chromamc_10bit.o

STRIP   libavcodec/x86/h264_chromamc_10bit.o

X86ASM  libavcodec/x86/h264_deblock.o

STRIP   libavcodec/x86/h264_deblock.o

X86ASM  libavcodec/x86/h264_deblock_10bit.o

STRIP   libavcodec/x86/h264_deblock_10bit.o

X86ASM  libavcodec/x86/h264_idct.o

STRIP   libavcodec/x86/h264_idct.o

X86ASM  libavcodec/x86/h264_idct_10bit.o

STRIP   libavcodec/x86/h264_idct_10bit.o

X86ASM  libavcodec/x86/h264_intrapred.o

STRIP   libavcodec/x86/h264_intrapred.o

X86ASM  libavcodec/x86/h264_intrapred_10bit.o

STRIP   libavcodec/x86/h264_intrapred_10bit.o

CC      libavcodec/x86/h264_intrapred_init.o

CC      libavcodec/x86/h264_qpel.o

X86ASM  libavcodec/x86/h264_qpel_10bit.o

STRIP   libavcodec/x86/h264_qpel_10bit.o

X86ASM  libavcodec/x86/h264_qpel_8bit.o

STRIP   libavcodec/x86/h264_qpel_8bit.o

X86ASM  libavcodec/x86/h264_weight.o

STRIP   libavcodec/x86/h264_weight.o

X86ASM  libavcodec/x86/h264_weight_10bit.o

STRIP   libavcodec/x86/h264_weight_10bit.o

CC      libavcodec/x86/h264chroma_init.o

CC      libavcodec/x86/h264dsp_init.o

X86ASM  libavcodec/x86/hevc_add_res.o

STRIP   libavcodec/x86/hevc_add_res.o

X86ASM  libavcodec/x86/hevc_deblock.o

STRIP   libavcodec/x86/hevc_deblock.o

X86ASM  libavcodec/x86/hevc_idct.o

STRIP   libavcodec/x86/hevc_idct.o

X86ASM  libavcodec/x86/hevc_mc.o

STRIP   libavcodec/x86/hevc_mc.o

X86ASM  libavcodec/x86/hevc_sao.o

STRIP   libavcodec/x86/hevc_sao.o

X86ASM  libavcodec/x86/hevc_sao_10bit.o

STRIP   libavcodec/x86/hevc_sao_10bit.o

CC      libavcodec/x86/hevcdsp_init.o

X86ASM  libavcodec/x86/hpeldsp.o

STRIP   libavcodec/x86/hpeldsp.o

CC      libavcodec/x86/hpeldsp_init.o

X86ASM  libavcodec/x86/hpeldsp_vp3.o

STRIP   libavcodec/x86/hpeldsp_vp3.o

CC      libavcodec/x86/hpeldsp_vp3_init.o

X86ASM  libavcodec/x86/idctdsp.o

STRIP   libavcodec/x86/idctdsp.o

CC      libavcodec/x86/idctdsp_init.o

X86ASM  libavcodec/x86/imdct36.o

STRIP   libavcodec/x86/imdct36.o

CC      libavcodec/x86/lpc.o

X86ASM  libavcodec/x86/mdct15.o

STRIP   libavcodec/x86/mdct15.o

CC      libavcodec/x86/mdct15_init.o

X86ASM  libavcodec/x86/me_cmp.o

STRIP   libavcodec/x86/me_cmp.o

CC      libavcodec/x86/me_cmp_init.o

CC      libavcodec/x86/mpegaudiodsp.o

CC      libavcodec/x86/mpegvideo.o

CC      libavcodec/x86/mpegvideodsp.o

CC      libavcodec/x86/mpegvideoenc.o

X86ASM  libavcodec/x86/mpegvideoencdsp.o

STRIP   libavcodec/x86/mpegvideoencdsp.o

CC      libavcodec/x86/mpegvideoencdsp_init.o

CC      libavcodec/x86/opus_dsp_init.o

libavcodec/x86/opus_dsp_init.c: In function 'ff_opus_dsp_init_x86':

libavcodec/x86/opus_dsp_init.c:33:9: warning: unused variable 'cpu_flags' [-Wunused-variable]

     int cpu_flags = av_get_cpu_flags();

         ^~~~~~~~~

X86ASM  libavcodec/x86/pixblockdsp.o

STRIP   libavcodec/x86/pixblockdsp.o

CC      libavcodec/x86/pixblockdsp_init.o

X86ASM  libavcodec/x86/qpel.o

STRIP   libavcodec/x86/qpel.o

X86ASM  libavcodec/x86/qpeldsp.o

STRIP   libavcodec/x86/qpeldsp.o

CC      libavcodec/x86/qpeldsp_init.o

X86ASM  libavcodec/x86/sbrdsp.o

STRIP   libavcodec/x86/sbrdsp.o

CC      libavcodec/x86/sbrdsp_init.o

X86ASM  libavcodec/x86/simple_idct.o

STRIP   libavcodec/x86/simple_idct.o

X86ASM  libavcodec/x86/simple_idct10.o

STRIP   libavcodec/x86/simple_idct10.o

X86ASM  libavcodec/x86/videodsp.o

STRIP   libavcodec/x86/videodsp.o

CC      libavcodec/x86/videodsp_init.o

X86ASM  libavcodec/x86/vorbisdsp.o

STRIP   libavcodec/x86/vorbisdsp.o

CC      libavcodec/x86/vorbisdsp_init.o

X86ASM  libavcodec/x86/vp3dsp.o

STRIP   libavcodec/x86/vp3dsp.o

CC      libavcodec/x86/vp3dsp_init.o

CC      libavcodec/xiph.o

AR      libavcodec/libavcodec.a

INSTALL libavcodec/libavcodec.a

CC      libavresample/audio_convert.o

In file included from libavresample/audio_convert.h:26:0,

                 from libavresample/audio_convert.c:30:

libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/audio_convert.c:30:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:26:0,

                 from libavresample/audio_convert.c:30:

libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/audio_convert.c:30:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:26:0,

                 from libavresample/audio_convert.c:30:

libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/audio_convert.c:30:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.c:32:0:

libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

                         enum AVResampleDitherMethod method);

                              ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/audio_convert.c:30:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

CC      libavresample/audio_data.o

In file included from libavresample/audio_data.h:30:0,

                 from libavresample/audio_data.c:25:

libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from libavresample/audio_data.h:29:0,

                 from libavresample/audio_data.c:25:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from libavresample/audio_data.h:30:0,

                 from libavresample/audio_data.c:25:

libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_data.h:29:0,

                 from libavresample/audio_data.c:25:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_data.h:30:0,

                 from libavresample/audio_data.c:25:

libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_data.h:29:0,

                 from libavresample/audio_data.c:25:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

CC      libavresample/audio_mix.o

In file included from libavresample/audio_mix.c:27:0:

libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from libavresample/audio_mix.c:26:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from libavresample/audio_mix.c:27:0:

libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_mix.c:26:0:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_mix.c:27:0:

libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_mix.c:26:0:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_mix.c:29:0:

libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

                            enum AVMixCoeffType coeff_type, int in_channels,

                                 ^~~~~~~~~~~~~~

In file included from libavresample/audio_mix.c:26:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

libavresample/audio_mix.c:36:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType coeff_type;

          ^~~~~~~~~~~~~~

In file included from libavresample/audio_mix.c:26:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

libavresample/audio_mix.c:62:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

                            enum AVMixCoeffType coeff_type, int in_channels,

                                 ^~~~~~~~~~~~~~

In file included from libavresample/audio_mix.c:26:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

libavresample/audio_mix.c: In function 'ff_audio_mix_alloc':

libavresample/audio_mix.c:378:9: warning: 'avresample_build_matrix' is deprecated [-Wdeprecated-declarations]

         ret = avresample_build_matrix(avr->in_channel_layout,

         ^~~

In file included from libavresample/audio_mix.c:26:0:

libavresample/avresample.h:286:5: note: declared here

 int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout,

     ^~~~~~~~~~~~~~~~~~~~~~~

CC      libavresample/audio_mix_matrix.o

In file included from libavresample/audio_mix_matrix.c:28:0:

libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from libavresample/audio_mix_matrix.c:27:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from libavresample/audio_mix_matrix.c:28:0:

libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_mix_matrix.c:27:0:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_mix_matrix.c:28:0:

libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_mix_matrix.c:27:0:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_mix_matrix.c:30:0:

libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

                            enum AVMixCoeffType coeff_type, int in_channels,

                                 ^~~~~~~~~~~~~~

In file included from libavresample/audio_mix_matrix.c:27:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

CC      libavresample/dither.o

In file included from libavresample/audio_convert.h:26:0,

                 from libavresample/dither.c:39:

libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/dither.c:39:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:26:0,

                 from libavresample/dither.c:39:

libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/dither.c:39:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:26:0,

                 from libavresample/dither.c:39:

libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/dither.c:39:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/dither.c:40:0:

libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

                         enum AVResampleDitherMethod method);

                              ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/dither.c:39:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

libavresample/dither.c:56:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod method;

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/dither.c:39:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

libavresample/dither.c:330:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

                                 enum AVResampleDitherMethod method)

                                      ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/audio_convert.h:25:0,

                 from libavresample/dither.c:39:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

CC      libavresample/options.o

In file included from libavresample/options.c:27:0:

libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from libavresample/options.c:26:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from libavresample/options.c:27:0:

libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/options.c:26:0:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/options.c:27:0:

libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/options.c:26:0:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/options.c:28:0:

libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

                            enum AVMixCoeffType coeff_type, int in_channels,

                                 ^~~~~~~~~~~~~~

In file included from libavresample/options.c:26:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

CC      libavresample/resample.o

In file included from libavresample/resample.c:25:0:

libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from libavresample/internal.h:28:0,

                 from libavresample/resample.c:25:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from libavresample/resample.c:25:0:

libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/internal.h:28:0,

                 from libavresample/resample.c:25:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/resample.c:25:0:

libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/internal.h:28:0,

                 from libavresample/resample.c:25:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/resample.c:26:0:

libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/internal.h:28:0,

                 from libavresample/resample.c:25:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

CC      libavresample/utils.o

In file included from libavresample/utils.c:30:0:

libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from libavresample/utils.c:29:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from libavresample/utils.c:30:0:

libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/utils.c:29:0:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/utils.c:30:0:

libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/utils.c:29:0:

libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/utils.c:33:0:

libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

                            enum AVMixCoeffType coeff_type, int in_channels,

                                 ^~~~~~~~~~~~~~

In file included from libavresample/utils.c:29:0:

libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from libavresample/utils.c:34:0:

libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;

          ^~~~~~~~~~~~~~~~~~~~

In file included from libavresample/utils.c:29:0:

libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

libavresample/utils.c: In function 'avresample_open':

libavresample/utils.c:40:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations]

     if (avresample_is_open(avr)) {

     ^~

In file included from libavresample/utils.c:29:0:

libavresample/avresample.h:226:5: note: declared here

 int avresample_is_open(AVAudioResampleContext *avr);

     ^~~~~~~~~~~~~~~~~~

libavresample/utils.c:253:5: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations]

     avresample_close(avr);

     ^~~~~~~~~~~~~~~~

In file included from libavresample/utils.c:29:0:

libavresample/avresample.h:245:6: note: declared here

 void avresample_close(AVAudioResampleContext *avr);

      ^~~~~~~~~~~~~~~~

libavresample/utils.c: In function 'avresample_free':

libavresample/utils.c:282:5: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations]

     avresample_close(*avr);

     ^~~~~~~~~~~~~~~~

libavresample/utils.c:262:6: note: declared here

 void avresample_close(AVAudioResampleContext *avr)

      ^~~~~~~~~~~~~~~~

libavresample/utils.c: In function 'avresample_config':

libavresample/utils.c:507:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations]

     if (avresample_is_open(avr)) {

     ^~

libavresample/utils.c:257:5: note: declared here

 int avresample_is_open(AVAudioResampleContext *avr)

     ^~~~~~~~~~~~~~~~~~

libavresample/utils.c:508:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations]

         avresample_close(avr);

         ^~~~~~~~~~~~~~~~

libavresample/utils.c:262:6: note: declared here

 void avresample_close(AVAudioResampleContext *avr)

      ^~~~~~~~~~~~~~~~

libavresample/utils.c: In function 'convert_frame':

libavresample/utils.c:570:5: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations]

     ret = avresample_convert(avr, out_data, out_linesize,

     ^~~

libavresample/utils.c:330:25: note: declared here

 int attribute_align_arg avresample_convert(AVAudioResampleContext *avr,

                         ^~~~~~~~~~~~~~~~~~

libavresample/utils.c: In function 'avresample_convert_frame':

libavresample/utils.c:608:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations]

     if (!avresample_is_open(avr)) {

     ^~

libavresample/utils.c:257:5: note: declared here

 int avresample_is_open(AVAudioResampleContext *avr)

     ^~~~~~~~~~~~~~~~~~

libavresample/utils.c:609:9: warning: 'avresample_config' is deprecated [-Wdeprecated-declarations]

         if ((ret = avresample_config(avr, out, in)) < 0)

         ^~

libavresample/utils.c:505:5: note: declared here

 int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in)

     ^~~~~~~~~~~~~~~~~

libavresample/utils.c:611:9: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations]

         if ((ret = avresample_open(avr)) < 0)

         ^~

libavresample/utils.c:36:5: note: declared here

 int avresample_open(AVAudioResampleContext *avr)

     ^~~~~~~~~~~~~~~

libavresample/utils.c:622:13: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations]

             out->nb_samples = avresample_get_out_samples(avr, in->nb_samples);

             ^~~

In file included from libavresample/utils.c:29:0:

libavresample/avresample.h:403:5: note: declared here

 int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples);

     ^~~~~~~~~~~~~~~~~~~~~~~~~~

libavresample/utils.c:625:21: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations]

                     avresample_close(avr);

                     ^~~~~~~~~~~~~~~~

libavresample/utils.c:262:6: note: declared here

 void avresample_close(AVAudioResampleContext *avr)

      ^~~~~~~~~~~~~~~~

libavresample/utils.c: In function 'avresample_get_out_samples':

libavresample/utils.c:755:5: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations]

     int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples;

     ^~~~~~~

In file included from libavresample/utils.c:29:0:

libavresample/avresample.h:473:5: note: declared here

 int avresample_get_delay(AVAudioResampleContext *avr);

     ^~~~~~~~~~~~~~~~~~~~

libavresample/utils.c:764:5: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations]

     samples += avresample_available(avr);

     ^~~~~~~

libavresample/utils.c:748:5: note: declared here

 int avresample_available(AVAudioResampleContext *avr)

     ^~~~~~~~~~~~~~~~~~~~

X86ASM  libavresample/x86/audio_convert.o

STRIP   libavresample/x86/audio_convert.o

CC      libavresample/x86/audio_convert_init.o

In file included from ./libavresample/audio_convert.h:26:0,

                 from libavresample/x86/audio_convert_init.c:24:

./libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from ./libavresample/audio_convert.h:25:0,

                 from libavresample/x86/audio_convert_init.c:24:

./libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from ./libavresample/audio_convert.h:26:0,

                 from libavresample/x86/audio_convert_init.c:24:

./libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/audio_convert.h:25:0,

                 from libavresample/x86/audio_convert_init.c:24:

./libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/audio_convert.h:26:0,

                 from libavresample/x86/audio_convert_init.c:24:

./libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/audio_convert.h:25:0,

                 from libavresample/x86/audio_convert_init.c:24:

./libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

X86ASM  libavresample/x86/audio_mix.o

STRIP   libavresample/x86/audio_mix.o

CC      libavresample/x86/audio_mix_init.o

In file included from ./libavresample/audio_mix.h:28:0,

                 from libavresample/x86/audio_mix_init.c:24:

./libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from ./libavresample/audio_mix.h:27:0,

                 from libavresample/x86/audio_mix_init.c:24:

./libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from ./libavresample/audio_mix.h:28:0,

                 from libavresample/x86/audio_mix_init.c:24:

./libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/audio_mix.h:27:0,

                 from libavresample/x86/audio_mix_init.c:24:

./libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/audio_mix.h:28:0,

                 from libavresample/x86/audio_mix_init.c:24:

./libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/audio_mix.h:27:0,

                 from libavresample/x86/audio_mix_init.c:24:

./libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/x86/audio_mix_init.c:24:0:

./libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

                            enum AVMixCoeffType coeff_type, int in_channels,

                                 ^~~~~~~~~~~~~~

In file included from ./libavresample/audio_mix.h:27:0,

                 from libavresample/x86/audio_mix_init.c:24:

./libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

X86ASM  libavresample/x86/dither.o

STRIP   libavresample/x86/dither.o

CC      libavresample/x86/dither_init.o

In file included from ./libavresample/audio_data.h:30:0,

                 from ./libavresample/dither.h:25,

                 from libavresample/x86/dither_init.c:24:

./libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations]

     enum AVMixCoeffType mix_coeff_type;         /**< mixing coefficient type */

          ^~~~~~~~~~~~~~

In file included from ./libavresample/dither.h:24:0,

                 from libavresample/x86/dither_init.c:24:

./libavresample/avresample.h:112:27: note: declared here

 enum attribute_deprecated AVMixCoeffType {

                           ^~~~~~~~~~~~~~

In file included from ./libavresample/audio_data.h:30:0,

                 from ./libavresample/dither.h:25,

                 from libavresample/x86/dither_init.c:24:

./libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations]

     enum AVResampleFilterType filter_type;      /**< resampling filter type */

          ^~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/dither.h:24:0,

                 from libavresample/x86/dither_init.c:24:

./libavresample/avresample.h:123:27: note: declared here

 enum attribute_deprecated AVResampleFilterType {

                           ^~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/audio_data.h:30:0,

                 from ./libavresample/dither.h:25,

                 from libavresample/x86/dither_init.c:24:

./libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

     enum AVResampleDitherMethod dither_method;  /**< dither method          */

          ^~~~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/dither.h:24:0,

                 from libavresample/x86/dither_init.c:24:

./libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

In file included from libavresample/x86/dither_init.c:24:0:

./libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

                         enum AVResampleDitherMethod method);

                              ^~~~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/dither.h:24:0,

                 from libavresample/x86/dither_init.c:24:

./libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

libavresample/x86/dither_init.c:35:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations]

                                 enum AVResampleDitherMethod method)

                                      ^~~~~~~~~~~~~~~~~~~~~~

In file included from ./libavresample/dither.h:24:0,

                 from libavresample/x86/dither_init.c:24:

./libavresample/avresample.h:132:27: note: declared here

 enum attribute_deprecated AVResampleDitherMethod {

                           ^~~~~~~~~~~~~~~~~~~~~~

AR      libavresample/libavresample.a

INSTALL libavresample/libavresample.a

CC      libswresample/audioconvert.o

CC      libswresample/dither.o

CC      libswresample/options.o

CC      libswresample/rematrix.o

CC      libswresample/resample.o

CC      libswresample/resample_dsp.o

CC      libswresample/swresample.o

CC      libswresample/swresample_frame.o

X86ASM  libswresample/x86/audio_convert.o

STRIP   libswresample/x86/audio_convert.o

CC      libswresample/x86/audio_convert_init.o

X86ASM  libswresample/x86/rematrix.o

STRIP   libswresample/x86/rematrix.o

CC      libswresample/x86/rematrix_init.o

X86ASM  libswresample/x86/resample.o

STRIP   libswresample/x86/resample.o

CC      libswresample/x86/resample_init.o

AR      libswresample/libswresample.a

INSTALL libswresample/libswresample.a

CC      libswscale/alphablend.o

CC      libswscale/gamma.o

CC      libswscale/hscale.o

CC      libswscale/hscale_fast_bilinear.o

CC      libswscale/input.o

CC      libswscale/options.o

CC      libswscale/output.o

CC      libswscale/rgb2rgb.o

CC      libswscale/slice.o

CC      libswscale/swscale.o

CC      libswscale/swscale_unscaled.o

CC      libswscale/utils.o

CC      libswscale/vscale.o

CC      libswscale/x86/hscale_fast_bilinear_simd.o

X86ASM  libswscale/x86/input.o

STRIP   libswscale/x86/input.o

X86ASM  libswscale/x86/output.o

STRIP   libswscale/x86/output.o

CC      libswscale/x86/rgb2rgb.o

X86ASM  libswscale/x86/rgb_2_rgb.o

STRIP   libswscale/x86/rgb_2_rgb.o

X86ASM  libswscale/x86/scale.o

STRIP   libswscale/x86/scale.o

CC      libswscale/x86/swscale.o

CC      libswscale/x86/yuv2rgb.o

CC      libswscale/yuv2rgb.o

AR      libswscale/libswscale.a

INSTALL libswscale/libswscale.a

CC      libavutil/adler32.o

CC      libavutil/aes.o

CC      libavutil/aes_ctr.o

CC      libavutil/audio_fifo.o

CC      libavutil/avstring.o

CC      libavutil/base64.o

CC      libavutil/blowfish.o

CC      libavutil/bprint.o

CC      libavutil/buffer.o

CC      libavutil/camellia.o

CC      libavutil/cast5.o

CC      libavutil/channel_layout.o

CC      libavutil/color_utils.o

CC      libavutil/cpu.o

CC      libavutil/crc.o

CC      libavutil/des.o

CC      libavutil/dict.o

CC      libavutil/display.o

CC      libavutil/downmix_info.o

CC      libavutil/encryption_info.o

CC      libavutil/error.o

CC      libavutil/eval.o

CC      libavutil/fifo.o

CC      libavutil/file.o

CC      libavutil/file_open.o

CC      libavutil/fixed_dsp.o

CC      libavutil/float_dsp.o

CC      libavutil/frame.o

CC      libavutil/hash.o

CC      libavutil/hmac.o

CC      libavutil/hwcontext.o

CC      libavutil/imgutils.o

CC      libavutil/integer.o

CC      libavutil/intmath.o

CC      libavutil/lfg.o

CC      libavutil/lls.o

CC      libavutil/log.o

CC      libavutil/log2_tab.o

CC      libavutil/lzo.o

CC      libavutil/mastering_display_metadata.o

CC      libavutil/mathematics.o

CC      libavutil/md5.o

CC      libavutil/mem.o

CC      libavutil/murmur3.o

CC      libavutil/opt.o

CC      libavutil/parseutils.o

CC      libavutil/pixdesc.o

CC      libavutil/pixelutils.o

CC      libavutil/random_seed.o

CC      libavutil/rational.o

CC      libavutil/rc4.o

CC      libavutil/reverse.o

CC      libavutil/ripemd.o

CC      libavutil/samplefmt.o

CC      libavutil/sha.o

CC      libavutil/sha512.o

CC      libavutil/slicethread.o

CC      libavutil/spherical.o

CC      libavutil/stereo3d.o

CC      libavutil/tea.o

CC      libavutil/threadmessage.o

CC      libavutil/time.o

CC      libavutil/timecode.o

CC      libavutil/tree.o

CC      libavutil/twofish.o

CC      libavutil/utils.o

CC      libavutil/x86/cpu.o

X86ASM  libavutil/x86/cpuid.o

STRIP   libavutil/x86/cpuid.o

X86ASM  libavutil/x86/fixed_dsp.o

STRIP   libavutil/x86/fixed_dsp.o

CC      libavutil/x86/fixed_dsp_init.o

X86ASM  libavutil/x86/float_dsp.o

STRIP   libavutil/x86/float_dsp.o

CC      libavutil/x86/float_dsp_init.o

X86ASM  libavutil/x86/imgutils.o

STRIP   libavutil/x86/imgutils.o

CC      libavutil/x86/imgutils_init.o

X86ASM  libavutil/x86/lls.o

STRIP   libavutil/x86/lls.o

CC      libavutil/x86/lls_init.o

CC      libavutil/xga_font_data.o

CC      libavutil/xtea.o

AR      libavutil/libavutil.a

INSTALL libavutil/libavutil.a

INSTALL libavfilter/avfilter.h

INSTALL libavfilter/buffersink.h

INSTALL libavfilter/buffersrc.h

INSTALL libavfilter/version.h

GEN     libavfilter/libavfilter.pc

INSTALL libavfilter/libavfilter.pc

INSTALL libavformat/avformat.h

INSTALL libavformat/avio.h

INSTALL libavformat/version.h

GEN     libavformat/libavformat.pc

INSTALL libavformat/libavformat.pc

INSTALL libavcodec/ac3_parser.h

INSTALL libavcodec/adts_parser.h

INSTALL libavcodec/avcodec.h

INSTALL libavcodec/avdct.h

INSTALL libavcodec/avfft.h

INSTALL libavcodec/d3d11va.h

INSTALL libavcodec/dirac.h

INSTALL libavcodec/dv_profile.h

INSTALL libavcodec/dxva2.h

INSTALL libavcodec/jni.h

INSTALL libavcodec/mediacodec.h

INSTALL libavcodec/qsv.h

INSTALL libavcodec/vaapi.h

INSTALL libavcodec/vdpau.h

INSTALL libavcodec/version.h

INSTALL libavcodec/videotoolbox.h

INSTALL libavcodec/vorbis_parser.h

INSTALL libavcodec/xvmc.h

GEN     libavcodec/libavcodec.pc

INSTALL libavcodec/libavcodec.pc

INSTALL libavresample/avresample.h

INSTALL libavresample/version.h

GEN     libavresample/libavresample.pc

INSTALL libavresample/libavresample.pc

INSTALL libswresample/swresample.h

INSTALL libswresample/version.h

GEN     libswresample/libswresample.pc

INSTALL libswresample/libswresample.pc

INSTALL libswscale/swscale.h

INSTALL libswscale/version.h

GEN     libswscale/libswscale.pc

INSTALL libswscale/libswscale.pc

INSTALL libavutil/adler32.h

INSTALL libavutil/aes.h

INSTALL libavutil/aes_ctr.h

INSTALL libavutil/attributes.h

INSTALL libavutil/audio_fifo.h

INSTALL libavutil/avassert.h

INSTALL libavutil/avstring.h

INSTALL libavutil/avutil.h

INSTALL libavutil/base64.h

INSTALL libavutil/blowfish.h

INSTALL libavutil/bprint.h

INSTALL libavutil/bswap.h

INSTALL libavutil/buffer.h

INSTALL libavutil/cast5.h

INSTALL libavutil/camellia.h

INSTALL libavutil/channel_layout.h

INSTALL libavutil/common.h

INSTALL libavutil/cpu.h

INSTALL libavutil/crc.h

INSTALL libavutil/des.h

INSTALL libavutil/dict.h

INSTALL libavutil/display.h

INSTALL libavutil/downmix_info.h

INSTALL libavutil/encryption_info.h

INSTALL libavutil/error.h

INSTALL libavutil/eval.h

INSTALL libavutil/fifo.h

INSTALL libavutil/file.h

INSTALL libavutil/frame.h

INSTALL libavutil/hash.h

INSTALL libavutil/hmac.h

INSTALL libavutil/hwcontext.h

INSTALL libavutil/hwcontext_cuda.h

INSTALL libavutil/hwcontext_d3d11va.h

INSTALL libavutil/hwcontext_drm.h

INSTALL libavutil/hwcontext_dxva2.h

INSTALL libavutil/hwcontext_qsv.h

INSTALL libavutil/hwcontext_mediacodec.h

INSTALL libavutil/hwcontext_vaapi.h

INSTALL libavutil/hwcontext_videotoolbox.h

INSTALL libavutil/hwcontext_vdpau.h

INSTALL libavutil/imgutils.h

INSTALL libavutil/intfloat.h

INSTALL libavutil/intreadwrite.h

INSTALL libavutil/lfg.h

INSTALL libavutil/log.h

INSTALL libavutil/macros.h

INSTALL libavutil/mathematics.h

INSTALL libavutil/mastering_display_metadata.h

INSTALL libavutil/md5.h

INSTALL libavutil/mem.h

INSTALL libavutil/motion_vector.h

INSTALL libavutil/murmur3.h

INSTALL libavutil/opt.h

INSTALL libavutil/parseutils.h

INSTALL libavutil/pixdesc.h

INSTALL libavutil/pixelutils.h

INSTALL libavutil/pixfmt.h

INSTALL libavutil/random_seed.h

INSTALL libavutil/rc4.h

INSTALL libavutil/rational.h

INSTALL libavutil/replaygain.h

INSTALL libavutil/ripemd.h

INSTALL libavutil/samplefmt.h

INSTALL libavutil/sha.h

INSTALL libavutil/sha512.h

INSTALL libavutil/spherical.h

INSTALL libavutil/stereo3d.h

INSTALL libavutil/threadmessage.h

INSTALL libavutil/time.h

INSTALL libavutil/timecode.h

INSTALL libavutil/timestamp.h

INSTALL libavutil/tree.h

INSTALL libavutil/twofish.h

INSTALL libavutil/version.h

INSTALL libavutil/xtea.h

INSTALL libavutil/tea.h

INSTALL libavutil/lzo.h

INSTALL libavutil/avconfig.h

INSTALL libavutil/ffversion.h

GEN     libavutil/libavutil.pc

INSTALL libavutil/libavutil.pc

make[4]: Leaving directory '/root/tvheadend/build.linux/ffmpeg/ffmpeg-4.1.1'

make[3]: Leaving directory '/root/tvheadend'

make -f Makefile.ffmpeg libcacheput

make[3]: Entering directory '/root/tvheadend'

make[3]: Leaving directory '/root/tvheadend'

make all

make[3]: Entering directory '/root/tvheadend'

Receiving data/dvb-scan from https://github.com/tvheadend/dtv-scan-tables.git#tvheadend

make -f Makefile.hdhomerun libcacheget

make[4]: Entering directory '/root/tvheadend'

DOWNLOAD        misc/staticlib/unknown/x86_64/hdhomerun-4d7f9bfd977388752741bd44b42059a19b4d3c12.tgz / kZ54ee7ZUvsSYmb9VGSpnmoVzcAUhpBXLq8k

Folder name "unknown" not found

FAILED TO DOWNLOAD  (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)

make[4]: Leaving directory '/root/tvheadend'

make -f Makefile.hdhomerun build

make[4]: Entering directory '/root/tvheadend'

WGET            http://download.silicondust.com/hdhomerun/libhdhomerun_20180817.tgz

Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.

ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

2019-05-31 02:07:30 URL:http://download.silicondust.com/hdhomerun/libhdhomerun_20180817.tgz [50356/50356] -> "/root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817.tgz" [1]

SHA1SUM test '052868bde3a5713c55b4d060b77e0bc3a0d891d6' == '052868bde3a5713c55b4d060b77e0bc3a0d891d6': OK

UNTAR           libhdhomerun_20180817.tgz

ln -sf libhdhomerun /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817

make -f Makefile.hdhomerun /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/libhdhomerun.a

make[5]: Entering directory '/root/tvheadend'

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_channels.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_channels.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_channelscan.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_channelscan.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_control.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_control.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_debug.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_debug.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_device.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_device.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_device_selector.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_device_selector.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_discover.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_discover.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_os_posix.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_os_posix.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_pkt.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_pkt.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_sock_posix.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_sock_posix.c

gcc -MD -MP      -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fPIE -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fPIE -c -o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_video.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_video.c

ar rcs /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/libhdhomerun.a /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_channels.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_channelscan.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_control.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_debug.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_device.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_device_selector.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_discover.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_os_posix.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_pkt.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_sock_posix.o /root/tvheadend/build.linux/hdhomerun/libhdhomerun_20180817/hdhomerun_video.o

make[5]: Leaving directory '/root/tvheadend'

make[4]: Leaving directory '/root/tvheadend'

make -f Makefile.hdhomerun libcacheput

make[4]: Entering directory '/root/tvheadend'

make[4]: Leaving directory '/root/tvheadend'

make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all

make[4]: Entering directory '/root/tvheadend'

make -f Makefile.webui WEBUI=std   compile-std

make[5]: Entering directory '/root/tvheadend'

src/webui/static/tvh.js.gz.tmp      1378099

src/webui/static/tvh.js.gz.tmp2     1086328

src/webui/static/tvh.js.gz           291721

src/webui/static/tvh.blue.css.gz.tmp  173658

src/webui/static/tvh.blue.css.gz.tmp2  138367

src/webui/static/tvh.blue.css.gz      22158

src/webui/static/tvh.gray.css.gz.tmp  173123

src/webui/static/tvh.gray.css.gz.tmp2  137832

src/webui/static/tvh.gray.css.gz      22166

src/webui/static/tvh.access.css.gz.tmp  176408

src/webui/static/tvh.access.css.gz.tmp2  140344

src/webui/static/tvh.access.css.gz    22735

src/webui/static/tvh-tv.js.gz.tmp    749487

src/webui/static/tvh-tv.js.gz.tmp2   739368

src/webui/static/tvh-tv.js.gz        206260

src/webui/static/tvh-tv.css.gz.tmp     3442

src/webui/static/tvh-tv.css.gz.tmp2    2585

src/webui/static/tvh-tv.css.gz          834

Building src/webui/static/intl/tvh.ach.js.gz

Building src/webui/static/intl/tvh.ady.js.gz

Building src/webui/static/intl/tvh.ar.js.gz

Building src/webui/static/intl/tvh.bg.js.gz

Building src/webui/static/intl/tvh.cs.js.gz

Building src/webui/static/intl/tvh.da.js.gz

Building src/webui/static/intl/tvh.de.js.gz

Building src/webui/static/intl/tvh.en_US.js.gz

Building src/webui/static/intl/tvh.en_GB.js.gz

Building src/webui/static/intl/tvh.es.js.gz

Building src/webui/static/intl/tvh.et.js.gz

Building src/webui/static/intl/tvh.fa.js.gz

Building src/webui/static/intl/tvh.fi.js.gz

Building src/webui/static/intl/tvh.fr.js.gz

Building src/webui/static/intl/tvh.he.js.gz

Building src/webui/static/intl/tvh.hr.js.gz

Building src/webui/static/intl/tvh.hu.js.gz

Building src/webui/static/intl/tvh.it.js.gz

Building src/webui/static/intl/tvh.ko.js.gz

Building src/webui/static/intl/tvh.lv.js.gz

Building src/webui/static/intl/tvh.lt.js.gz

Building src/webui/static/intl/tvh.nl.js.gz

Building src/webui/static/intl/tvh.no.js.gz

Building src/webui/static/intl/tvh.pl.js.gz

Building src/webui/static/intl/tvh.pt.js.gz

Building src/webui/static/intl/tvh.ro.js.gz

Building src/webui/static/intl/tvh.ru.js.gz

Building src/webui/static/intl/tvh.sl.js.gz

Building src/webui/static/intl/tvh.sk.js.gz

Building src/webui/static/intl/tvh.sq.js.gz

Building src/webui/static/intl/tvh.sv.js.gz

Building src/webui/static/intl/tvh.tr.js.gz

Building src/webui/static/intl/tvh.uk.js.gz

Building src/webui/static/intl/tvh.zh.js.gz

Building src/webui/static/intl/tvh.zh-Hans.js.gz

WEBUI std finished

make[5]: Leaving directory '/root/tvheadend'

make -f Makefile.webui WEBUI=debug compile-debug

make[5]: Entering directory '/root/tvheadend'

WEBUI debug finished

make[5]: Leaving directory '/root/tvheadend'

make[4]: Leaving directory '/root/tvheadend'

CC              src/version.o

CC              src/uuid.o

CC              src/main.o

CC              src/tvhlog.o

CC              src/tprofile.o

CC              src/idnode.o

CC              src/prop.o

CC              src/proplib.o

CC              src/utils.o

CC              src/wrappers.o

CC              src/tvh_thread.o

CC              src/tvhvfs.o

CC              src/access.o

CC              src/tcp.o

CC              src/udp.o

CC              src/url.o

CC              src/http.o

CC              src/notify.o

CC              src/file.o

CC              src/epg.o

CC              src/epgdb.o

CC              src/epggrab.o

CC              src/spawn.o

CC              src/packet.o

CC              src/esstream.o

CC              src/streaming.o

CC              src/channels.o

CC              src/subscriptions.o

CC              src/service.o

CC              src/htsp_server.o

CC              src/htsmsg.o

CC              src/htsmsg_binary.o

CC              src/htsmsg_binary2.o

CC              src/htsmsg_json.o

CC              src/htsmsg_xml.o

CC              src/misc/dbl.o

CC              src/misc/json.o

CC              src/misc/m3u.o

CC              src/settings.o

CC              src/htsbuf.o

CC              src/trap.o

CC              src/htsstr.o

CC              src/tvhpoll.o

CC              src/huffman.o

CC              src/filebundle.o

CC              src/config.o

CC              src/lang_codes.o

CC              src/lang_str.o

CC              src/imagecache.o

CC              src/tvhtime.o

CC              src/service_mapper.o

CC              src/input.o

CC              src/httpc.o

CC              src/rtsp.o

CC              src/download.o

CC              src/fsmonitor.o

CC              src/cron.o

CC              src/esfilter.o

CC              src/intlconv.o

CC              src/profile.o

CC              src/bouquet.o

CC              src/lock.o

CC              src/string_list.o

CC              src/wizard.o

CC              src/memoryinfo.o

CC              src/api.o

CC              src/api/api_config.o

CC              src/api/api_status.o

CC              src/api/api_idnode.o

CC              src/api/api_raw.o

CC              src/api/api_input.o

CC              src/api/api_channel.o

CC              src/api/api_service.o

CC              src/api/api_mpegts.o

CC              src/api/api_epg.o

CC              src/api/api_epggrab.o

CC              src/api/api_imagecache.o

CC              src/api/api_esfilter.o

CC              src/api/api_intlconv.o

CC              src/api/api_access.o

CC              src/api/api_dvr.o

CC              src/api/api_caclient.o

CC              src/api/api_profile.o

CC              src/api/api_bouquet.o

CC              src/api/api_language.o

CC              src/api/api_satip.o

CC              src/api/api_timeshift.o

CC              src/api/api_wizard.o

CC              src/parsers/message.o

CC              src/parsers/parsers.o

CC              src/parsers/bitstream.o

CC              src/parsers/parser_h264.o

CC              src/parsers/parser_hevc.o

CC              src/parsers/parser_latm.o

CC              src/parsers/parser_avc.o

CC              src/parsers/parser_teletext.o

CC              src/epggrab/module.o

CC              src/epggrab/channel.o

CC              src/epggrab/module/xmltv.o

CC              src/plumbing/tsfix.o

CC              src/plumbing/globalheaders.o

CC              src/dvr/dvr_db.o

CC              src/dvr/dvr_rec.o

CC              src/dvr/dvr_autorec.o

CC              src/dvr/dvr_timerec.o

CC              src/dvr/dvr_vfsmgr.o

CC              src/dvr/dvr_config.o

CC              src/dvr/dvr_cutpoints.o

CC              src/webui/webui.o

CC              src/webui/comet.o

CC              src/webui/extjs.o

CC              src/webui/simpleui.o

CC              src/webui/statedump.o

CC              src/webui/html.o

CC              src/webui/webui_api.o

CC              src/webui/xmltv.o

CC              src/webui/doc_md.o

CC              src/muxer.o

CC              src/muxer/muxer_pass.o

CC              src/muxer/ebml.o

CC              src/muxer/muxer_mkv.o

CC              src/muxer/muxer_audioes.o

Building src/tvh_locale_inc.c

CC              src/tvh_locale.o

CC              src/zlib.o

CC              src/upnp.o

CC              src/satip/server.o

CC              src/satip/rtsp.o

CC              src/satip/rtp.o

CC              src/descrambler/descrambler.o

CC              src/descrambler/caclient.o

CC              src/descrambler/caid.o

CC              src/input/mpegts.o

CC              src/input/mpegts/mpegts_pid.o

CC              src/input/mpegts/mpegts_input.o

CC              src/input/mpegts/tsdemux.o

CC              src/input/mpegts/dvb_psi_hbbtv.o

CC              src/input/mpegts/dvb_psi_lib.o

CC              src/input/mpegts/mpegts_network.o

CC              src/input/mpegts/mpegts_mux.o

CC              src/input/mpegts/mpegts_service.o

CC              src/input/mpegts/mpegts_table.o

CC              src/input/mpegts/dvb_support.o

CC              src/input/mpegts/dvb_charset.o

CC              src/input/mpegts/dvb_psi_pmt.o

CC              src/input/mpegts/dvb_psi.o

CC              src/input/mpegts/fastscan.o

CC              src/input/mpegts/mpegts_mux_sched.o

CC              src/input/mpegts/mpegts_network_scan.o

CC              src/input/mpegts/mpegts_tsdebug.o

CC              src/descrambler/tsdebugcw.o

CC              src/input/mpegts/mpegts_network_dvb.o

CC              src/input/mpegts/mpegts_mux_dvb.o

CC              src/input/mpegts/scanfile.o

CC              src/epggrab/otamux.o

CC              src/epggrab/module/eit.o

CC              src/epggrab/module/eitpatternlist.o

CC              src/epggrab/module/psip.o

CC              src/epggrab/support/freesat_huffman.o

CC              src/epggrab/module/opentv.o

CC              src/input/mpegts/linuxdvb/linuxdvb.o

CC              src/input/mpegts/linuxdvb/linuxdvb_adapter.o

CC              src/input/mpegts/linuxdvb/linuxdvb_frontend.o

CC              src/input/mpegts/linuxdvb/linuxdvb_satconf.o

CC              src/input/mpegts/linuxdvb/linuxdvb_lnb.o

CC              src/input/mpegts/linuxdvb/linuxdvb_switch.o

CC              src/input/mpegts/linuxdvb/linuxdvb_rotor.o

CC              src/input/mpegts/linuxdvb/linuxdvb_en50494.o

CC              src/input/mpegts/satip/satip.o

CC              src/input/mpegts/satip/satip_frontend.o

CC              src/input/mpegts/satip/satip_satconf.o

CC              src/input/mpegts/satip/satip_rtsp.o

CC              src/input/mpegts/tvhdhomerun/tvhdhomerun.o

CC              src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.o

CC              src/input/mpegts/iptv/iptv.o

CC              src/input/mpegts/iptv/iptv_mux.o

CC              src/input/mpegts/iptv/iptv_service.o

CC              src/input/mpegts/iptv/iptv_http.o

CC              src/input/mpegts/iptv/iptv_udp.o

CC              src/input/mpegts/iptv/iptv_rtsp.o

CC              src/input/mpegts/iptv/iptv_rtcp.o

CC              src/input/mpegts/iptv/iptv_pipe.o

CC              src/input/mpegts/iptv/iptv_file.o

CC              src/input/mpegts/iptv/iptv_auto.o

CC              src/input/mpegts/tsfile/tsfile.o

CC              src/input/mpegts/tsfile/tsfile_input.o

CC              src/input/mpegts/tsfile/tsfile_mux.o

CC              src/timeshift.o

CC              src/timeshift/timeshift_filemgr.o

CC              src/timeshift/timeshift_writer.o

CC              src/timeshift/timeshift_reader.o

CC              src/dvr/dvr_inotify.o

CC              src/avahi.o

CC              src/libav.o

CC              src/muxer/muxer_libav.o

CC              src/api/api_codec.o

CC              src/input/mpegts/iptv/iptv_libav.o

CC              src/transcoding/memutils.o

CC              src/transcoding/transcode/video.o

CC              src/transcoding/transcode/helpers.o

CC              src/transcoding/transcode/audio.o

CC              src/transcoding/transcode/context.o

CC              src/transcoding/transcode/stream.o

CC              src/transcoding/transcode/module.o

CC              src/transcoding/transcode/transcoder.o

CC              src/transcoding/codec/profile_audio_class.o

CC              src/transcoding/codec/codec.o

CC              src/transcoding/codec/profile.o

CC              src/transcoding/codec/profile_class.o

CC              src/transcoding/codec/module.o

CC              src/transcoding/codec/profile_video_class.o

CC              src/transcoding/codec/codecs/mpeg2video.o

CC              src/transcoding/codec/codecs/flac.o

CC              src/transcoding/codec/codecs/vorbis.o

CC              src/transcoding/codec/codecs/aac.o

CC              src/transcoding/codec/codecs/mp2.o

CC              src/transcoding/codec/codecs/libs/libx26x.o

CC              src/transcoding/codec/codecs/libs/libvpx.o

CC              src/transcoding/codec/codecs/libs/libtheora.o

CC              src/transcoding/codec/codecs/libs/libvorbis.o

CC              src/transcoding/codec/codecs/libs/libopus.o

CC              src/descrambler/tvhcsa.o

CC              src/descrambler/cclient.o

CC              src/descrambler/emm_reass.o

CC              src/descrambler/cwc.o

CC              src/descrambler/cccam.o

CC              src/descrambler/capmt.o

CC              src/descrambler/constcw.o

CC              src/input/mpegts/en50221/en50221.o

CC              src/input/mpegts/en50221/en50221_apps.o

CC              src/input/mpegts/en50221/en50221_capmt.o

CC              src/input/mpegts/linuxdvb/linuxdvb_ca.o

CC              src/descrambler/dvbcam.o

CC              src/input/mpegts/linuxdvb/linuxdvb_ddci.o

CC              src/descrambler/algo/libaesdec.o

CC              src/descrambler/algo/libaes128dec.o

CC              src/descrambler/algo/libdesdec.o

CC              src/dbus.o

Markdown: docs/markdown/cmdline_options.md

Markdown: docs/markdown/doc_about.md

Markdown: docs/markdown/doc_update.md

Markdown: docs/markdown/dvbinputs.md

Markdown: docs/markdown/dvr.md

Markdown: docs/markdown/epg.md

Markdown: docs/markdown/faqs.md

Markdown: docs/markdown/firstconfig.md

Markdown: docs/markdown/installation.md

Markdown: docs/markdown/introduction.md

Markdown: docs/markdown/markdown_cribsheet.md

Markdown: docs/markdown/status_connections.md

Markdown: docs/markdown/status_service_mapper.md

Markdown: docs/markdown/status_stream.md

Markdown: docs/markdown/status_subscriptions.md

Markdown: docs/markdown/toc.md

Markdown: docs/markdown/todo.md

Markdown: docs/markdown/url.md

Markdown: docs/markdown/webui_about.md

Markdown: docs/markdown/inc/buttons.md

Markdown: docs/markdown/inc/caclient_contents.md

Markdown: docs/markdown/inc/channels_contents.md

Markdown: docs/markdown/inc/common_button_table_end.md

Markdown: docs/markdown/inc/common_button_table_start.md

Markdown: docs/markdown/inc/config_contents.md

Markdown: docs/markdown/inc/config_notes.md

Markdown: docs/markdown/inc/config_overview.md

Markdown: docs/markdown/inc/dvbinputs_type_table.md

Markdown: docs/markdown/inc/dvr_contents.md

Markdown: docs/markdown/inc/dvr_overview.md

Markdown: docs/markdown/inc/linuxdvb_contents.md

Markdown: docs/markdown/inc/networks_contents.md

Markdown: docs/markdown/inc/paging_tip.md

Markdown: docs/markdown/inc/play.md

Markdown: docs/markdown/inc/recording_contents.md

Markdown: docs/markdown/inc/service_contents.md

Markdown: docs/markdown/inc/status_contents.md

Markdown: docs/markdown/inc/stream_contents.md

Markdown: docs/markdown/inc/users_contents.md

Markdown: docs/markdown/inc/users_overview.md

Markdown: docs/class/access_entry.md

Markdown: docs/class/bouquet.md

Markdown: docs/class/caclient.md

Markdown: docs/class/channel.md

Markdown: docs/class/channeltag.md

Markdown: docs/class/codec_profile.md

Markdown: docs/class/config.md

Markdown: docs/class/debugging.md

Markdown: docs/class/dvrautorec.md

Markdown: docs/class/dvrconfig.md

Markdown: docs/class/dvrentry.md

Markdown: docs/class/dvrtimerec.md

Markdown: docs/class/epgconf.md

Markdown: docs/class/epggrabber_channel.md

Markdown: docs/class/epggrabber_modules.md

Markdown: docs/class/filters.md

Markdown: docs/class/imagecache.md

Markdown: docs/class/ipblocking.md

Markdown: docs/class/linuxdvb_frontend.md

Markdown: docs/class/linuxdvb_frontend_dvbc.md

Markdown: docs/class/linuxdvb_frontend_dvbs.md

Markdown: docs/class/linuxdvb_frontend_dvbt.md

Markdown: docs/class/linuxdvb_satconf.md

Markdown: docs/class/memoryinfo.md

Markdown: docs/class/mpegts_mux.md

Markdown: docs/class/mpegts_mux_sched.md

Markdown: docs/class/mpegts_network.md

Markdown: docs/class/mpegts_service.md

Markdown: docs/class/passwd.md

Markdown: docs/class/profile.md

Markdown: docs/class/satip_client.md

Markdown: docs/class/satip_frontend.md

Markdown: docs/class/satip_satconf.md

Markdown: docs/class/satip_server.md

Markdown: docs/class/service_mapper.md

Markdown: docs/class/timeshift.md

Markdown: docs/property/action.md

Markdown: docs/property/auth.md

Markdown: docs/property/authcode.md

Markdown: docs/property/bouquet_mapping_options.md

Markdown: docs/property/bouquet_tagging.md

Markdown: docs/property/cache_scheme.md

Markdown: docs/property/change_parameters.md

Markdown: docs/property/config_channelicon_path.md

Markdown: docs/property/config_channelname_scheme.md

Markdown: docs/property/config_picon_path.md

Markdown: docs/property/config_picon_servicetype.md

Markdown: docs/property/connection_limit.md

Markdown: docs/property/cron.md

Markdown: docs/property/duplicate_handling.md

Markdown: docs/property/dvr_start_extra.md

Markdown: docs/property/dvr_status.md

Markdown: docs/property/dvr_stop_extra.md

Markdown: docs/property/dvr_timerec_title_format.md

Markdown: docs/property/dvrconfig_fanart.md

Markdown: docs/property/dvrconfig_unsafe.md

Markdown: docs/property/dvrconfig_whitespace.md

Markdown: docs/property/dvrconfig_windows.md

Markdown: docs/property/epggrabber_priority.md

Markdown: docs/property/ignore_path.md

Markdown: docs/property/network_discovery.md

Markdown: docs/property/pathname.md

Markdown: docs/property/persistent_viewlevel.md

Markdown: docs/property/postprocessor.md

Markdown: docs/property/postremove.md

Markdown: docs/property/predefinedmuxlist.md

Markdown: docs/property/preprocessor.md

Markdown: docs/property/priority.md

Markdown: docs/property/runningstate.md

Markdown: docs/property/satip_muxhandling.md

Markdown: docs/property/servicechecking.md

Markdown: docs/property/streaming_priority.md

Markdown: docs/property/streaming_profile.md

Markdown: docs/property/themes.md

Markdown: docs/property/viewlevel_access_entries.md

Markdown: docs/property/viewlevel_config.md

Markdown: docs/wizard/channels.md

Markdown: docs/wizard/channels2.md

Markdown: docs/wizard/hello.md

Markdown: docs/wizard/login.md

Markdown: docs/wizard/mapping.md

Markdown: docs/wizard/muxes.md

Markdown: docs/wizard/network.md

Markdown: docs/wizard/status.md

CC              src/docs.o

CC              build.o

CC              timestamp.o

CC              tvheadend

make[3]: Leaving directory '/root/tvheadend'

make[2]: Leaving directory '/root/tvheadend'

make[1]: Leaving directory '/root/tvheadend'

   dh_auto_test -O--with-systemd

dh_auto_test: Compatibility levels before 9 are deprecated (level 5 in use)

   create-stamp debian/debhelper-build-stamp

 debian/rules binary

dh binary --with-systemd

dh: Compatibility levels before 9 are deprecated (level 5 in use)

   dh_testroot -O--with-systemd

   dh_prep -O--with-systemd

        rm -f debian/tvheadend.substvars

        rm -f debian/tvheadend.*.debhelper

        rm -rf debian/tvheadend/

        rm -f debian/tvheadend-dbg.substvars

        rm -f debian/tvheadend-dbg.*.debhelper

        rm -rf debian/tvheadend-dbg/

   dh_installdirs -O--with-systemd

dh_installdirs: Compatibility levels before 9 are deprecated (level 5 in use)

        install -d debian/tvheadend

        install -d debian/tvheadend/usr/bin

        install -d debian/tvheadend-dbg

   debian/rules override_dh_auto_install

make[1]: Entering directory '/root/tvheadend'

dh_systemd_enable || true

        install -d debian/tvheadend/lib/systemd/system

        install -p -m0644 debian/tvheadend.service debian/tvheadend/lib/systemd/system/tvheadend.service

        echo "# Automatically added by dh_systemd_enable">> debian/tvheadend.postinst.debhelper

        sed "s/#UNITFILE#/tvheadend.service/" /usr/share/debhelper/autoscripts/postinst-systemd-enable >> debian/tvheadend.postinst.debhelper

        echo '# End automatically added section' >> debian/tvheadend.postinst.debhelper

        echo "# Automatically added by dh_systemd_enable">> debian/tvheadend.postrm.debhelper

        sed "s/#UNITFILES#/tvheadend.service/" /usr/share/debhelper/autoscripts/postrm-systemd >> debian/tvheadend.postrm.debhelper

        echo '# End automatically added section' >> debian/tvheadend.postrm.debhelper

        (grep -a -s -v misc:Depends debian/tvheadend.substvars; echo "misc:Depends=init-system-helpers (>= 1.18~)") > debian/tvheadend.substvars.new

        mv debian/tvheadend.substvars.new debian/tvheadend.substvars

dh_systemd_start || true

dh_systemd_start: Compatibility levels before 9 are deprecated (level 5 in use)

        echo "# Automatically added by dh_systemd_start">> debian/tvheadend.postinst.debhelper

        sed "s/#UNITFILES#/tvheadend.service/" /usr/share/debhelper/autoscripts/postinst-systemd-start >> debian/tvheadend.postinst.debhelper

        echo '# End automatically added section' >> debian/tvheadend.postinst.debhelper

        echo "# Automatically added by dh_systemd_start">> debian/tvheadend.postrm.debhelper

        sed "s/#UNITFILES#/tvheadend.service/" /usr/share/debhelper/autoscripts/postrm-systemd-reload-only >> debian/tvheadend.postrm.debhelper

        echo '# End automatically added section' >> debian/tvheadend.postrm.debhelper

        echo "# Automatically added by dh_systemd_start">> debian/tvheadend.prerm.debhelper

        sed "s/#UNITFILES#/tvheadend.service/" /usr/share/debhelper/autoscripts/prerm-systemd >> debian/tvheadend.prerm.debhelper

        echo '# End automatically added section' >> debian/tvheadend.prerm.debhelper

dh_auto_install --destdir=debian/tvheadend

dh_auto_install: Compatibility levels before 9 are deprecated (level 5 in use)

        make -j1 install DESTDIR=/root/tvheadend/debian/tvheadend AM_UPDATE_INFO_DIR=no

make[2]: Entering directory '/root/tvheadend'

make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all

make[3]: Entering directory '/root/tvheadend'

make -f Makefile.webui WEBUI=std   compile-std

make[4]: Entering directory '/root/tvheadend'

WEBUI std finished

make[4]: Leaving directory '/root/tvheadend'

make -f Makefile.webui WEBUI=debug compile-debug

make[4]: Entering directory '/root/tvheadend'

WEBUI debug finished

make[4]: Leaving directory '/root/tvheadend'

make[3]: Leaving directory '/root/tvheadend'

CC              timestamp.o

CC              tvheadend

install -d /root/tvheadend/debian/tvheadend/usr/bin

install /root/tvheadend/build.linux/tvheadend /root/tvheadend/debian/tvheadend/usr/bin/tvheadend

install support/tvhmeta /root/tvheadend/debian/tvheadend/usr/bin/tvhmeta

install lib/py/tvh/tv_meta_tmdb.py /root/tvheadend/debian/tvheadend/usr/bin/tv_meta_tmdb.py

install lib/py/tvh/tv_meta_tvdb.py /root/tvheadend/debian/tvheadend/usr/bin/tv_meta_tvdb.py

install -d /root/tvheadend/debian/tvheadend/usr/share/man/man1

install /root/tvheadend/man/tvheadend.1 /root/tvheadend/debian/tvheadend/usr/share/man/man1/tvheadend.1

for bundle in src/webui/static data/conf data/dvb-scan; do \

        mkdir -p /root/tvheadend/debian/tvheadend/usr/share/tvheadend/$bundle ;\

        cp -LR /root/tvheadend/$bundle/*  /root/tvheadend/debian/tvheadend/usr/share/tvheadend/$bundle ;\

done

find /root/tvheadend/debian/tvheadend/usr/share/tvheadend -name .git -exec rm -rf {} \; &>/dev/null || /bin/true

make[2]: Leaving directory '/root/tvheadend'

make[1]: Leaving directory '/root/tvheadend'

   dh_installdocs -O--with-systemd

        install -d debian/tvheadend/usr/share/doc/tvheadend

dh_installdocs: Compatibility levels before 9 are deprecated (level 5 in use)

        cp --reflink=auto -a README.md debian/tvheadend/usr/share/doc/tvheadend

        cp --reflink=auto -a LICENSE.md debian/tvheadend/usr/share/doc/tvheadend

        chown -R 0:0 debian/tvheadend/usr/share/doc

        chmod -R go=rX debian/tvheadend/usr/share/doc

        chmod -R u\+rw debian/tvheadend/usr/share/doc

        install -p -m0644 debian/copyright debian/tvheadend/usr/share/doc/tvheadend/copyright

        install -d debian/tvheadend-dbg/usr/share/doc/tvheadend-dbg

        install -p -m0644 debian/copyright debian/tvheadend-dbg/usr/share/doc/tvheadend-dbg/copyright

   dh_installchangelogs -O--with-systemd

dh_installchangelogs: Compatibility levels before 9 are deprecated (level 5 in use)

        install -p -m0644 debian/changelog debian/tvheadend/usr/share/doc/tvheadend/changelog.Debian

        install -p -m0644 debian/changelog debian/tvheadend-dbg/usr/share/doc/tvheadend-dbg/changelog.Debian

   dh_installman -O--with-systemd

        man --recode UTF-8 ./tvheadend\.1 > tvheadend\.1\.new

        chmod 0755 -- tvheadend.1.new

        chown 0:0 -- tvheadend.1.new

        mv -f tvheadend.1.new tvheadend.1

   dh_installdebconf -O--with-systemd

        install -d debian/tvheadend/DEBIAN

        sed s/#DEBHELPER#// < debian/tvheadend.config > debian/tvheadend/DEBIAN/config

        chmod 0755 -- debian/tvheadend/DEBIAN/config

        chown 0:0 -- debian/tvheadend/DEBIAN/config

        install -p -m0644 debian/tvheadend.templates debian/tvheadend/DEBIAN/templates

        (grep -a -s -v misc:Depends debian/tvheadend.substvars; echo "misc:Depends=debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~)") > debian/tvheadend.substvars.new

        mv debian/tvheadend.substvars.new debian/tvheadend.substvars

dh_installdebconf: Compatibility levels before 9 are deprecated (level 5 in use)

        echo "# Automatically added by dh_installdebconf">> debian/tvheadend.postrm.debhelper

        sed "" /usr/share/debhelper/autoscripts/postrm-debconf >> debian/tvheadend.postrm.debhelper

        echo '# End automatically added section' >> debian/tvheadend.postrm.debhelper

        install -d debian/tvheadend-dbg/DEBIAN

   dh_installinit -O--with-systemd

dh_installinit: Compatibility levels before 9 are deprecated (level 5 in use)

        install -p -m0644 debian/tvheadend.service debian/tvheadend/lib/systemd/system/tvheadend.service

        install -d debian/tvheadend/etc/init

        install -p -m0644 debian/tvheadend.upstart debian/tvheadend/etc/init/tvheadend.conf

        install -d debian/tvheadend/etc/default

        install -p -m0644 debian/tvheadend.default debian/tvheadend/etc/default/tvheadend

        install -d debian/tvheadend/etc/init.d

        install -p -m0755 debian/tvheadend.init debian/tvheadend/etc/init.d/tvheadend

        echo "# Automatically added by dh_installinit">> debian/tvheadend.postinst.debhelper

        sed "s/#SCRIPT#/tvheadend/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit \$?/g" /usr/share/debhelper/autoscripts/postinst-init >> debian/tvheadend.postinst.debhelper

        echo '# End automatically added section' >> debian/tvheadend.postinst.debhelper

        echo "# Automatically added by dh_installinit">> debian/tvheadend.prerm.debhelper

        sed "s/#SCRIPT#/tvheadend/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit \$?/g" /usr/share/debhelper/autoscripts/prerm-init >> debian/tvheadend.prerm.debhelper

        echo '# End automatically added section' >> debian/tvheadend.prerm.debhelper

        echo "# Automatically added by dh_installinit">> debian/tvheadend.postrm.debhelper

        sed "s/#SCRIPT#/tvheadend/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit \$?/g" /usr/share/debhelper/autoscripts/postrm-init >> debian/tvheadend.postrm.debhelper

        echo '# End automatically added section' >> debian/tvheadend.postrm.debhelper

   dh_perl -O--with-systemd

   dh_link -O--with-systemd

   dh_strip_nondeterminism -O--with-systemd

        Using 1559234996 as canonical time

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/tvh-tv.css.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/tvh-tv.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/tvh.access.css.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/tvh.blue.css.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/tvh.gray.css.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/tvh.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/examples/ux/gridfilters/images/equals.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/examples/ux/gridfilters/images/find.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/examples/ux/gridfilters/images/greater_than.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/examples/ux/gridfilters/images/less_than.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/grid/hmenu-lock.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/grid/hmenu-unlock.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/slider/slider-bg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/slider/slider-thumb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/slider/slider-v-bg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/slider/slider-v-thumb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/window/left-corners.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/window/left-right.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/window/right-corners.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/access/window/top-bottom.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/shadow-c.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/shadow-lr.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/shadow.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/grid/hmenu-lock.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/grid/hmenu-unlock.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/panel/top-bottom.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/slider/slider-bg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/slider/slider-thumb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/slider/slider-v-bg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/slider/slider-v-thumb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/tabs/tab-strip-bg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/window/left-corners.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/window/left-right.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/window/right-corners.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/default/window/top-bottom.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/gray/panel/top-bottom.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/gray/slider/slider-thumb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/gray/slider/slider-v-thumb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/gray/tabs/tab-strip-bg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/gray/window/left-corners.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/gray/window/left-right.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/gray/window/right-corners.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/gray/window/top-bottom.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/shadow-c.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/shadow-lr.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/shadow.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/grid/hmenu-lock.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/grid/hmenu-unlock.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/panel/top-bottom.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/slider/slider-bg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/slider/slider-thumb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/slider/slider-v-bg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/slider/slider-v-thumb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/tabs/tab-strip-bg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/window/left-corners.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/window/left-right.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/window/right-corners.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/extjs/resources/images/yourtheme/window/top-bottom.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/abort.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/accept.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/acl.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/add.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/application_form.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/arrow_branch.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/arrow_down.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/arrow_join.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/arrow_left.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/arrow_out.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/arrow_right.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/arrow_switch.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/arrow_up.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/auto_rec.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/award_star_bronze_3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/award_star_gold_3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/award_star_silver_3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/baseconf.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/bell.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/bouquets.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/brick.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/broadcast_details.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/cancel.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/cancel_button.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/channel_tags.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/channels.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/clean.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/clock.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/connections.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/control_pause.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/control_play.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/control_repeat_blue.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/control_stop.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/csfd.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/debug.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/delete.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/download.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/drive.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/dvr.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/dvrprofiles.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/edit.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/epg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/exclamation.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/eye.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/fetch_images.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/film.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/film_edit.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/film_key.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/filmaffinity.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/find.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/full_screen.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/general.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/group.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/help.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/imdb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/imgcacheconf.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/information.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/ip_block.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/key.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/layers.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/mux_schedulers.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/muxes.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/networks.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/newspaper.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/other_filters.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/pass.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/pci.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/plugin.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/plugin_disabled.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/rec.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/recordingtab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/reseticon.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/satipsrvconf.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/save.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/scheduled.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/service_mapper.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/services.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/sound.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/sound_mute.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/stop.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/stop_rec.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/stream.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/subscriptions.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/subtitle.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/tag.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/tag_blue.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/teletext.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/television.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/thetvdb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/tick.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/time_schedules.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/timeshift.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/tv_cards.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/undo.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/upcoming_rec.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/wand.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/watch_tv.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/world.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/world_add.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/wrench.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/airplane.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/ambulance.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/american_football.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/artist_pallette.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/automobile.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/baby.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/ballot_box_with_ballot.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/baseball.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/basketball_and_hoop.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/beach_with_umbrella.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/bow_and_arrow.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/boxing_glove.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/cactus.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/castle.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/chart_with_upwards_trend.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/clapper_board.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/collision_symbol.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/construction_worker.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/cooking.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/couch_and_lamp.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/dancer.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/elephant.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/extraterrestrial_alien.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/face_with_tears_of_joy.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/family.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/film_frames.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/fishing_pole_and_fish.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/game_die.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/ghost.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/graduation_cap.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/grinning_face.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/high_heeled_shoe.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/horse_face.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/house_with_garden.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/ice_skate.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/left_pointing_magnifying_glass.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/link_symbol.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/martial_arts_uniform.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/microphone.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/microscope.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/military_medal.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/money_with_wings.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/musical_note.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/newspaper.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/no_one_under_eighteen_symbol.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/paw_prints.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/pencil.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/performing_arts.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/person_doing_cartwheel.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/person_in_lotus_position.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/person_lifting_weights.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/personal_computer.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/place_of_worship.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/police_officer.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/racing_car.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/racing_motorcycle.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/radio.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/red_heart.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/selfie.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/shopping_trolley.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/skier.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/skull.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/soccer_ball.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/spade_suit.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/speaking_head_in_silhouette.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/speech_balloon.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/sports_medal.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/spy.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/squared_new.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/sun_behind_cloud.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/swimmer.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/television.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/tennis_racquet_and_ball.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/unicorn_face.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/wrestlers.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f195.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f335.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f393.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f396.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f39e.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3a3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3a4.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3a8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3ac.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3ad.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3b2.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3b5.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3be.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3c0.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3c5.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3c8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3ca_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3cb_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3cd.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3ce.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3d6.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3e1.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3f0.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f3f9.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f418.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f434.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f43e.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f460.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f468_200d_1f373.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f468_200d_1f469_200d_1f466.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f46e_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f476.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f477_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f47b.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f47d.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f480.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f483.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f4a5.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f4ac.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f4b8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f4bb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f4c8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f4f0.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f4fa.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f4fb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f50d.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f517.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f51e.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f52c.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f575_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f5e3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f5f3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f600.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f602.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f691.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f697.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f6cb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f6d0.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f6d2.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f933.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f938_200d_2640.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f93c_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f94a.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f94b.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f984.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u1f9d8_200d_2640.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u2660.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u26bd.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u26be.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u26c5.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u26f7.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u26f8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u2708.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u270f.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/icons/hires/noto/emoji_u2764.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/bg-header.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/epg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/error.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/logo.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/logobig.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/logomid.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/satip-icon120.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/satip-icon40.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/tmdb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/tvdb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/caclient/cas.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/channel/add.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/channel/bouquet_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/channel/channels_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/channel/channeltag_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/channel/detach_bouquet.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/channel/epgconf_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/channel/grabber_channels_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/channel/grabber_modules_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/config/base.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/config/imagecache.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/config/satip_server.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/debugging/tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvbinputs/dvbinput_mux_sched.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvbinputs/dvbinput_muxes.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvbinputs/dvbinput_networks.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvbinputs/dvbinput_service.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvbinputs/dvbinput_service_info.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvbinputs/dvbinput_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvbinputs/service_mapper_dialog.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvbinputs/the_tree_explained.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvr/add.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvr/addtimer.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvr/tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/dvrconfig/tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/epg/autorec.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/epg/tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/firstconfig/adapters.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/firstconfig/wizard.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/abort.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/accept.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/acl.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/add.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/application_form.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/arrow_branch.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/arrow_down.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/arrow_join.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/arrow_left.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/arrow_out.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/arrow_right.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/arrow_switch.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/arrow_up.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/auto_rec.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/award_star_bronze_3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/award_star_gold_3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/award_star_silver_3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/baseconf.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/bell.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/bouquets.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/brick.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/broadcast_details.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/cancel.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/cancel_button.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/channel_tags.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/channels.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/clean.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/clock.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/connections.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/control_pause.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/control_play.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/control_repeat_blue.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/control_stop.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/csfd.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/debug.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/delete.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/download.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/drive.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/dvr.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/dvrprofiles.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/edit.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/epg.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/exclamation.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/eye.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/fetch_images.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/film.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/film_edit.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/film_key.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/filmaffinity.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/find.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/full_screen.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/general.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/group.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/help.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/imdb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/imgcacheconf.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/information.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/ip_block.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/key.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/layers.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/mux_schedulers.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/muxes.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/networks.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/newspaper.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/other_filters.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/pass.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/pci.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/plugin.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/plugin_disabled.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/rec.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/recordingtab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/reseticon.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/satipsrvconf.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/save.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/scheduled.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/service_mapper.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/services.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/sound.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/sound_mute.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/stop.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/stop_rec.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/stream.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/subscriptions.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/subtitle.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/tag.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/tag_blue.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/teletext.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/television.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/thetvdb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/tick.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/time_schedules.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/timeshift.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/tv_cards.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/undo.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/upcoming_rec.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/wand.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/watch_tv.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/world.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/world_add.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/wrench.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/airplane.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/ambulance.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/american_football.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/artist_pallette.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/automobile.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/baby.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/ballot_box_with_ballot.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/baseball.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/basketball_and_hoop.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/beach_with_umbrella.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/bow_and_arrow.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/boxing_glove.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/cactus.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/castle.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/chart_with_upwards_trend.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/clapper_board.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/collision_symbol.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/construction_worker.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/cooking.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/couch_and_lamp.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/dancer.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/elephant.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/extraterrestrial_alien.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/face_with_tears_of_joy.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/family.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/film_frames.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/fishing_pole_and_fish.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/game_die.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/ghost.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/graduation_cap.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/grinning_face.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/high_heeled_shoe.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/horse_face.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/house_with_garden.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/ice_skate.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/left_pointing_magnifying_glass.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/link_symbol.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/martial_arts_uniform.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/microphone.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/microscope.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/military_medal.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/money_with_wings.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/musical_note.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/newspaper.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/no_one_under_eighteen_symbol.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/paw_prints.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/pencil.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/performing_arts.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/person_doing_cartwheel.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/person_in_lotus_position.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/person_lifting_weights.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/personal_computer.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/place_of_worship.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/police_officer.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/racing_car.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/racing_motorcycle.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/radio.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/red_heart.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/selfie.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/shopping_trolley.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/skier.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/skull.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/soccer_ball.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/spade_suit.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/speaking_head_in_silhouette.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/speech_balloon.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/sports_medal.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/spy.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/squared_new.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/sun_behind_cloud.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/swimmer.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/television.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/tennis_racquet_and_ball.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/unicorn_face.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/wrestlers.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f195.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f335.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f393.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f396.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f39e.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3a3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3a4.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3a8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3ac.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3ad.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3b2.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3b5.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3be.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3c0.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3c5.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3c8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3ca_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3cb_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3cd.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3ce.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3d6.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3e1.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3f0.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f3f9.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f418.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f434.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f43e.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f460.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f468_200d_1f373.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f468_200d_1f469_200d_1f466.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f46e_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f476.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f477_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f47b.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f47d.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f480.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f483.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f4a5.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f4ac.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f4b8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f4bb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f4c8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f4f0.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f4fa.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f4fb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f50d.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f517.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f51e.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f52c.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f575_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f5e3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f5f3.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f600.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f602.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f691.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f697.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f6cb.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f6d0.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f6d2.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f933.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f938_200d_2640.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f93c_200d_2642.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f94a.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f94b.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f984.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u1f9d8_200d_2640.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u2660.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u26bd.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u26be.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u26c5.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u26f7.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u26f8.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u2708.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u270f.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/icons/hires/noto/emoji_u2764.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/columnoptions.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/logclosed.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/logo.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/logopen.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/menubar.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/multi-select.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/pagebar.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/schematic.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/screenshot.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/splitpanel.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/tabbar.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/introduction/viewlevel.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/recordings/dvrprofiles.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/recordings/timeshift.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/status/connections.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/status/service_mapper.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/status/stream.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/status/subscriptions.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/stream/codec_profiles_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/stream/stream_filter_example.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/stream/stream_filters_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/stream/stream_profiles_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/users/access_entries_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/users/add_password.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/users/ipblocking_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/users/new_user.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/img/doc/users/passwords_tab.png

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.ach.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.ady.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.ar.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.bg.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.cs.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.da.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.de.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.en_GB.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.en_US.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.es.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.et.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.fa.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.fi.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.fr.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.he.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.hr.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.hu.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.it.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.ko.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.lt.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.lv.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.nl.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.no.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.pl.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.pt.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.ro.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.ru.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.sk.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.sl.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.sq.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.sv.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.tr.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.uk.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.zh-Hans.js.gz

        Normalizing debian/tvheadend/usr/share/tvheadend/src/webui/static/intl/tvh.zh.js.gz

   dh_compress -O--with-systemd

        cd debian/tvheadend

        chmod a-x usr/share/doc/tvheadend/changelog.Debian usr/share/man/man1/tvheadend.1

        gzip -9nf usr/share/doc/tvheadend/changelog.Debian usr/share/man/man1/tvheadend.1

        cd '/root/tvheadend'

        cd debian/tvheadend-dbg

        chmod a-x usr/share/doc/tvheadend-dbg/changelog.Debian

        gzip -9nf usr/share/doc/tvheadend-dbg/changelog.Debian

        cd '/root/tvheadend'

   dh_fixperms -O--with-systemd

        find debian/tvheadend  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0

        find debian/tvheadend ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s

        find debian/tvheadend/usr/share/doc -type f  ! -regex 'debian/tvheadend/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 0755

        find debian/tvheadend/usr/share/man -type f  -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend/usr/lib/x86_64-linux-gnu/perl5/5.24 debian/tvheadend/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X

        find debian/tvheadend -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend/usr/bin -type f  -print0 2>/dev/null | xargs -0r chmod a+x

        find debian/tvheadend/etc/init.d -type f  -print0 2>/dev/null | xargs -0r chmod a+x

        find debian/tvheadend/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w

        find debian/tvheadend-dbg  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0

        find debian/tvheadend-dbg ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s

        find debian/tvheadend-dbg/usr/share/doc -type f  ! -regex 'debian/tvheadend-dbg/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend-dbg/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 0755

        find debian/tvheadend-dbg/usr/share/man -type f  -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend-dbg/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend-dbg/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend-dbg/usr/lib/x86_64-linux-gnu/perl5/5.24 debian/tvheadend-dbg/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X

        find debian/tvheadend-dbg -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644

        find debian/tvheadend-dbg/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w

   debian/rules override_dh_strip

make[1]: Entering directory '/root/tvheadend'

dh_strip --dbg-package=tvheadend-dbg

dh_strip: Compatibility levels before 9 are deprecated (level 5 in use)

        install -d debian/tvheadend-dbg/usr/lib/debug//usr/bin

        objcopy --only-keep-debug debian/tvheadend/usr/bin/tvheadend debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend

        chmod 0644 -- debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend

        chown 0:0 -- debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend

        strip --remove-section=.comment --remove-section=.note debian/tvheadend/usr/bin/tvheadend

        objcopy --add-gnu-debuglink debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend debian/tvheadend/usr/bin/tvheadend

make[1]: Leaving directory '/root/tvheadend'

   dh_makeshlibs -O--with-systemd

        rm -f debian/tvheadend/DEBIAN/shlibs

        rm -f debian/tvheadend-dbg/DEBIAN/shlibs

   debian/rules override_dh_shlibdeps

make[1]: Entering directory '/root/tvheadend'

dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info

        dpkg-shlibdeps -Tdebian/tvheadend.substvars --ignore-missing-info debian/tvheadend/usr/bin/tvheadend

make[1]: Leaving directory '/root/tvheadend'

   dh_installdeb -O--with-systemd

        perl -pe 's~#DEBHELPER#~qx{cat debian/tvheadend.postinst.debhelper}~eg' < debian/tvheadend.postinst > debian/tvheadend/DEBIAN/postinst

        chmod 0755 -- debian/tvheadend/DEBIAN/postinst

        chown 0:0 -- debian/tvheadend/DEBIAN/postinst

        printf '#!/bin/sh

set -e

' > debian/tvheadend/DEBIAN/prerm

        cat debian/tvheadend.prerm.debhelper >> debian/tvheadend/DEBIAN/prerm

        chmod 0755 -- debian/tvheadend/DEBIAN/prerm

        chown 0:0 -- debian/tvheadend/DEBIAN/prerm

        perl -pe 's~#DEBHELPER#~qx{cat debian/tvheadend.postrm.debhelper}~eg' < debian/tvheadend.postrm > debian/tvheadend/DEBIAN/postrm

        chmod 0755 -- debian/tvheadend/DEBIAN/postrm

        chown 0:0 -- debian/tvheadend/DEBIAN/postrm

dh_installdeb: Compatibility levels before 9 are deprecated (level 5 in use)

        find debian/tvheadend/etc -type f -printf '/etc/%P

' | LC_ALL=C sort >> debian/tvheadend/DEBIAN/conffiles

        chmod 0644 -- debian/tvheadend/DEBIAN/conffiles

        chown 0:0 -- debian/tvheadend/DEBIAN/conffiles

   dh_gencontrol -O--with-systemd

        echo misc:Pre-Depends= >> debian/tvheadend.substvars

        dpkg-gencontrol -ptvheadend -ldebian/changelog -Tdebian/tvheadend.substvars -Pdebian/tvheadend

dpkg-gencontrol: warning: package tvheadend: unused substitution variable ${misc:Depends}

        chmod 0644 -- debian/tvheadend/DEBIAN/control

        chown 0:0 -- debian/tvheadend/DEBIAN/control

        echo misc:Depends= >> debian/tvheadend-dbg.substvars

        echo misc:Pre-Depends= >> debian/tvheadend-dbg.substvars

        dpkg-gencontrol -ptvheadend-dbg -ldebian/changelog -Tdebian/tvheadend-dbg.substvars -Pdebian/tvheadend-dbg

        chmod 0644 -- debian/tvheadend-dbg/DEBIAN/control

        chown 0:0 -- debian/tvheadend-dbg/DEBIAN/control

   dh_md5sums -O--with-systemd

        (cd debian/tvheadend >/dev/null ; find . -type f ! -path "./etc/default/tvheadend" ! -path "./etc/init.d/tvheadend" ! -path "./etc/init/tvheadend.conf"  ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null

        chmod 0644 -- debian/tvheadend/DEBIAN/md5sums

        chown 0:0 -- debian/tvheadend/DEBIAN/md5sums

        (cd debian/tvheadend-dbg >/dev/null ; find . -type f  ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null

        chmod 0644 -- debian/tvheadend-dbg/DEBIAN/md5sums

        chown 0:0 -- debian/tvheadend-dbg/DEBIAN/md5sums

   debian/rules override_dh_builddeb

make[1]: Entering directory '/root/tvheadend'

dh_builddeb -- -Zgzip

        dpkg-deb -Zgzip --build debian/tvheadend ..

        dpkg-deb -Zgzip --build debian/tvheadend-dbg ..

dpkg-deb: building package 'tvheadend-dbg' in '../tvheadend-dbg_4.3-1792~g466a01431_amd64.deb'.

dpkg-deb: building package 'tvheadend' in '../tvheadend_4.3-1792~g466a01431_amd64.deb'.

make[1]: Leaving directory '/root/tvheadend'

 dpkg-genbuildinfo --build=binary

 dpkg-genchanges --build=binary >../tvheadend_4.3-1792~g466a01431_amd64.changes

dpkg-genchanges: info: binary-only upload (no source code included)

 dpkg-source --after-build tvheadend

dpkg-buildpackage: info: binary-only upload (no source included)

doozer-versioned-artifact:/root/tvheadend/../tvheadend-dbg_4.3-1792~g466a01431_amd64.deb:deb:application/x-deb:tvheadend-dbg_4.3-1792~g466a01431_amd64.deb

doozer-versioned-artifact:/root/tvheadend/../tvheadend_4.3-1792~g466a01431_amd64.deb:deb:application/x-deb:tvheadend_4.3-1792~g466a01431_amd64.deb

doozer-versioned-artifact:/root/tvheadend/../tvheadend_4.3-1792~g466a01431_amd64.changes:changes:text/plain:tvheadend_4.3-1792~g466a01431_amd64.changes





4. 빌드된 결과물 설치하기


상기 폴더에 빌드된 결과물이 존재합니다.


root@DESKTOP-RDR11O0:~/tvheadend# cd ..

root@DESKTOP-RDR11O0:~# dpkg -i tvheadend_4.3-1792~g466a01431_amd64.deb

Selecting previously unselected package tvheadend.

(Reading database ... 28625 files and directories currently installed.)

Preparing to unpack tvheadend_4.3-1792~g466a01431_amd64.deb ...

Unpacking tvheadend (4.3-1792~g466a01431) ...

Setting up tvheadend (4.3-1792~g466a01431) ...

Creating user: hts...

Created symlink /etc/systemd/system/multi-user.target.wants/tvheadend.service -> /lib/systemd/system/tvheadend.service.

invoke-rc.d: could not determine current runlevel

Processing triggers for systemd (232-25+deb9u6) ...

Processing triggers for man-db (2.7.6.1-2) ...


설치 과정에 superuser 의 계정을 설정하는 부분이 있습니다.




설정을 하고 WebUI 접근을 해보겠습니다.


root@DESKTOP-RDR11O0:~# service tvheadend start

[ ok ] Starting Tvheadend: tvheadend.



정상적으로 작동합니다.


기본옵션으로 빌드한 TVHeadend 4.3 1792 / amd64 파일을 첨부드립니다.


http://download.djjproject.com/linux/tvheadend/tvheadend_4.3-1792~g466a01431_wsl_debian9_amd64.deb


감사합니다.

반응형

댓글