endif
$(MAKE) -f Makefile.hdhomerun
+.PHONY: ffmpeg_rebuild
+ffmpeg_rebuild:
+ -rm ${BUILDDIR}/ffmpeg/build/ffmpeg/lib/libavcodec.a
+ -rm ${BUILDDIR}/libffmpeg_stamp
+ -rm ${BUILDDIR}/ffmpeg/ffmpeg-*/.tvh_build
+ $(MAKE) all
+
# linuxdvb git tree
$(ROOTDIR)/data/dvb-scan/.stamp:
@echo "Receiving data/dvb-scan from https://github.com/tvheadend/dtv-scan-tables.git#tvheadend"
PROTOCOLS = file
DECODERS = mpeg2video mp2 aac vorbis ac3 eac3 aac_latm h264 hevc
ENCODERS = mpeg2video mp2 aac vorbis
-MUXERS = mpegts mpeg2dvd matroska webm mp4
+MUXERS = mpegts dvd matroska mp4
BSFS = h264_mp4toannexb hevc_mp4toannexb
FILTERS = yadif scale null aresample anull
LIBMFX_SHA1 = 33dec0b054d842e8380eb31b97afe02d07d5c6fc
LIBMFX_DIFFS =
-FFMPEG = ffmpeg-3.3.2
+FFMPEG = ffmpeg-3.3.3
FFMPEG_TB = $(FFMPEG).tar.bz2
FFMPEG_URL = http://ffmpeg.org/releases/$(FFMPEG_TB)
-FFMPEG_SHA1 = 584544ced449e4a05f17711da33d7c46fd72f2e4
+FFMPEG_SHA1 = 23bce5ccc4aeae23e1893d6cea7b1bd57b2591cb
# ##############################################################################