After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 120307 - [Patch] FreeBSD plugins fixes
[Patch] FreeBSD plugins fixes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other FreeBSD
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-08-20 10:23 UTC by Andrew Turner
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix all 3 problems (1.62 KB, patch)
2003-08-20 10:26 UTC, Andrew Turner
none Details | Review

Description Andrew Turner 2003-08-20 10:23:28 UTC
Attached are fixes for gst-plugins needed to build on FreeBSD:

gst/debug/efence.c: MAP_ANONYMOUS/MAP_ANON fix
gst-libs/ext/mplex/inputstrm.cc: gcc complains not all paths return in
MuxStream::BufferSizeCode()
sys/xvideo/Makefile.am: libgstxvideosink_la_CFLAGS seems to need
$(X_CFLAGS) to build.
Comment 1 Andrew Turner 2003-08-20 10:26:08 UTC
Created attachment 19374 [details] [review]
Patch to fix all 3 problems
Comment 2 David Schleef 2003-08-21 04:43:45 UTC
Applied, thanks.