mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
- Add possibility to use MPV as a backend; disable support in code when backend is not selected (obsolete mplayer2 support is always disabled). - Add options for additional skins / themes - Convert to options helpers PR: 217546 Submitted by: avos Approved by: maintainer timeout
11 lines
253 B
Prolog
11 lines
253 B
Prolog
--- src/smplayer.pro.orig 2016-12-26 22:19:34 UTC
|
|
+++ src/smplayer.pro
|
|
@@ -97,6 +97,8 @@ isEqual(QT_MAJOR_VERSION, 5) {
|
|
}
|
|
}
|
|
|
|
+DEFINES -= $${DEFINES_DISABLED}
|
|
+
|
|
contains(QT_VERSION, ^4\\.[0-3]\\..*) {
|
|
message("Some features requires Qt > 4.3.")
|
|
|