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 87666 - FreeBSD's default POPT install doesn't have POPT_TABLEEND
FreeBSD's default POPT install doesn't have POPT_TABLEEND
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other FreeBSD
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-07-08 15:45 UTC by Theo van Klaveren
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch adds POPT_TABLEEND definition to gst/gst.c and tools/gst-launch.c (619 bytes, patch)
2002-07-08 15:46 UTC, Theo van Klaveren
none Details | Review

Description Theo van Klaveren 2002-07-08 15:45:25 UTC
See summary. Attached patch adds a definition of POPT_TABLEEND if it's not
yet defined to gst/gst.c and tools/gst-launch.c. It's not pretty but it
works. You might want to think of a different way of doing this, perhaps in
a header file somewhere?
Comment 1 Theo van Klaveren 2002-07-08 15:46:00 UTC
Created attachment 9714 [details] [review]
Patch adds POPT_TABLEEND definition to gst/gst.c and tools/gst-launch.c
Comment 2 Thomas Vander Stichele 2002-07-10 10:43:13 UTC
I fixed configure.ac to detect the right popt and existence of
POPT_TABLEEND in cvs.
It shouldn't be fixed by a workaround adding stuff to the code for it.