~ubuntu-branches/ubuntu/precise/s3d/precise

« back to all changes in this revision

Viewing changes to example/wiresphere.c

  • Committer: Bazaar Package Importer
  • Author(s): Sven Eckelmann
  • Date: 2009-11-16 01:32:25 UTC
  • Revision ID: james.westby@ubuntu.com-20091116013225-3ifg3sbt9gzsnwh1
Tags: 0.2.1.1-3
* Remove unused libraries added by pkg-config from libs3d and libs3dw
* Convert to 3.0 (quilt) source format
* debian/control:
  - Remove shlibs:Depends for binary packages without shared libs dependencies
  - Remove unneeded build dependency to quilt
  - Remove cdbs and change debhelper dependency to 7 for for dh support
* Rewrote debian/rules with dh

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <time.h> /* nanosleep()  */
28
28
#include <math.h> /* M_PI, cos(), sin() */
29
29
#include <stdlib.h> /* malloc(), free() */
30
 
#include "example.h" /* S3DUNUSED */
 
30
#define S3DUNUSED(x) x
31
31
static struct timespec t = {
32
32
        0, 100*1000*1000
33
33
}; /* 100 mili seconds */