diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-02 12:22:33 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-02 12:22:33 +0000 |
commit | 0b866ea00eeaa3f474cd7ea920fdc99660f742e7 (patch) | |
tree | 99dcaa23fad913d5d6479d0dacc5001e090d27e0 /multimedia/qwinff/files/patch-src_main.cpp | |
parent | - update to 3.6-20210201 (diff) |
Add qwinff 0.2.1.22, qt5 GUI Frontend for FFmpeg.
Diffstat (limited to '')
-rw-r--r-- | multimedia/qwinff/files/patch-src_main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/qwinff/files/patch-src_main.cpp b/multimedia/qwinff/files/patch-src_main.cpp new file mode 100644 index 000000000000..ea3a897dbe36 --- /dev/null +++ b/multimedia/qwinff/files/patch-src_main.cpp @@ -0,0 +1,11 @@ +--- src/main.cpp.orig 2020-10-25 12:05:30 UTC ++++ src/main.cpp +@@ -30,6 +30,8 @@ + #include "services/notification.h" + #include "services/constants.h" + ++#define DATA_PATH "%%DATADIR%%" ++ + /** + * @brief Find the absolute path of the translation of the current locale. + * |