mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-05-31 03:29:31 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
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-%=%)
|