~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

Viewing changes to extern/fftw/dft/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AM_CPPFLAGS = -I$(top_srcdir)/kernel
 
2
SUBDIRS = codelets simd k7
 
3
 
 
4
noinst_LTLIBRARIES = libdft.la
 
5
 
 
6
libdft_la_SOURCES = bluestein.c buffered.c conf.c ct.c ctsq.c           \
 
7
dftw-direct.c dftw-generic.c dftw-genericbuf.c direct.c generic.c       \
 
8
indirect.c indirect-transpose.c kdft-dif.c kdft-difsq.c kdft-dit.c      \
 
9
kdft.c nop.c plan.c problem.c rader.c rank-geq2.c solve.c vrank-geq1.c  \
 
10
zero.c codelet-dft.h ct.h dft.h