0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-27 14:05:05 +00:00
Files
termux-packages/x11-packages/shotcut/0001-lib-name.patch
Robert Kirkman 89081ea892 bump(x11/shotcut): 25.01.25
- Closes #23423
2025-03-09 12:54:05 +02:00

14 lines
609 B
Diff

diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 7fa96c4..7a5c7ef 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -139,7 +139,7 @@ MainWindow::MainWindow()
, m_keyframesDock(0)
{
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
- QLibrary libSDL("libSDL2-2.0.so.0");
+ QLibrary libSDL("libSDL2-2.0.so");
if (!libSDL.load()) {
QMessageBox::critical(this, qApp->applicationName(),
tr("Error: This program requires the SDL 2 library.\n\nPlease install it using your package manager. It may be named libsdl2-2.0-0, SDL2, or similar."));