Skip to content

Commit

Permalink
remove libavresample from build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pimzand authored and Flole998 committed Jan 10, 2023
1 parent 2beb6c9 commit 17a357f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ ifeq ($(CONFIG_LIBAV),yes)
FFMPEG_LIBS := \
libavfilter \
libswresample \
libavresample \
libswscale \
libavformat \
libavcodec \
Expand Down
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ else

check_pkg libavfilter ">=6.47.100" || has_libav=false
check_pkg libswresample ">=2.1.100" && has_resample=true
check_pkg libavresample ">=3.0.0" && has_resample=true
check_pkg libswscale ">=4.1.100" || has_libav=false
check_pkg libavformat ">=57.41.100" || has_libav=false
check_pkg libavcodec ">=57.48.101" || has_libav=false
Expand Down

0 comments on commit 17a357f

Please sign in to comment.