diff options
author | Arwed v. Merkatz <v.merkatz@gmx.net> | 2005-09-22 11:17:26 +0000 |
---|---|---|
committer | Arwed v. Merkatz <v.merkatz@gmx.net> | 2005-09-22 11:17:26 +0000 |
commit | 67d3ebd3336f03a3727327adac86511e06ed65c5 (patch) | |
tree | a574c20da82d48be308f829247dcb317b2d799e7 /configure.ac | |
parent | 4b6bcfb3bfd2031f11dc444898d5a2664668e5e2 (diff) | |
download | gst-plugins-bad-67d3ebd3336f03a3727327adac86511e06ed65c5.tar.gz gst-plugins-bad-67d3ebd3336f03a3727327adac86511e06ed65c5.tar.bz2 gst-plugins-bad-67d3ebd3336f03a3727327adac86511e06ed65c5.zip |
tta plugin ported to 0.9
Original commit message from CVS:
tta plugin ported to 0.9
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0bea3542..74d5d245 100644 --- a/configure.ac +++ b/configure.ac @@ -287,6 +287,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ qtdemux \ + tta \ " dnl see if we can build C++ plug-ins @@ -466,6 +467,7 @@ gst-plugins-bad.spec gst/Makefile gst/qtdemux/Makefile gst/speed/Makefile +gst/tta/Makefile sys/Makefile ext/Makefile ext/faac/Makefile |