~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to intern/audaspace/intern/AUD_C-API.cpp

  • Committer: Reinhard Tartler
  • Date: 2014-05-31 01:50:05 UTC
  • mfrom: (14.2.27 sid)
  • Revision ID: siretart@tauware.de-20140531015005-ml6druahuj82nsav
mergeĀ fromĀ debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#define __STDC_CONSTANT_MACROS
32
32
#endif
33
33
 
 
34
// quiet unudef define warning
 
35
#ifdef __STDC_CONSTANT_MACROS
 
36
// pass
 
37
#endif
 
38
 
34
39
#ifdef WITH_PYTHON
35
40
#  include "AUD_PyInit.h"
36
41
#  include "AUD_PyAPI.h"