summarylogtreecommitdiffstats
path: root/218.diff
diff options
context:
space:
mode:
Diffstat (limited to '218.diff')
-rw-r--r--218.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/218.diff b/218.diff
deleted file mode 100644
index 6e5c1b60c05e..000000000000
--- a/218.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/podcast/podcast.pri b/src/podcast/podcast.pri
-index 7e6ea9ee..e96263fa 100644
---- a/src/podcast/podcast.pri
-+++ b/src/podcast/podcast.pri
-@@ -69,8 +69,8 @@ linux-g++* {
- -lxcb-xfixes \
- -lxcb-render -lxcb-shape -lxcb -lX11 -lasound -lSDL -lx264 -lpthread -lvpx -lvorbisenc -lvorbis -ltheoraenc -ltheoradec -logg -lopus -lmp3lame -lfreetype -lfdk-aac -lass -llzma -lbz2 -lz -ldl -lswresample -lswscale -lavutil -lm
-
-- UBUNTU_VERSION = $$system(lsb_release -irs)
-- equals(UBUNTU_VERSION, Ubuntu 14.04) {
-+ FFMPEG_VERSION = $$system(ffmpeg --version|& grep -oP "version.*?\K[0-9]\.[0-9]")
-+ equals(FFMPEG_VERSION, 2.8) {
- LIBS -= -lswresample
- LIBS += -lavresample
- }