diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-08 13:18:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-08 13:18:29 +0000 |
| commit | 8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78 (patch) | |
| tree | 0ff8cb60d8f62a5da867719eb1f3e10f70655571 /src/plugins/Input/sndfile | |
| parent | 663888166aea02b082d94eafa844b766eac0f2dd (diff) | |
| download | qmmp-8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78.tar.gz qmmp-8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78.tar.bz2 qmmp-8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78.zip | |
include path changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@234 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sndfile')
| -rw-r--r-- | src/plugins/Input/sndfile/decoder_sndfile.cpp | 12 | ||||
| -rw-r--r-- | src/plugins/Input/sndfile/decoder_sndfile.h | 4 | ||||
| -rw-r--r-- | src/plugins/Input/sndfile/decodersndfilefactory.cpp | 2 | ||||
| -rw-r--r-- | src/plugins/Input/sndfile/decodersndfilefactory.h | 10 | ||||
| -rw-r--r-- | src/plugins/Input/sndfile/sndfile.pro | 6 |
5 files changed, 16 insertions, 18 deletions
diff --git a/src/plugins/Input/sndfile/decoder_sndfile.cpp b/src/plugins/Input/sndfile/decoder_sndfile.cpp index b4baa2ba4..dc7516854 100644 --- a/src/plugins/Input/sndfile/decoder_sndfile.cpp +++ b/src/plugins/Input/sndfile/decoder_sndfile.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -22,12 +22,10 @@ #include <QFile> #include <QFileInfo> - - -#include "constants.h" -#include "buffer.h" -#include "output.h" -#include "recycler.h" +#include <qmmp/constants.h> +#include <qmmp/buffer.h> +#include <qmmp/output.h> +#include <qmmp/recycler.h> #include "decoder_sndfile.h" diff --git a/src/plugins/Input/sndfile/decoder_sndfile.h b/src/plugins/Input/sndfile/decoder_sndfile.h index 53bb8fd81..9a66acd3d 100644 --- a/src/plugins/Input/sndfile/decoder_sndfile.h +++ b/src/plugins/Input/sndfile/decoder_sndfile.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -24,7 +24,7 @@ extern "C"{ #include <sndfile.h> } -#include "decoder.h" +#include <qmmp/decoder.h> class DecoderSndFile : public Decoder diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.cpp b/src/plugins/Input/sndfile/decodersndfilefactory.cpp index b918d32fc..37a42f9ff 100644 --- a/src/plugins/Input/sndfile/decodersndfilefactory.cpp +++ b/src/plugins/Input/sndfile/decodersndfilefactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.h b/src/plugins/Input/sndfile/decodersndfilefactory.h index 8439594fb..ca1753cac 100644 --- a/src/plugins/Input/sndfile/decodersndfilefactory.h +++ b/src/plugins/Input/sndfile/decodersndfilefactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -25,10 +25,10 @@ #include <QIODevice> #include <QWidget> -#include <decoder.h> -#include <output.h> -#include <decoderfactory.h> -#include <filetag.h> +#include <qmmp/decoder.h> +#include <qmmp/output.h> +#include <qmmp/decoderfactory.h> +#include <qmmp/filetag.h> diff --git a/src/plugins/Input/sndfile/sndfile.pro b/src/plugins/Input/sndfile/sndfile.pro index 701ea58fb..9f601bef7 100644 --- a/src/plugins/Input/sndfile/sndfile.pro +++ b/src/plugins/Input/sndfile/sndfile.pro @@ -3,12 +3,12 @@ include(../../plugins.pri) HEADERS += decodersndfilefactory.h \ decoder_sndfile.h SOURCES += decoder_sndfile.cpp \ - decodersndfilefactory.cpp + decodersndfilefactory.cpp TARGET=$$PLUGINS_PREFIX/Input/sndfile QMAKE_CLEAN =$$PLUGINS_PREFIX/Input/libsndfile.so - -INCLUDEPATH += ../../../qmmp + +INCLUDEPATH += ../../../ CONFIG += release \ warn_on \ plugin \ |
