Results 8 issues of EXL

I compiled ffmpeg with static versions of the libraries. On the linking step I received the following errors: ``` /usr/local/lib/libswscale.a(swscale.o): In function `emms_c': /home/exl/Build/client_linux_x86_2.2.0/ffmpeg/./libavutil/x86/emms.h:37: undefined reference to `av_get_cpu_flags' /usr/local/lib/libswresample.a(resample.o): In...

In the [compilation instructions for Debian/Ubuntu](https://github.com/xplodwild/bbqscreen_client/blob/master/BBQScreenClient2.linux.pro), not written about libswresample. Although this library is used by the project. By the way, as far as I know, [libswresample not available in...

Hi, I have a little question. I noticed that **Integer** is used to represent the message `date` instead of **Long**. https://github.com/rubenlagus/TelegramBots/blob/32be70c9ebc37609a2a408267281dac602f6b236/telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/Message.java#L71-L76 A similar situation with the `messageId` in chats. Using...

These warnings appear when the Spring application starts: ```java 03:01:22.550 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.BotSession already registered 03:01:22.557 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.Webhook already registered ``` Is this...

Add missing header file to prevent compilation error. ``` In file included from /home/exl/Downloads/rp2040-doom/src/pd_render.cpp:71: /home/exl/Downloads/rp2040-doom/src/pico/../whd_gen/statsomizer.h: In member function ‘void statsomizer::reset()’: /home/exl/Downloads/rp2040-doom/src/pico/../whd_gen/statsomizer.h:36:20: error: ‘numeric_limits’ is not a member of ‘std’ 36...

Test case: ```bash ./uasm -zcw -zze -zt0 -zv0 -coff findPattern.asm #

Hello! I recently ported Gish to the Android OS and added some improvements and fixed some bugs. https://github.com/EXL/Gish (APK in Releases) Now Gish works through the SDL2 library. Building for...