summaryrefslogtreecommitdiff
path: root/src/libac3/cmplx.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-05-26 15:07:18 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-05-26 15:07:18 +0000
commit2bb1b8f3a4984075743b17fbe1d00b1af9917254 (patch)
tree06aa3a03497e938d80a7146013fef96324ef073c /src/libac3/cmplx.h
parent65480cd3d11b465f0ede5f6c3d1b9f12e06dc98b (diff)
downloadxine-lib-2bb1b8f3a4984075743b17fbe1d00b1af9917254.tar.gz
xine-lib-2bb1b8f3a4984075743b17fbe1d00b1af9917254.tar.bz2
switch to walken's libac3 and minor bugfixes
CVS patchset: 83 CVS date: 2001/05/26 15:07:18
Diffstat (limited to 'src/libac3/cmplx.h')
-rw-r--r--src/libac3/cmplx.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libac3/cmplx.h b/src/libac3/cmplx.h
deleted file mode 100644
index a357fab38..000000000
--- a/src/libac3/cmplx.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __COMPLEX_H__
-#define __COMPLEX_H__
-
-typedef struct complex {
- float re;
- float im;
-} complex_t;
-
-#endif