summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Implement the seeking in the flac decoder and add a state check before decodingLaszlo Papp2011-12-071-2/+2
* Use QMutexLocker, static reference counter and isValid members properlyLaszlo Papp2011-12-071-0/+2
* Change the src/CMakeLists.txt file according to the decoders movesLaszlo Papp2011-12-061-4/+6
* Use the "SndFile" term instead of "Snd" inside the sndfile decoder backendLaszlo Papp2011-12-061-2/+2
* Better support for things, like sample rate, channels getters, error managementLaszlo Papp2011-12-061-0/+2
* Use MAKE_Q_OPENAL_LIB also inside the cmake file, not just in the exportLaszlo Papp2011-12-041-1/+1
* Add the SNDFILE_LIBRARIES and SNDFILE_INCLUDE_DIRS to the relevant linesLaszlo Papp2011-12-041-1/+1
* Make the libsnd implementation of the qalabstractaudiodecoder interfaceLaszlo Papp2011-11-291-0/+2
* Link against the OPENAL_LIBRARIES so as to avoid the linkage issuesLaszlo Papp2011-11-281-1/+1
* Add skeleton QALAbstractAudioDecoder class to the projectLaszlo Papp2011-11-011-0/+2
* Fix the source file list under the header section so that they are now headersLaszlo Papp2011-11-011-5/+5
* Add a cmake file to the src directory to be able to build itLaszlo Papp2011-10-231-0/+88