mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-05-08 10:34:57 +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.
12 lines
625 B
Makefile
12 lines
625 B
Makefile
clean::
|
|
$(RM) $(CLEANSUFFIXES:%=libavcodec/x86/vvc/%) $(CLEANSUFFIXES:%=libavcodec/x86/h26x/%)
|
|
|
|
OBJS-$(CONFIG_VVC_DECODER) += x86/vvc/vvcdsp_init.o \
|
|
x86/h26x/h2656dsp.o
|
|
X86ASM-OBJS-$(CONFIG_VVC_DECODER) += x86/vvc/vvc_alf.o \
|
|
x86/vvc/vvc_dmvr.o \
|
|
x86/vvc/vvc_mc.o \
|
|
x86/vvc/vvc_of.o \
|
|
x86/vvc/vvc_sad.o \
|
|
x86/h26x/h2656_inter.o
|