mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-05-12 03:52:46 +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.
8 lines
426 B
Makefile
8 lines
426 B
Makefile
# This tests that a 16-bit pcm_dvd stream is correctly remuxed in mpegps
|
|
FATE_MPEGPS-$(call DEMMUX, MPEGPS, MPEG1SYSTEM) += fate-mpegps-remuxed-pcm-demux
|
|
fate-mpegps-remuxed-pcm-demux: $(SAMPLES)/mpegps/pcm_aud.mpg
|
|
fate-mpegps-remuxed-pcm-demux: CMD = stream_remux "mpeg" "$(TARGET_SAMPLES)/mpegps/pcm_aud.mpg" "" "mpeg" "-map 0:a:0" "" "-codec copy"
|
|
|
|
FATE_SAMPLES_FFMPEG += $(FATE_MPEGPS-yes)
|
|
fate-mpegps: $(FATE_MPEGPS-yes)
|