[gstreamer-bugs] [Bug 345288] [PATCH] udp for Windows

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jun 22 02:17:12 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=345288
 GStreamer | gst-plugins-good | Ver: HEAD CVS


Joni Valtanen changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67607|0                           |1
        is obsolete|                            |
  Attachment #67715|0                           |1
        is obsolete|                            |




------- Comment #6 from Joni Valtanen  2006-06-22 09:17 UTC -------
Created an attachment (id=67836)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=67836&action=view)
new patch for configure.ac

removed unnessesary +AM_CONDITIONAL(HAVE_WINSOCK2_H, test "x$HAVE_WINSOCK2_H" =
"xyes")

Next part is ok. This part removes udp and rtsp if there is no sys/socket.h and
no winsock2.h. I think this is what is wanted result.

>  if test "x$HAVE_SYS_SOCKET_H" != "xyes"; then
> -  GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/udp//`
> -  GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/rtsp//`
> -  GST_PLUGINS_NO="\tudp\n$GST_PLUGINS_NO"
> -  GST_PLUGINS_NO="\trtsp\n$GST_PLUGINS_NO"
> +  if test "x$HAVE_WINSOCK2_H" != "xyes"; then
> +    GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/udp//`
> +    GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/rtsp//`
> +    GST_PLUGINS_NO="\tudp\n$GST_PLUGINS_NO"
> +    GST_PLUGINS_NO="\trtsp\n$GST_PLUGINS_NO"
> +  fi
> +fi


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list