~ubuntu-branches/ubuntu/wily/xmms2/wily

« back to all changes in this revision

Viewing changes to src/plugins/vocoder/Plugin

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ragwitz
  • Date: 2006-12-15 00:46:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215004659-k1q9gl60aqfe9pqs
Tags: 0.2DrHouse-3
* Use dh_makeshlibs -V to generate more strict shlib files.
* Fix a typo in debian/control.
* Remove some unused stuff fron debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
target="vocoder"
 
2
source=['vocoder.c', 'pvocoder.c']
 
3
 
 
4
def config(env):
 
5
        env.pkgconfig("fftw3f")
 
6
        env.pkgconfig("samplerate")