diff options
author | David Schleef <ds@schleef.org> | 2004-03-13 00:19:26 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-03-13 00:19:26 +0000 |
commit | 3f3b17d2a32096708dadc24eb974a51917e65979 (patch) | |
tree | d4a97b0b07c4db2fb9f24c6433cb2dae62c7d8d8 /configure.ac | |
parent | 10575d1a7e4abd08d6b7d628c742ce2cb6d3d213 (diff) | |
download | gst-plugins-bad-3f3b17d2a32096708dadc24eb974a51917e65979.tar.gz gst-plugins-bad-3f3b17d2a32096708dadc24eb974a51917e65979.tar.bz2 gst-plugins-bad-3f3b17d2a32096708dadc24eb974a51917e65979.zip |
configure.ac: the Hermes library controls hermescolorspace, not colorspace.
Original commit message from CVS:
* configure.ac: the Hermes library controls hermescolorspace, not
colorspace.
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
(gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
not /* */
* ext/sdl/sdlvideosink.c: Change XID to unsigned long.
* ext/sdl/sdlvideosink.h: ditto.
* gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 212ed6a1..1c4adb74 100644 --- a/configure.ac +++ b/configure.ac @@ -913,7 +913,7 @@ GST_CHECK_FEATURE(GSM, [GSM library], gsmenc gsmdec, [ dnl *** Hermes *** translit(dnm, m, l) AM_CONDITIONAL(USE_HERMES, true) -GST_CHECK_FEATURE(HERMES, [Hermes library], colorspace, [ +GST_CHECK_FEATURE(HERMES, [Hermes library], hermescolorspace, [ GST_CHECK_LIBHEADER(HERMES, Hermes, Hermes_ConverterInstance, , Hermes/Hermes.h, HERMES_LIBS="-lHermes") ], AC_SUBST(HERMES_LIBS)) |