diff options
author | Bastien Nocera <hadess@hadess.net> | 2002-02-02 18:49:03 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2002-02-02 18:49:03 +0000 |
commit | 88d7ce008052f929c843afb3e7a6c258ed26c2c3 (patch) | |
tree | d20f96a5cb946f9f1902bf370771fefe82177913 | |
parent | c7669b94347d3d690639c874e7a21dd155cc2c19 (diff) | |
download | gst-plugins-bad-88d7ce008052f929c843afb3e7a6c258ed26c2c3.tar.gz gst-plugins-bad-88d7ce008052f929c843afb3e7a6c258ed26c2c3.tar.bz2 gst-plugins-bad-88d7ce008052f929c843afb3e7a6c258ed26c2c3.zip |
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
Original commit message from CVS:
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a866784b..732fb261 100644 --- a/configure.ac +++ b/configure.ac @@ -205,7 +205,7 @@ GST_PLUGINS_ALL="\ mpegaudio mpegaudioparse mpegstream mpegtypes\ passthrough playondemand rtjpeg silence sine\ smooth spectrum speed stereo stereomono\ - synaesthesia udp videoscale volenv volume vumeter wavparse y4m" + synaesthesia udp videoscale volenv volume vumeter wavparse y4m goom" AC_SUBST(GST_PLUGINS_ALL) @@ -783,6 +783,7 @@ gst/volume/Makefile gst/vumeter/Makefile gst/wavparse/Makefile gst/y4m/Makefile +gst/goom/Makefile sys/Makefile sys/oss/Makefile sys/qcam/Makefile |