diff options
author | Andy Wingo <wingo@pobox.com> | 2002-05-29 06:13:26 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-05-29 06:13:26 +0000 |
commit | a8cd8e0c7fb1fa7df59d27823997fc6ca2cbb051 (patch) | |
tree | 3d884b686b15c3dde683789afdf3e1a3675c03c5 /gst-libs/gst/resample/functable.c | |
parent | 86a025734afc75f43e62d61a044fe4fe19054545 (diff) | |
download | gst-plugins-bad-a8cd8e0c7fb1fa7df59d27823997fc6ca2cbb051.tar.gz gst-plugins-bad-a8cd8e0c7fb1fa7df59d27823997fc6ca2cbb051.tar.bz2 gst-plugins-bad-a8cd8e0c7fb1fa7df59d27823997fc6ca2cbb051.zip |
add float support to resampling lib clean up header file
Original commit message from CVS:
* add float support to resampling lib
* clean up header file
Diffstat (limited to 'gst-libs/gst/resample/functable.c')
-rw-r--r-- | gst-libs/gst/resample/functable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/resample/functable.c b/gst-libs/gst/resample/functable.c index c225958e..94dbec15 100644 --- a/gst-libs/gst/resample/functable.c +++ b/gst-libs/gst/resample/functable.c @@ -23,7 +23,7 @@ #include <stdio.h> #include <stdlib.h> -#include <resample.h> +#include "private.h" |