diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-02-13 17:02:09 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-02-13 17:02:09 +0000 |
commit | ef7b89f382dc536bae955a250d0dc85762fb4a74 (patch) | |
tree | a7d699ea0874870f9d303ba51b6d000a33b23228 /configure.ac | |
parent | 1ca7ef34c29c044f65901d3a7c14a2e5389b252f (diff) | |
download | gst-plugins-bad-ef7b89f382dc536bae955a250d0dc85762fb4a74.tar.gz gst-plugins-bad-ef7b89f382dc536bae955a250d0dc85762fb4a74.tar.bz2 gst-plugins-bad-ef7b89f382dc536bae955a250d0dc85762fb4a74.zip |
I'm too lazy to comment this
Original commit message from CVS:
freeze plugin ported to 0.10 by Renato Filho <renato.filho@indt.org.br>
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 58e1b848..395b1fd4 100644 --- a/configure.ac +++ b/configure.ac @@ -281,6 +281,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ cdxaparse \ + freeze \ speed \ qtdemux \ tta \ @@ -653,6 +654,7 @@ Makefile gst-plugins-bad.spec gst/Makefile gst/cdxaparse/Makefile +gst/freeze/Makefile gst/speed/Makefile gst/qtdemux/Makefile gst/tta/Makefile |