Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 23, 2024
1 parent 70c2ce5 commit f924ee4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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="<libavfilter/version.h>"
PKG_LIBS="-lavfilter"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f924ee4

Please sign in to comment.