various fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 4 Feb 2002 10:36:20 +0000 (10:36 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 4 Feb 2002 10:36:20 +0000 (10:36 +0000)
Original commit message from CVS:
various fixes

common
configure.ac

diff --git a/common b/common
index d81417a..47d51c3 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit d81417a103945ab1c393e74557983b1163e9e353
+Subproject commit 47d51c3f04e416caa4c43c72a5458df99cf09c3a
index 1c183b1..d7eb3c3 100644 (file)
@@ -200,12 +200,12 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
 
 GST_PLUGINS_ALL="\
         ac3parse adder audioscale auparse avi chart\
-        cutter deinterlace flx intfloat law level\
+        cutter deinterlace flx goom intfloat law level\
         median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
         mpegaudio mpegaudioparse mpegstream mpegtypes\
         passthrough playondemand rtjpeg silence sine\
         smooth spectrum speed stereo stereomono\
-        synaesthesia udp videoscale volenv volume vumeter wavparse y4m goom"
+        synaesthesia udp videoscale volenv volume vumeter wavparse y4m"
 
 AC_SUBST(GST_PLUGINS_ALL)
 
@@ -469,7 +469,7 @@ GST_CHECK_FEATURE(HTTP, [http plugins], gsthttpsrc, [
 dnl *** lame ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_LAME, true)
 GST_CHECK_FEATURE(LAME, [lame mp3 encoder library], lame, [
-GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame/lame.h, LAME_LIBS="-lmp3lame")
+GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame/lame.h, HAVE_LAME="yes" LAME_LIBS="-lmp3lame")
 ])
 AC_SUBST(LAME_LIBS)
 
@@ -489,17 +489,6 @@ GST_CHECK_FEATURE(JPEG, [jpeg], jpegenc jpegdec, [
   AC_SUBST(JPEG_LIBS)
 ])
 
-dnl *** jpeg-mmx ***
-AC_ARG_WITH(jpeg-mmx-path, [ --with-jpeg-mmx-path, path to mmx accelerated jpeg lib])
-translit(dnm, m, l) AM_CONDITIONAL(USE_JPEG_MMX, true)
-GST_CHECK_FEATURE(JPEG_MMX, [jpeg-mmx], jpegmmxenc jpegmmxdec, [
-   AC_CHECK_LIB(jpeg-mmx, jpeg_start_compress, HAVE_JPEG_MMX="yes", HAVE_JPEG_MMX="no", "-L$with_jpeg_mmx_path")
-   JPEG_MMX_LIBS="-L$with_jpeg_mmx_path -ljpeg-mmx"
-   JPEG_MMX_CFLAGS="-I$with_jpeg_mmx_path"
-   AC_SUBST(JPEG_MMX_LIBS)
-   AC_SUBST(JPEG_MMX_CFLAGS)
-])
-
 dnl *** mad ***
 dnl FIXME: we could use header checks here as well IMO
 translit(dnm, m, l) AM_CONDITIONAL(USE_MAD, true)
@@ -795,7 +784,6 @@ gst/volume/Makefile
 gst/vumeter/Makefile
 gst/wavparse/Makefile
 gst/y4m/Makefile
-gst/goom/Makefile
 sys/Makefile
 sys/oss/Makefile
 sys/qcam/Makefile