mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-30 16:06:30 -05:00
CI Changes to Alow Building Linux and Android [From FORK]
This commit is contained in:
@@ -217,7 +217,7 @@ bool DecoderContext::OpenContext(const Decoder& decoder) {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifndef ANDROID
|
||||
// Nasty but allows linux builds to pass.
|
||||
// Requires double checks when FFMPEG gets updated.
|
||||
// Hopefully a future FFMPEG update will all and expose a solution in the public API.
|
||||
@@ -376,7 +376,7 @@ static av_always_inline const FFCodec* ffcodec(const AVCodec* codec) {
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
bool DecoderContext::SendPacket(const Packet& packet) {
|
||||
m_temp_frame = std::make_shared<Frame>();
|
||||
m_got_frame = 0;
|
||||
|
Reference in New Issue
Block a user