Skip to content

Commit

Permalink
FFmpeg/fftools/Makefile: remove reference to libavresample
Browse files Browse the repository at this point in the history
FFmpeg removed it since it duplicated libswresample.
  • Loading branch information
ulmus-scott authored and bennettpeter committed Sep 6, 2022
1 parent 9f0e8b4 commit 1eb8bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/external/FFmpeg/fftools/Makefile
Expand Up @@ -5,7 +5,7 @@ AVPROGS-$(CONFIG_FFPROBE) += ffprobe
AVPROGS := $(AVPROGS-yes:%=%$(PROGSSUF)$(EXESUF))
PROGS += $(AVPROGS)
MYTHPROGS = $(addprefix myth, ${PROGS})
MYTHFFLIBS = -lmythavfilter -lmythavformat -lmythavcodec -lmythavresample \
MYTHFFLIBS = -lmythavfilter -lmythavformat -lmythavcodec \
-lmythpostproc -lmythswresample -lmythswscale

AVBASENAMES = ffmpeg ffplay ffprobe
Expand Down

0 comments on commit 1eb8bb4

Please sign in to comment.