dcecd42de4
Snapshot FFmpeg n7.1 (release tag) с применённым patch'ем для cuframes input format. Используется как FFMPEG_REPO_OVERRIDE в NickM-27/FFmpeg-Builds fork для статической сборки patched binary под Frigate (Debian 12 / glibc 2.36). Apply changes: + libavformat/cuframesdec.c (новый — реализация демуксера) M libavformat/Makefile (CONFIG_CUFRAMES_DEMUXER target) M libavformat/allformats.c (extern declaration) M configure (--enable-libcuframes option + dep check) Patch source: https://git.goldix.org/gx/cuframes (filter/ffmpeg-7.1-cuframes-demuxer.patch) History сброшена (snapshot вместо fork) потому что upstream shallow clone не позволял push в gitea. Полная история FFmpeg — на github.com/FFmpeg/FFmpeg n7.1.
21 lines
786 B
Makefile
21 lines
786 B
Makefile
FATE_PROBE_FORMAT-$(CONFIG_MPEGPS_DEMUXER) += fate-probe-format-roundup997
|
|
fate-probe-format-roundup997: REF = mpeg
|
|
|
|
FATE_PROBE_FORMAT-$(CONFIG_MP3_DEMUXER) += fate-probe-format-roundup1383
|
|
fate-probe-format-roundup1383: REF = mp3
|
|
|
|
FATE_PROBE_FORMAT-$(CONFIG_MPEGPS_DEMUXER) += fate-probe-format-roundup1414
|
|
fate-probe-format-roundup1414: REF = mpeg
|
|
|
|
FATE_PROBE_FORMAT-$(CONFIG_DV_DEMUXER) += fate-probe-format-roundup2015
|
|
fate-probe-format-roundup2015: REF = dv
|
|
|
|
FATE_PROBE_FORMAT = $(FATE_PROBE_FORMAT-yes)
|
|
|
|
FATE_EXTERN-$(CONFIG_FFPROBE) += $(FATE_PROBE_FORMAT)
|
|
fate-probe-format: $(FATE_PROBE_FORMAT)
|
|
|
|
$(FATE_PROBE_FORMAT): ffprobe$(PROGSSUF)$(EXESUF)
|
|
$(FATE_PROBE_FORMAT): CMP = oneline
|
|
fate-probe-format-%: CMD = probefmt $(TARGET_SAMPLES)/probe-format/$(@:fate-probe-format-%=%)
|