summaryrefslogtreecommitdiff
path: root/libre/smplayer/disable-smtube-support.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-14 03:22:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-14 03:22:44 -0300
commit8ae3e0dfab83a5a721f011c881b76f77510ebae2 (patch)
tree74676ee99c0d39c0f97ec9ec4470c3b79a0c377c /libre/smplayer/disable-smtube-support.patch
parent62d0bf5c9f55c359f2128a2d4fa95f14dce1d416 (diff)
downloadabslibre-8ae3e0dfab83a5a721f011c881b76f77510ebae2.tar.gz
abslibre-8ae3e0dfab83a5a721f011c881b76f77510ebae2.tar.bz2
abslibre-8ae3e0dfab83a5a721f011c881b76f77510ebae2.zip
smplayer-16.8.0-1.parabola1: updating version
Diffstat (limited to 'libre/smplayer/disable-smtube-support.patch')
-rw-r--r--libre/smplayer/disable-smtube-support.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/libre/smplayer/disable-smtube-support.patch b/libre/smplayer/disable-smtube-support.patch
new file mode 100644
index 000000000..bf41c8d95
--- /dev/null
+++ b/libre/smplayer/disable-smtube-support.patch
@@ -0,0 +1,26 @@
+diff --git a/src/playlist.h b/src/playlist.h
+index 025ffc9..ec82b50 100644
+--- a/src/playlist.h
++++ b/src/playlist.h
+@@ -27,7 +27,7 @@
+ #include <QProcess>
+ #include "mediadata.h"
+
+-#define PLAYLIST_DOWNLOAD
++//#define PLAYLIST_DOWNLOAD
+ //#define PLAYLIST_DOUBLE_TOOLBAR
+
+ class PLItem : public QStandardItem {
+diff --git a/src/smplayer.pro b/src/smplayer.pro
+index 7e05ff9..003819c 100644
+--- a/src/smplayer.pro
++++ b/src/smplayer.pro
+@@ -13,7 +13,7 @@ RESOURCES = icons.qrc
+ DEFINES += SINGLE_INSTANCE
+ DEFINES += FIND_SUBTITLES
+ DEFINES += VIDEOPREVIEW
+-DEFINES += YOUTUBE_SUPPORT
++#DEFINES += YOUTUBE_SUPPORT
+ DEFINES += BLURAY_SUPPORT
+ DEFINES += TV_SUPPORT
+ DEFINES += GUI_CHANGE_ON_RUNTIME