GNOME Bugzilla – Bug 565439
Make pcapparse compile with (mingw32) gcc
Last modified: 2008-12-29 15:55:18 UTC
Hi ! I have a trivial patch to make gstpcapparse compile with mingw32 gcc: * use G_OS_WIN32, not _MSC_VER, to protect windows specific code * link with -lws2_32 as we need the _inet_addr@4 and _inet_ntoa@4 symbols Ole André, I've added you in the CC list as your are the original committer of the code, if I should not have, please tell me so.
Created attachment 125188 [details] [review] mingw32 compilation fix for pcapparse
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com> * gst/pcapparse/Makefile.am: * gst/pcapparse/gstpcapparse.c: Patch to make gstpcapparse compile with mingw32 gcc. Fixes #565439.