mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
finalize removal of httpsrc
Original commit message from CVS: finalize removal of httpsrc
This commit is contained in:
parent
aa9bc272af
commit
17918e3c1f
2 changed files with 1 additions and 60 deletions
59
configure.ac
59
configure.ac
|
@ -304,18 +304,6 @@ AC_SUBST(LIBXML_PKG)
|
||||||
AC_SUBST(XML_LIBS)
|
AC_SUBST(XML_LIBS)
|
||||||
AC_SUBST(XML_CFLAGS)
|
AC_SUBST(XML_CFLAGS)
|
||||||
|
|
||||||
dnl Check for libgdk-pixbuf
|
|
||||||
dnl FIXME: not sure that this is still used anywhere.
|
|
||||||
dnl DELETEME
|
|
||||||
dnl translit(dnm, m, l) AM_CONDITIONAL(USE_GDK_PIXBUF, true)
|
|
||||||
dnl GST_CHECK_FEATURE(GDK_PIXBUF, [use gdk pixbuf], , [
|
|
||||||
dnl translit(dnm, m, l) AC_SUBST(GDK_PIXBUF_LIBS)
|
|
||||||
dnl translit(dnm, m, l) AC_SUBST(GDK_PIXBUF_CFLAGS)
|
|
||||||
dnl GST_CHECK_CONFIGPROG(GDK_PIXBUF, gdk-pixbuf-config)
|
|
||||||
dnl ])
|
|
||||||
dnl
|
|
||||||
|
|
||||||
|
|
||||||
if test x$USE_GLIB2 = xyes; then
|
if test x$USE_GLIB2 = xyes; then
|
||||||
dnl we don't support gnome/gtk with glib2.0 yet
|
dnl we don't support gnome/gtk with glib2.0 yet
|
||||||
GNOME_LIBS=
|
GNOME_LIBS=
|
||||||
|
@ -330,25 +318,6 @@ AC_SUBST(GNOME_LIBS)
|
||||||
AC_SUBST(GNOME_CFLAGS)
|
AC_SUBST(GNOME_CFLAGS)
|
||||||
AC_SUBST(HAVE_GNOME)
|
AC_SUBST(HAVE_GNOME)
|
||||||
|
|
||||||
dnl Check for libghttp
|
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBGHTTP, true)
|
|
||||||
GST_CHECK_FEATURE(LIBGHTTP, [libghttp plugins], 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,
|
|
||||||
[GHTTP_LIBS="-lghttp"
|
|
||||||
GST_HTTPSRC_GET_TYPE="gst_httpsrc_get_type"
|
|
||||||
HAVE_LIBGHTTP=yes
|
|
||||||
], :, $LIBS)
|
|
||||||
fi
|
|
||||||
AC_SUBST(GHTTP_LIBS)
|
|
||||||
AC_SUBST(GST_HTTPSRC_GET_TYPE)
|
|
||||||
])
|
|
||||||
|
|
||||||
dnl Check for libglade with gnome support; no libglade for glib2.0
|
dnl Check for libglade with gnome support; no libglade for glib2.0
|
||||||
HAVE_LIBGLADE_GNOME="no"
|
HAVE_LIBGLADE_GNOME="no"
|
||||||
if test x$USE_GLIB2 = xyes; then
|
if test x$USE_GLIB2 = xyes; then
|
||||||
|
@ -400,29 +369,6 @@ main() { atomic_t t; atomic_set(&t,0); atomic_inc(&t); atomic_add(1,&t);return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
dnl Check for X11 extensions
|
|
||||||
AC_PATH_XTRA
|
|
||||||
if test "-DX_DISPLAY_MISSING" = "$X_CFLAGS"; then
|
|
||||||
AC_MSG_ERROR(can not find X11)
|
|
||||||
fi
|
|
||||||
AC_SUBST(X_CFLAGS)
|
|
||||||
AC_SUBST(X_PRE_LIBS)
|
|
||||||
AC_SUBST(X_EXTRA_LIBS)
|
|
||||||
AC_SUBST(X_LIBS)
|
|
||||||
|
|
||||||
|
|
||||||
dnl Check for the Xv library
|
|
||||||
xvsave_LIBS=${LIBS}
|
|
||||||
AC_CHECK_LIB(Xv, XvQueryExtension,
|
|
||||||
HAVE_LIBXV=yes,
|
|
||||||
HAVE_LIBXV=no,
|
|
||||||
$X_LIBS $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS
|
|
||||||
)
|
|
||||||
LIBS=${xvsave_LIBS}
|
|
||||||
AC_CHECK_HEADER(X11/extensions/Xv.h, :, HAVE_LIBXV=no)
|
|
||||||
AC_CHECK_HEADER(X11/extensions/Xvlib.h, :, HAVE_LIBXV=no)
|
|
||||||
|
|
||||||
|
|
||||||
dnl ######################################################################
|
dnl ######################################################################
|
||||||
dnl # Check command line parameters, and set shell variables accordingly #
|
dnl # Check command line parameters, and set shell variables accordingly #
|
||||||
dnl ######################################################################
|
dnl ######################################################################
|
||||||
|
@ -825,8 +771,3 @@ gstreamer-uninstalled.pc
|
||||||
gstreamer.spec,
|
gstreamer.spec,
|
||||||
echo "$infomessages", infomessages="$infomessages"
|
echo "$infomessages", infomessages="$infomessages"
|
||||||
)
|
)
|
||||||
|
|
||||||
echo -e "configure: *** Plugins that will be built : $GST_PLUGINS_YES"
|
|
||||||
echo
|
|
||||||
echo -e "configure: *** Plugins that will not be built : $GST_PLUGINS_NO"
|
|
||||||
echo
|
|
||||||
|
|
|
@ -3,5 +3,5 @@ Description: Streaming-media framework, Not Installed
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
||||||
Libs: -L${pcfiledir}/gst -lgst
|
Libs: -L${pcfiledir}/gst -lgst
|
||||||
Cflags: -I${pcfiledir} @GST_PKG_CFLAGS@
|
Cflags: -I${pcfiledir} -I${pcfiledir}/libs @GST_PKG_CFLAGS@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue