mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-07 16:11:13 +00:00
16 lines
703 B
Plaintext
16 lines
703 B
Plaintext
module TelegramUIPrivateModule {
|
|
header "../../third-party/FFmpeg-iOS/include/libavcodec/avcodec.h"
|
|
header "../../third-party/FFmpeg-iOS/include/libavformat/avformat.h"
|
|
header "../../third-party/FFmpeg-iOS/include/libavformat/avio.h"
|
|
header "../../third-party/FFmpeg-iOS/include/libavutil/avutil.h"
|
|
header "../../third-party/FFmpeg-iOS/include/libavutil/pixdesc.h"
|
|
header "../../third-party/FFmpeg-iOS/include/libswresample/swresample.h"
|
|
header "../../third-party/opusenc/opusenc.h"
|
|
header "../TGDataItem.h"
|
|
header "../FFMpegSwResample.h"
|
|
header "../FastBlur.h"
|
|
header "../UIImage+WebP.h"
|
|
header "../RingBuffer.h"
|
|
header "../TelegramUIIncludes.h"
|
|
}
|