Project

General

Profile

Feature #5783 ยป 01ffmpeg-static.patch

Patch to enable FFMPEG Programs - Christian Zippel, 2020-11-02 07:39

View differences:

Makefile.ffmpeg
676 676
		$(LIB_ROOT)/$(FFNVCODEC)/.tvh_build \
677 677
		$(LIB_ROOT)/$(FFMPEG)/.tvh_download
678 678
	cd $(LIB_ROOT)/$(FFMPEG) && $(CONFIGURE) \
679
		--disable-all \
680 679
		--enable-gpl \
681 680
		--enable-nonfree \
682 681
		--extra-cflags="$(ECFLAGS)" \
......
693 693
		$(foreach bsf,$(BSFS),--enable-bsf=$(bsf)) \
694 694
		$(foreach filter,$(FILTERS),--enable-filter=$(filter)) \
695 695
		$(foreach hwaccel,$(HWACCELS),--enable-hwaccel=$(hwaccel)) \
696
                --disable-programs \
697 696
                --disable-doc \
698 697
                --disable-htmlpages \
699 698
                --disable-manpages \
    (1-1/1)