From: Bastien Nocera Date: Sat, 2 Feb 2002 18:49:03 +0000 (+0000) Subject: - add goom to the build system, dunno if it works, but it doesn't break my ppc :) X-Git-Tag: 1.19.3~505^2~5186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f19f8207243061cd9c91862dafea1e4de677afde;p=platform%2Fupstream%2Fgstreamer.git - 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 :) --- diff --git a/configure.ac b/configure.ac index a866784..732fb26 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