From 8ae3e0dfab83a5a721f011c881b76f77510ebae2 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 14 Aug 2016 03:22:44 -0300 Subject: smplayer-16.8.0-1.parabola1: updating version --- libre/smplayer/disable-smtube-support.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libre/smplayer/disable-smtube-support.patch (limited to 'libre/smplayer/disable-smtube-support.patch') 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 + #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 -- cgit v1.2.3