From 8b93fc5c062bf1e3a3845ccd5cd54a05f6d110b9 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 12 May 2003 13:17:11 +0000 Subject: [PATCH] Some bugfixes: Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build --- configure.ac | 36 ++++++++++++++++++------------------ ext/Makefile.am | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/configure.ac b/configure.ac index b3e0fb4..90852b7 100644 --- a/configure.ac +++ b/configure.ac @@ -638,23 +638,23 @@ GST_CHECK_FEATURE(HERMES, [Hermes library], colorspace, [ ], AC_SUBST(HERMES_LIBS)) dnl *** http *** -translit(dnm, m, l) AM_CONDITIONAL(USE_HTTP, true) -GST_CHECK_FEATURE(HTTP, [http plug-ins], gsthttpsrc, [ - dnl FIXME: need to check for header - GHTTP_LIBS= - GST_HTTPSRC_GET_TYPE= - if test x$USE_GLIB2 = xyes; then - AC_MSG_WARN(ghttp disabled for glib2.0) - else - AC_CHECK_LIB(ghttp, ghttp_request_new, - [HTTP_LIBS="-lghttp" - GST_HTTPSRC_GET_TYPE="gst_httpsrc_get_type" - HAVE_HTTP=yes - ], :, $LIBS) - fi - AC_SUBST(HTTP_LIBS) - AC_SUBST(GST_HTTPSRC_GET_TYPE) -]) +dnl translit(dnm, m, l) AM_CONDITIONAL(USE_HTTP, true) +dnl GST_CHECK_FEATURE(HTTP, [http plug-ins], gsthttpsrc, [ +dnl dnl FIXME: need to check for header +dnl GHTTP_LIBS= +dnl GST_HTTPSRC_GET_TYPE= +dnl if test x$USE_GLIB2 = xyes; then +dnl AC_MSG_WARN(ghttp disabled for glib2.0) +dnl else +dnl AC_CHECK_LIB(ghttp, ghttp_request_new, +dnl [HTTP_LIBS="-lghttp" +dnl GST_HTTPSRC_GET_TYPE="gst_httpsrc_get_type" +dnl HAVE_HTTP=yes +dnl ], :, $LIBS) +dnl fi +dnl AC_SUBST(HTTP_LIBS) +dnl AC_SUBST(GST_HTTPSRC_GET_TYPE) +dnl ]) dnl *** ivorbis *** dnl AM_PATH_IVORBIS only takes two options @@ -1170,7 +1170,7 @@ ext/flac/Makefile ext/gnomevfs/Makefile ext/gsm/Makefile ext/hermes/Makefile -ext/http/Makefile +dnl ext/http/Makefile ext/jack/Makefile ext/jpeg/Makefile ext/ladspa/Makefile diff --git a/ext/Makefile.am b/ext/Makefile.am index 79b9c52..664b2e8 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -276,7 +276,7 @@ DIST_SUBDIRS=\ audiofile cdparanoia divx dv \ dvdread dvdnav esd mas ffmpeg \ flac gnomevfs gsm \ - hermes http ivorbis jack jpeg \ + hermes ivorbis jack jpeg \ ladspa lame lcs libfame libpng \ mad mikmod mjpegtools mpeg2dec \ openquicktime raw1394 \ -- 2.7.4