~ubuntu-branches/ubuntu/trusty/openarena/trusty

« back to all changes in this revision

Viewing changes to code/client/cl_cgame.c

  • Committer: Bazaar Package Importer
  • Author(s): Bruno "Fuddl" Kleinert
  • Date: 2009-11-19 17:37:45 UTC
  • Revision ID: james.westby@ubuntu.com-20091119173745-2c787mp8v6osge39
Tags: 0.8.1-6
* Convert source package to format 3.0 quilt
  * Drop build dependency on quilt
  * Remove quilt calls from debian/rules
  * Drop build dependency on sharutils, because we now can ship (binary) PNG
    icons in debian 3.0 source packages
* Import a patch from Simon McVittie (see #546184 for details) to fix building
  openarena on amd64 processors with a 32bit userland. Thanks to Simon
  McVittie! (Closes: #546184)
* Allow parallel builds for SMP machines to speed up building openarena
* Update Vcs-* fields as this package now lives in Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "../botlib/botlib.h"
27
27
 
28
28
#include "libmumblelink.h"
 
29
#ifdef USE_VOIP
 
30
        #include <speex/speex.h>
 
31
        #include <speex/speex_preprocess.h>
 
32
#endif
29
33
 
30
34
extern  botlib_export_t *botlib_export;
31
35