commit 19041f0acac06d6342521f06beaabb9368978cb5
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Sep 30 11:29:11 2022 +0200
Removed pkg-config path overrides.
tg_owt.spec | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/tg_owt.spec b/tg_owt.spec
index da8404c..a121276 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -178,11 +178,6 @@ cp -f -p src/rtc_base/third_party/sigslot/LICENSE
legal/LICENSE.sigslot
cp -f -p src/rtc_base/third_party/sigslot/README.chromium legal/README.sigslot
%build
-# Setting pkgconfig path for compat-ffmpeg4...
-%if 0%{?fedora} && 0%{?fedora} >= 36
-export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig/"
-%endif
-
# CMAKE_BUILD_TYPE should always be Release due to some hardcoded checks.
# Warning: Building as a shared library is not supported by upstream.
%cmake -G Ninja \
Show replies by date