mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
Some bugfixes:
Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
This commit is contained in:
parent
ed779eaf85
commit
58fcf76b2e
3 changed files with 20 additions and 20 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit ed429334bba35b10172ba97d9b3795b75a65b388
|
||||
Subproject commit c5d7301d645fbee2881c30e86152cb3d2152e33b
|
36
configure.ac
36
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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue