diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-10-17 14:56:12 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-10-17 14:56:12 +0000 |
commit | d472134c41418fcb34a9153761b2018de017d74c (patch) | |
tree | 1cfd070ef9dfcbca72339d9dc026932bdae78373 /configure.ac | |
parent | 1aa9f76c496fcaccaa38dbaef329c7d6f76161cc (diff) |
configure.ac: Enable flx plugin.
Original commit message from CVS:
* configure.ac:
Enable flx plugin.
* gst/flx/gstflxdec.c: (flx_decode_chunks):
Fix gcc4 signedness issue.
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 5a6092bc..3a2916b9 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,7 @@ GST_PLUGINS_ALL="\ avi \ debug \ effectv \ + flx \ goom \ law \ level \ |