Closed etna closed 2 years ago
Try setting PKG_CONFIG_EXECUTABLE
instead of PKG_CONFIG_PATH
. It defaults to /usr/bin/pkg-config
. When complete, it should set FFMPEG_<component>_INCLUDE_DIR
and FFMPEG_<component>_LIBRARY
@WizardCM Thanks for answering!
So I should set PKG_CONFIG_EXECUTABLE=/usr/bin/pkg-config, right? When you say not to set PKG_CONFIG_PATH, you mean I should take it out completely?
And what about C_INCLUDE_PATH and CPLUS_INCLUDE_PATH? Should I keep them or not?
Also, I did a quick check by adding -LA to the end of my cmake command and it shows that PKG_CONFIG_EXECUTABLE has already been set even without declaring it:
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
Well, are you looking to use your system-wide pkg-config, or the one for your custom ffmpeg?
Not sure if I am understanding you, but my custom ffmpeg doesn't come with its own pkg-config binary.
It only has its own pkgconfig .pc files in ffmpeg-Build15Jan2022/lib/pkgconfig
So naturally I will have to be using the system-wide pkg-config binary and making it look at ffmpeg-Build15Jan2022/lib/pkgconfig for the .pc files there
FFmpeg won't work with obs 27.1.3 You'll need obs master branch or to cherry pick a series of commits fixing your errors ... Edit: sorry, i read your issue too quickly. You seem indeed to have path issues.
Is there anywhere to work around those, or is this one of those "sorry you're completely out of luck if all the stuff are not in the system-default directories"?
I'm closing this out as we dont provide build support via github. The issue lies with your exotic setup requiring equally exotic cmake configuration. I recommend you reach out to cmake's support channels for help configuring things correctly.
Operating System Info
Other
Other OS
Debian 11
OBS Studio Version
27.1.3
OBS Studio Version (Other)
No response
OBS Studio Log URL
None, build doesn't even succeed
OBS Studio Crash Log URL
No response
Expected Behavior
Build should work against own ffmpeg
Current Behavior
when PKG_CONFIGPATH=/path/to/own/ffmpeg/installation/lib/pkgconfig is specified, cmake doesn't detect the headers for libavdevice, libavformat, libavutil, libswresample, libswscale and libavfilter. I had to add them to cmake with the -DFFMPEG_INCLUDE_DIR for cmake to successfully complete the build config.
However, when running the build, cmake will complain that it cannot find any of the headers in libavdevice, libavformat, libavutil, libswresample, libswscale and libavfilter and produce errors like this:
The next option was to add my FFMPEG include path to C_INCLUDE_PATH and CPLUS_INCLUDE_PATH. This caused the headers to be found, but it ended up with libavutil's time.h conflicting with glibc's time.h and throwing up the following errors:
Sometimes, the build throws up additional errors about implicit declarations:
Steps to Reproduce
LIBRARY_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/lib:/home/etna/Runtime/Deps/node-v17.3.1/lib:/home/etna/Runtime/Deps/rustc-1.58.0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib:/home/etna/Runtime/Deps/libunistring-0.9.10/lib:/home/etna/Runtime/Deps/libtasn1-4.17.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/gmp-6.2.1/lib:/home/etna/Runtime/Deps/nettle-3.7.3/lib64:/home/etna/Runtime/Deps/gnutls-3.7.2/lib:/home/etna/Runtime/Deps/jpeg9d/lib:/home/etna/Runtime/Deps/libpng-1.6.37/lib:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/lib:/home/etna/Runtime/Deps/avcodecs/lib:/home/etna/Runtime/Deps/avcodecs/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/avcodecs/lib64:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/lib:/home/etna/Runtime/Deps/openssl-300/lib64:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/lib:/home/etna/Runtime/Deps/sqlite-build24Jul2021/lib:/home/etna/Runtime/Deps/libbz2-build24Jul2021/lib:/home/etna/Runtime/Deps/python-3.10.0/lib:/home/etna/Runtime/Deps/python-3.10.0/lib64:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021:/home/etna/Runtime/Deps/NasmYasm/lib:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/lib:/home/etna/Runtime/BuildSystem/lib:$LIBRARY_PATH LD_LIBRARY_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/lib:/home/etna/Runtime/Deps/node-v17.3.1/lib:/home/etna/Runtime/Deps/rustc-1.58.0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib:/home/etna/Runtime/Deps/libunistring-0.9.10/lib:/home/etna/Runtime/Deps/libtasn1-4.17.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/gmp-6.2.1/lib:/home/etna/Runtime/Deps/nettle-3.7.3/lib64:/home/etna/Runtime/Deps/gnutls-3.7.2/lib:/home/etna/Runtime/Deps/jpeg9d/lib:/home/etna/Runtime/Deps/libpng-1.6.37/lib:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/lib:/home/etna/Runtime/Deps/avcodecs/lib:/home/etna/Runtime/Deps/avcodecs/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/avcodecs/lib64:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/lib:/home/etna/Runtime/Deps/openssl-300/lib64:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/lib:/home/etna/Runtime/Deps/sqlite-build24Jul2021/lib:/home/etna/Runtime/Deps/libbz2-build24Jul2021/lib:/home/etna/Runtime/Deps/python-3.10.0/lib:/home/etna/Runtime/Deps/python-3.10.0/lib64:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021:/home/etna/Runtime/Deps/NasmYasm/lib:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/lib:/home/etna/Runtime/BuildSystem/lib:/home/etna/Runtime/Deps/icu4c_69_1/lib:$LD_LIBRARY_PATH PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/bin:/home/etna/Runtime/Deps/node-v17.3.1/bin:/home/etna/Runtime/Deps/rustc-1.58.0/bin:/home/etna/Runtime/Deps/rustc-1.58.0/libexec:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/bin:/home/etna/Runtime/Deps/libunistring-0.9.10/bin:/home/etna/Runtime/Deps/libtasn1-4.17.0/bin:/home/etna/Runtime/Deps/p11-kit-0.24.0/bin:/home/etna/Runtime/Deps/p11-kit-0.24.0/libexec:/home/etna/Runtime/Deps/gmp-6.2.1/bin:/home/etna/Runtime/Deps/nettle-3.7.3/bin:/home/etna/Runtime/Deps/gnutls-3.7.2/bin:/home/etna/Runtime/Deps/jpeg9d/bin:/home/etna/Runtime/Deps/libpng-1.6.37/bin:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/bin:/home/etna/Runtime/Deps/avcodecs/bin:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/bin:/home/etna/Runtime/Deps/openssl-300/bin:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/bin:/home/etna/Runtime/Deps/sqlite-build24Jul2021/bin:/home/etna/Runtime/Deps/libbz2-build24Jul2021/bin:/home/etna/Runtime/Deps/python-3.10.0/bin:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/bin:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/bin:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/bin:/home/etna/Runtime/Deps/NasmYasm/bin:/home/etna/Runtime/Deps/gperf-3.1/bin:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/bin:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/libexec:/home/etna/Runtime/BuildSystem/bin:/home/etna/Runtime/BuildSystem/libexec:$PATH PKG_CONFIG_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/lib/pkgconfig:/home/etna/Runtime/Deps/node-v17.3.1/lib/pkgconfig:/home/etna/Runtime/Deps/rustc-1.58.0/lib/pkgconfig:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib/pkgconfig:/home/etna/Runtime/Deps/libunistring-0.9.10/lib/pkgconfig:/home/etna/Runtime/Deps/libtasn1-4.17.0/lib/pkgconfig:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib/x86_64-linux-gnu/pkgconfig:/home/etna/Runtime/Deps/gmp-6.2.1/lib/pkgconfig:/home/etna/Runtime/Deps/nettle-3.7.3/lib64/pkgconfig:/home/etna/Runtime/Deps/gnutls-3.7.2/lib/pkgconfig:/home/etna/Runtime/Deps/jpeg9d/lib/pkgconfig:/home/etna/Runtime/Deps/libpng-1.6.37/lib/pkgconfig:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/lib/pkgconfig:/home/etna/Runtime/Deps/avcodecs/lib/pkgconfig:/home/etna/Runtime/Deps/avcodecs/lib/x86_64-linux-gnu/pkgconfig:/home/etna/Runtime/Deps/avcodecs/lib64/pkgconfig:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/lib/pkgconfig:/home/etna/Runtime/Deps/openssl-300/lib64/pkgconfig:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/sqlite-build24Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/libbz2-build24Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/python-3.10.0/lib/pkgconfig:/home/etna/Runtime/Deps/python-3.10.0/lib64/pkgconfig:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/lib/pkgconfig:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib/x86_64-linux-gnu/pkgconfig:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/NasmYasm/lib/pkgconfig:/home/etna/Runtime/Deps/gperf-3.1/lib/pkgconfig:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/lib/pkgconfig:/home/etna/Runtime/BuildSystem/lib/pkgconfig:$PKG_CONFIG_PATH CC=/home/etna/Runtime/BuildSystem/LLVM13WithWASM/bin/clang CXX=/home/etna/Runtime/BuildSystem/LLVM13WithWASM/bin/clang++ CFLAGS='-fPIC -Wno-error' CXXFLAGS='-fPIC -Wno-error' cmake --build . --parallel 64
LIBRARY_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/lib:/home/etna/Runtime/Deps/node-v17.3.1/lib:/home/etna/Runtime/Deps/rustc-1.58.0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib:/home/etna/Runtime/Deps/libunistring-0.9.10/lib:/home/etna/Runtime/Deps/libtasn1-4.17.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/gmp-6.2.1/lib:/home/etna/Runtime/Deps/nettle-3.7.3/lib64:/home/etna/Runtime/Deps/gnutls-3.7.2/lib:/home/etna/Runtime/Deps/jpeg9d/lib:/home/etna/Runtime/Deps/libpng-1.6.37/lib:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/lib:/home/etna/Runtime/Deps/avcodecs/lib:/home/etna/Runtime/Deps/avcodecs/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/avcodecs/lib64:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/lib:/home/etna/Runtime/Deps/openssl-300/lib64:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/lib:/home/etna/Runtime/Deps/sqlite-build24Jul2021/lib:/home/etna/Runtime/Deps/libbz2-build24Jul2021/lib:/home/etna/Runtime/Deps/python-3.10.0/lib:/home/etna/Runtime/Deps/python-3.10.0/lib64:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021:/home/etna/Runtime/Deps/NasmYasm/lib:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/lib:/home/etna/Runtime/BuildSystem/lib:$LIBRARY_PATH C_INCLUDE_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/include:/home/etna/Runtime/Deps/node-v17.3.1/include:/home/etna/Runtime/Deps/rustc-1.58.0/include:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/include:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/include:/home/etna/Runtime/Deps/libunistring-0.9.10/include:/home/etna/Runtime/Deps/libtasn1-4.17.0/include:/home/etna/Runtime/Deps/p11-kit-0.24.0/include:/home/etna/Runtime/Deps/gmp-6.2.1/include:/home/etna/Runtime/Deps/nettle-3.7.3/include:/home/etna/Runtime/Deps/gnutls-3.7.2/include:/home/etna/Runtime/Deps/jpeg9d/include:/home/etna/Runtime/Deps/libpng-1.6.37/include:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/include:/home/etna/Runtime/Deps/avcodecs/include:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include:/home/etna/Runtime/Deps/openssl-300/include:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/include:/home/etna/Runtime/Deps/sqlite-build24Jul2021/include:/home/etna/Runtime/Deps/libbz2-build24Jul2021/include:/home/etna/Runtime/Deps/python-3.10.0/include:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/include:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/include:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/include:/home/etna/Runtime/Deps/NasmYasm/include:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/include:/home/etna/Runtime/BuildSystem/include:$C_INCLUDE_PATH CPLUS_INCLUDE_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/include:/home/etna/Runtime/Deps/node-v17.3.1/include:/home/etna/Runtime/Deps/rustc-1.58.0/include:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/include:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/include:/home/etna/Runtime/Deps/libunistring-0.9.10/include:/home/etna/Runtime/Deps/libtasn1-4.17.0/include:/home/etna/Runtime/Deps/p11-kit-0.24.0/include:/home/etna/Runtime/Deps/gmp-6.2.1/include:/home/etna/Runtime/Deps/nettle-3.7.3/include:/home/etna/Runtime/Deps/gnutls-3.7.2/include:/home/etna/Runtime/Deps/jpeg9d/include:/home/etna/Runtime/Deps/libpng-1.6.37/include:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/include:/home/etna/Runtime/Deps/avcodecs/include:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include:/home/etna/Runtime/Deps/openssl-300/include:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/include:/home/etna/Runtime/Deps/sqlite-build24Jul2021/include:/home/etna/Runtime/Deps/libbz2-build24Jul2021/include:/home/etna/Runtime/Deps/python-3.10.0/include:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/include:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/include:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/include:/home/etna/Runtime/Deps/NasmYasm/include:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/include:/home/etna/Runtime/BuildSystem/include:$CPLUS_INCLUDE_PATH LD_LIBRARY_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/lib:/home/etna/Runtime/Deps/node-v17.3.1/lib:/home/etna/Runtime/Deps/rustc-1.58.0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib:/home/etna/Runtime/Deps/libunistring-0.9.10/lib:/home/etna/Runtime/Deps/libtasn1-4.17.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/gmp-6.2.1/lib:/home/etna/Runtime/Deps/nettle-3.7.3/lib64:/home/etna/Runtime/Deps/gnutls-3.7.2/lib:/home/etna/Runtime/Deps/jpeg9d/lib:/home/etna/Runtime/Deps/libpng-1.6.37/lib:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/lib:/home/etna/Runtime/Deps/avcodecs/lib:/home/etna/Runtime/Deps/avcodecs/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/avcodecs/lib64:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/lib:/home/etna/Runtime/Deps/openssl-300/lib64:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/lib:/home/etna/Runtime/Deps/sqlite-build24Jul2021/lib:/home/etna/Runtime/Deps/libbz2-build24Jul2021/lib:/home/etna/Runtime/Deps/python-3.10.0/lib:/home/etna/Runtime/Deps/python-3.10.0/lib64:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021:/home/etna/Runtime/Deps/NasmYasm/lib:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/lib:/home/etna/Runtime/BuildSystem/lib:/home/etna/Runtime/Deps/icu4c_69_1/lib:$LD_LIBRARY_PATH PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/bin:/home/etna/Runtime/Deps/node-v17.3.1/bin:/home/etna/Runtime/Deps/rustc-1.58.0/bin:/home/etna/Runtime/Deps/rustc-1.58.0/libexec:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/bin:/home/etna/Runtime/Deps/libunistring-0.9.10/bin:/home/etna/Runtime/Deps/libtasn1-4.17.0/bin:/home/etna/Runtime/Deps/p11-kit-0.24.0/bin:/home/etna/Runtime/Deps/p11-kit-0.24.0/libexec:/home/etna/Runtime/Deps/gmp-6.2.1/bin:/home/etna/Runtime/Deps/nettle-3.7.3/bin:/home/etna/Runtime/Deps/gnutls-3.7.2/bin:/home/etna/Runtime/Deps/jpeg9d/bin:/home/etna/Runtime/Deps/libpng-1.6.37/bin:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/bin:/home/etna/Runtime/Deps/avcodecs/bin:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/bin:/home/etna/Runtime/Deps/openssl-300/bin:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/bin:/home/etna/Runtime/Deps/sqlite-build24Jul2021/bin:/home/etna/Runtime/Deps/libbz2-build24Jul2021/bin:/home/etna/Runtime/Deps/python-3.10.0/bin:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/bin:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/bin:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/bin:/home/etna/Runtime/Deps/NasmYasm/bin:/home/etna/Runtime/Deps/gperf-3.1/bin:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/bin:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/libexec:/home/etna/Runtime/BuildSystem/bin:/home/etna/Runtime/BuildSystem/libexec:$PATH PKG_CONFIG_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/lib/pkgconfig:/home/etna/Runtime/Deps/node-v17.3.1/lib/pkgconfig:/home/etna/Runtime/Deps/rustc-1.58.0/lib/pkgconfig:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib/pkgconfig:/home/etna/Runtime/Deps/libunistring-0.9.10/lib/pkgconfig:/home/etna/Runtime/Deps/libtasn1-4.17.0/lib/pkgconfig:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib/x86_64-linux-gnu/pkgconfig:/home/etna/Runtime/Deps/gmp-6.2.1/lib/pkgconfig:/home/etna/Runtime/Deps/nettle-3.7.3/lib64/pkgconfig:/home/etna/Runtime/Deps/gnutls-3.7.2/lib/pkgconfig:/home/etna/Runtime/Deps/jpeg9d/lib/pkgconfig:/home/etna/Runtime/Deps/libpng-1.6.37/lib/pkgconfig:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/lib/pkgconfig:/home/etna/Runtime/Deps/avcodecs/lib/pkgconfig:/home/etna/Runtime/Deps/avcodecs/lib/x86_64-linux-gnu/pkgconfig:/home/etna/Runtime/Deps/avcodecs/lib64/pkgconfig:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/lib/pkgconfig:/home/etna/Runtime/Deps/openssl-300/lib64/pkgconfig:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/sqlite-build24Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/libbz2-build24Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/python-3.10.0/lib/pkgconfig:/home/etna/Runtime/Deps/python-3.10.0/lib64/pkgconfig:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/lib/pkgconfig:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib/x86_64-linux-gnu/pkgconfig:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/NasmYasm/lib/pkgconfig:/home/etna/Runtime/Deps/gperf-3.1/lib/pkgconfig:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/lib/pkgconfig:/home/etna/Runtime/BuildSystem/lib/pkgconfig:$PKG_CONFIG_PATH CC=/home/etna/Runtime/BuildSystem/LLVM13WithWASM/bin/clang CXX=/home/etna/Runtime/BuildSystem/LLVM13WithWASM/bin/clang++ CFLAGS='-fPIC -Wno-error' CXXFLAGS='-fPIC -Wno-error' cmake -DCMAKE_INSTALL_PREFIX=/home/etna/Runtime/Applications/OBS/Build15Jan2022 -DCMAKE_BUILD_TYPE=Release -GNinja -DUNIX_STRUCTURE=1 -DBUILD_BROWSER=OFF -DFFMPEG_avcodec_INCLUDE_DIR=/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include/libavcodec -DFFMPEG_avdevice_INCLUDE_DIR=/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include/libavdevice -DFFMPEG_avformat_INCLUDE_DIR=/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include/libavformat -DFFMPEG_avutil_INCLUDE_DIR=/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include/libavutil -DFFMPEG_swresample_INCLUDE_DIR=/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include/libswresample -DFFMPEG_swscale_INCLUDE_DIR=/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include/libswscale -DENABLE_PIPEWIRE=ON -DX264_INCLUDE_DIR=/home/etna/Runtime/Deps/avcodecs/include -DFFMPEG_avfilter_INCLUDE_DIR=/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include/libavfilter ..
LIBRARY_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/lib:/home/etna/Runtime/Deps/node-v17.3.1/lib:/home/etna/Runtime/Deps/rustc-1.58.0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib:/home/etna/Runtime/Deps/libunistring-0.9.10/lib:/home/etna/Runtime/Deps/libtasn1-4.17.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/gmp-6.2.1/lib:/home/etna/Runtime/Deps/nettle-3.7.3/lib64:/home/etna/Runtime/Deps/gnutls-3.7.2/lib:/home/etna/Runtime/Deps/jpeg9d/lib:/home/etna/Runtime/Deps/libpng-1.6.37/lib:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/lib:/home/etna/Runtime/Deps/avcodecs/lib:/home/etna/Runtime/Deps/avcodecs/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/avcodecs/lib64:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/lib:/home/etna/Runtime/Deps/openssl-300/lib64:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/lib:/home/etna/Runtime/Deps/sqlite-build24Jul2021/lib:/home/etna/Runtime/Deps/libbz2-build24Jul2021/lib:/home/etna/Runtime/Deps/python-3.10.0/lib:/home/etna/Runtime/Deps/python-3.10.0/lib64:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021:/home/etna/Runtime/Deps/NasmYasm/lib:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/lib:/home/etna/Runtime/BuildSystem/lib:$LIBRARY_PATH C_INCLUDE_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/include:/home/etna/Runtime/Deps/node-v17.3.1/include:/home/etna/Runtime/Deps/rustc-1.58.0/include:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/include:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/include:/home/etna/Runtime/Deps/libunistring-0.9.10/include:/home/etna/Runtime/Deps/libtasn1-4.17.0/include:/home/etna/Runtime/Deps/p11-kit-0.24.0/include:/home/etna/Runtime/Deps/gmp-6.2.1/include:/home/etna/Runtime/Deps/nettle-3.7.3/include:/home/etna/Runtime/Deps/gnutls-3.7.2/include:/home/etna/Runtime/Deps/jpeg9d/include:/home/etna/Runtime/Deps/libpng-1.6.37/include:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/include:/home/etna/Runtime/Deps/avcodecs/include:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include:/home/etna/Runtime/Deps/openssl-300/include:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/include:/home/etna/Runtime/Deps/sqlite-build24Jul2021/include:/home/etna/Runtime/Deps/libbz2-build24Jul2021/include:/home/etna/Runtime/Deps/python-3.10.0/include:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/include:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/include:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/include:/home/etna/Runtime/Deps/NasmYasm/include:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/include:/home/etna/Runtime/BuildSystem/include:$C_INCLUDE_PATH CPLUS_INCLUDE_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/include:/home/etna/Runtime/Deps/node-v17.3.1/include:/home/etna/Runtime/Deps/rustc-1.58.0/include:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/include:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/include:/home/etna/Runtime/Deps/libunistring-0.9.10/include:/home/etna/Runtime/Deps/libtasn1-4.17.0/include:/home/etna/Runtime/Deps/p11-kit-0.24.0/include:/home/etna/Runtime/Deps/gmp-6.2.1/include:/home/etna/Runtime/Deps/nettle-3.7.3/include:/home/etna/Runtime/Deps/gnutls-3.7.2/include:/home/etna/Runtime/Deps/jpeg9d/include:/home/etna/Runtime/Deps/libpng-1.6.37/include:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/include:/home/etna/Runtime/Deps/avcodecs/include:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/include:/home/etna/Runtime/Deps/openssl-300/include:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/include:/home/etna/Runtime/Deps/sqlite-build24Jul2021/include:/home/etna/Runtime/Deps/libbz2-build24Jul2021/include:/home/etna/Runtime/Deps/python-3.10.0/include:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/include:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/include:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/include:/home/etna/Runtime/Deps/NasmYasm/include:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/include:/home/etna/Runtime/BuildSystem/include:$CPLUS_INCLUDE_PATH LD_LIBRARY_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/lib:/home/etna/Runtime/Deps/node-v17.3.1/lib:/home/etna/Runtime/Deps/rustc-1.58.0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/boost_1_78_0/lib:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib:/home/etna/Runtime/Deps/libunistring-0.9.10/lib:/home/etna/Runtime/Deps/libtasn1-4.17.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/gmp-6.2.1/lib:/home/etna/Runtime/Deps/nettle-3.7.3/lib64:/home/etna/Runtime/Deps/gnutls-3.7.2/lib:/home/etna/Runtime/Deps/jpeg9d/lib:/home/etna/Runtime/Deps/libpng-1.6.37/lib:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/lib:/home/etna/Runtime/Deps/avcodecs/lib:/home/etna/Runtime/Deps/avcodecs/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/avcodecs/lib64:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/lib:/home/etna/Runtime/Deps/openssl-300/lib64:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/lib:/home/etna/Runtime/Deps/sqlite-build24Jul2021/lib:/home/etna/Runtime/Deps/libbz2-build24Jul2021/lib:/home/etna/Runtime/Deps/python-3.10.0/lib:/home/etna/Runtime/Deps/python-3.10.0/lib64:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib/x86_64-linux-gnu:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021:/home/etna/Runtime/Deps/NasmYasm/lib:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/lib:/home/etna/Runtime/BuildSystem/lib:/home/etna/Runtime/Deps/icu4c_69_1/lib:$LD_LIBRARY_PATH PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/bin:/home/etna/Runtime/Deps/node-v17.3.1/bin:/home/etna/Runtime/Deps/rustc-1.58.0/bin:/home/etna/Runtime/Deps/rustc-1.58.0/libexec:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/bin:/home/etna/Runtime/Deps/libunistring-0.9.10/bin:/home/etna/Runtime/Deps/libtasn1-4.17.0/bin:/home/etna/Runtime/Deps/p11-kit-0.24.0/bin:/home/etna/Runtime/Deps/p11-kit-0.24.0/libexec:/home/etna/Runtime/Deps/gmp-6.2.1/bin:/home/etna/Runtime/Deps/nettle-3.7.3/bin:/home/etna/Runtime/Deps/gnutls-3.7.2/bin:/home/etna/Runtime/Deps/jpeg9d/bin:/home/etna/Runtime/Deps/libpng-1.6.37/bin:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/bin:/home/etna/Runtime/Deps/avcodecs/bin:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/bin:/home/etna/Runtime/Deps/openssl-300/bin:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/bin:/home/etna/Runtime/Deps/sqlite-build24Jul2021/bin:/home/etna/Runtime/Deps/libbz2-build24Jul2021/bin:/home/etna/Runtime/Deps/python-3.10.0/bin:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/bin:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/bin:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/bin:/home/etna/Runtime/Deps/NasmYasm/bin:/home/etna/Runtime/Deps/gperf-3.1/bin:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/bin:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/libexec:/home/etna/Runtime/BuildSystem/bin:/home/etna/Runtime/BuildSystem/libexec:$PATH PKG_CONFIG_PATH=/home/etna/Runtime/Applications/OBS/Build15Jan2022/lib/pkgconfig:/home/etna/Runtime/Deps/node-v17.3.1/lib/pkgconfig:/home/etna/Runtime/Deps/rustc-1.58.0/lib/pkgconfig:/home/etna/Runtime/Deps/icu4c_70-libxml-libxslt-boost/lib/pkgconfig:/home/etna/Runtime/Deps/libunistring-0.9.10/lib/pkgconfig:/home/etna/Runtime/Deps/libtasn1-4.17.0/lib/pkgconfig:/home/etna/Runtime/Deps/p11-kit-0.24.0/lib/x86_64-linux-gnu/pkgconfig:/home/etna/Runtime/Deps/gmp-6.2.1/lib/pkgconfig:/home/etna/Runtime/Deps/nettle-3.7.3/lib64/pkgconfig:/home/etna/Runtime/Deps/gnutls-3.7.2/lib/pkgconfig:/home/etna/Runtime/Deps/jpeg9d/lib/pkgconfig:/home/etna/Runtime/Deps/libpng-1.6.37/lib/pkgconfig:/home/etna/Runtime/Deps/SDL2-Build15Jan2022/lib/pkgconfig:/home/etna/Runtime/Deps/avcodecs/lib/pkgconfig:/home/etna/Runtime/Deps/avcodecs/lib/x86_64-linux-gnu/pkgconfig:/home/etna/Runtime/Deps/avcodecs/lib64/pkgconfig:/home/etna/Runtime/Deps/ffmpeg-Build15Jan2022/lib/pkgconfig:/home/etna/Runtime/Deps/openssl-300/lib64/pkgconfig:/home/etna/Runtime/Deps/gpg-runtime-Build25Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/sqlite-build24Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/libbz2-build24Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/python-3.10.0/lib/pkgconfig:/home/etna/Runtime/Deps/python-3.10.0/lib64/pkgconfig:/home/etna/Runtime/Deps/libssh2-openssl3backend-Build11Sept2021/lib/pkgconfig:/home/etna/Runtime/Deps/libnotify-Build26Jul2021/lib/x86_64-linux-gnu/pkgconfig:/home/etna/Runtime/Deps/FlexBison-Build25Jul2021/lib/pkgconfig:/home/etna/Runtime/Deps/NasmYasm/lib/pkgconfig:/home/etna/Runtime/Deps/gperf-3.1/lib/pkgconfig:/home/etna/Runtime/BuildSystem/LLVM13WithWASM/lib/pkgconfig:/home/etna/Runtime/BuildSystem/lib/pkgconfig:$PKG_CONFIG_PATH CC=/home/etna/Runtime/BuildSystem/LLVM13WithWASM/bin/clang CXX=/home/etna/Runtime/BuildSystem/LLVM13WithWASM/bin/clang++ CFLAGS='-fPIC -Wno-error' CXXFLAGS='-fPIC -Wno-error' cmake --build . --parallel 64