From f924ee42dbed4956be4dd3b2d9fb60459dc14599 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Mon, 23 Dec 2024 14:06:35 +0100 Subject: [PATCH] Cleanup --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 1116e66..efd0086 100755 --- a/configure +++ b/configure @@ -8,7 +8,6 @@ PKG_CONFIG_NAME="libavfilter" PKG_DEB_NAME="libavfilter-dev" PKG_RPM_NAME="ffmpeg-devel (https://rpmfusion.org)" -PKG_CSW_NAME="ffmpeg_dev" PKG_BREW_NAME="ffmpeg" PKG_TEST_HEADER="" PKG_LIBS="-lavfilter" @@ -57,7 +56,6 @@ if [ $? -ne 0 ]; then echo "Configuration failed to find the $PKG_CONFIG_NAME library. Try installing:" echo " * deb: $PKG_DEB_NAME (Debian, Ubuntu)" echo " * rpm: $PKG_RPM_NAME (Fedora, CentOS, RHEL)" - echo " * csw: $PKG_CSW_NAME (Solaris)" echo " * brew: $PKG_BREW_NAME (MacOS)" echo "If $PKG_CONFIG_NAME is already installed, check that 'pkg-config' is in your" echo "PATH and PKG_CONFIG_PATH contains a $PKG_CONFIG_NAME.pc file. If pkg-config"