]> git.pld-linux.org Git - packages/qmmp.git/blame - qmmp-cdio.patch
- updated verions BR
[packages/qmmp.git] / qmmp-cdio.patch
CommitLineData
f9fed23a
AM
1Index: qmmp/src/plugins/Input/cdaudio/decoder_cdaudio.cpp
2===================================================================
3--- qmmp/src/plugins/Input/cdaudio/decoder_cdaudio.cpp (wersja 3171)
4+++ qmmp/src/plugins/Input/cdaudio/decoder_cdaudio.cpp (wersja 3172)
5@@ -1,5 +1,5 @@
6 /***************************************************************************
7- * Copyright (C) 2009-2012 by Ilya Kotov *
8+ * Copyright (C) 2009-2013 by Ilya Kotov *
9 * forkotov02@hotmail.ru *
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12@@ -25,7 +25,11 @@
13 #include <QFileInfo>
14 #include <QDir>
15 #include <cdio/cdio.h>
16+#if LIBCDIO_VERSION_NUM <= 83
17 #include <cdio/cdda.h>
18+#else
19+#include <cdio/paranoia/cdda.h>
20+#endif
21 #include <cdio/audio.h>
22 #include <cdio/cd_types.h>
23 #include <cdio/logging.h>
This page took 0.082335 seconds and 4 git commands to generate.