Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-11-07 21:17:10 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-11-07 21:17:10 +0300
commite5dab47590f67068c07e45f1b400d8770e6e4f1f (patch)
tree1b6a794b8ce0c6d59670516469a13e28eed10ed2 /celt-0.6.1-build
parentede39c7405ee3e4f9d59c5de82bd4ac529ed2fa0 (diff)
Make celtbuilds symlinks
Diffstat (limited to 'celt-0.6.1-build')
l---------[-rw-r--r--]celt-0.6.1-build/celt-0.6.1-build.pro54
1 files changed, 1 insertions, 53 deletions
diff --git a/celt-0.6.1-build/celt-0.6.1-build.pro b/celt-0.6.1-build/celt-0.6.1-build.pro
index e44ac24e1..a7bb76935 100644..120000
--- a/celt-0.6.1-build/celt-0.6.1-build.pro
+++ b/celt-0.6.1-build/celt-0.6.1-build.pro
@@ -1,53 +1 @@
-include(../compiler.pri)
-
-BUILDDIR=$$basename(PWD)
-SOURCEDIR=$$replace(BUILDDIR,-build,-src)
-VERSION=$$replace(BUILDDIR,-build,)
-VERSION=$$replace(VERSION,celt-,)
-
-!exists(../$$SOURCEDIR/COPYING) {
- message("The $$SOURCEDIR/ directory was not found. You need to do one of the following:")
- message("")
- message("Option 1: Use CELT Git:")
- message("git submodule init")
- message("git submodule update")
- message("")
- message("Option 2: Use system celt libraries (it's your job to ensure you have all of them):")
- message("qmake CONFIG+=no-bundled-celt -recursive")
- message("")
- error("Aborting configuration")
-}
-
-TEMPLATE = lib
-CONFIG -= qt
-CONFIG += debug_and_release
-CONFIG -= warn_on
-CONFIG += warn_off
-VPATH = ../$$SOURCEDIR/libcelt
-TARGET = celt
-DEFINES += HAVE_CONFIG_H
-TARGET_VERSION_EXT = .$$VERSION
-
-QMAKE_CFLAGS -= -fPIE -pie
-
-win32 {
- DEFINES += WIN32 _WIN32
- INCLUDEPATH += ../$$BUILDDIR/win32
-}
-
-unix {
- INCLUDEPATH += ../$$BUILDDIR
-}
-
-DIST = config.h
-
-SOURCES *= bands.c celt.c cwrs.c entcode.c entdec.c entenc.c header.c kiss_fft.c kiss_fftr.c laplace.c mdct.c modes.c pitch.c psy.c quant_bands.c rangedec.c rangeenc.c rate.c vq.c
-
-CONFIG(debug, debug|release) {
- CONFIG += console
- DESTDIR = ../debug
-}
-
-CONFIG(release, debug|release) {
- DESTDIR = ../release
-}
+../celt-0.7.0-build/celt-0.7.0-build.pro \ No newline at end of file