diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-08-19 14:49:11 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-08-19 14:49:11 +0000 |
commit | 2c4529997372466517f2237541d62699de9d4630 (patch) | |
tree | 178a5330d3990c02d7f6fe9a561c1519a4e551ff | |
parent | 279d5efff0af14b30a66d54cfb9619052ccd641f (diff) | |
download | gst-plugins-bad-2c4529997372466517f2237541d62699de9d4630.tar.gz gst-plugins-bad-2c4529997372466517f2237541d62699de9d4630.tar.bz2 gst-plugins-bad-2c4529997372466517f2237541d62699de9d4630.zip |
add mpegaudioparse to configure.ac
Original commit message from CVS:
add mpegaudioparse 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 9ef06881..39efc328 100644 --- a/configure.ac +++ b/configure.ac @@ -303,6 +303,7 @@ GST_PLUGINS_ALL="\ udp \ videobox \ wavparse \ + mpegaudioparse \ " dnl see if we can build C++ plug-ins |