diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-06-28 06:38:07 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-06-28 06:38:07 +0000 |
commit | 813b3a530e66bebe1153c8b10abc4cafc99ac772 (patch) | |
tree | 4904a9f6534b50fb51f68e5c29834e06b8355207 | |
parent | 3c1f0c5a8ef327285c85c279b9b2d0167268a3b1 (diff) | |
download | gst-plugins-bad-813b3a530e66bebe1153c8b10abc4cafc99ac772.tar.gz gst-plugins-bad-813b3a530e66bebe1153c8b10abc4cafc99ac772.tar.bz2 gst-plugins-bad-813b3a530e66bebe1153c8b10abc4cafc99ac772.zip |
Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
Original commit message from CVS:
Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 834ed469..6da875ee 100644 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ GST_PLUGINS_ALL="\ ac3parse adder audioscale auparse avi \ asfdemux audioconvert cdxaparse chart \ cutter debug deinterlace effectv festival \ - filter flx goom law level median mixmatrix \ + filter flx goom intfloat law level median mixmatrix \ mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub \ mpegaudio mpegaudioparse mpegstream mpegtypes \ monoscope oneton passthrough playondemand qtdemux \ @@ -1135,6 +1135,7 @@ gst/festival/Makefile gst/filter/Makefile gst/flx/Makefile gst/goom/Makefile +gst/intfloat/Makefile gst/law/Makefile gst/level/Makefile gst/median/Makefile |