diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-05-15 15:32:47 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-05-15 15:32:47 +0000 |
commit | ca40c07778b4b6ad3814225fed05006f48c8477e (patch) | |
tree | bfab99e1882c3ba6f7c5f9b2bb443092a494e3f2 /configure.ac | |
parent | 634f45b9cdf18bfc99e2d635f82ab382708ff727 (diff) | |
download | xine-lib-ca40c07778b4b6ad3814225fed05006f48c8477e.tar.gz xine-lib-ca40c07778b4b6ad3814225fed05006f48c8477e.tar.bz2 |
First attempt at an upmix plugin.
It can handle 16bit audio 2-channel to 5.1 channel upmix.
Currently, the .1 or LFE channel is not yet created.
CVS patchset: 6542
CVS date: 2004/05/15 15:32:47
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 25b2b8d85..3f7006452 100644 --- a/configure.ac +++ b/configure.ac @@ -2000,6 +2000,7 @@ src/post/planar/Makefile src/post/goom/Makefile src/post/mosaico/Makefile src/post/visualizations/Makefile +src/post/audio/Makefile src/post/deinterlace/Makefile src/post/deinterlace/plugins/Makefile src/video_out/Makefile |