GNOME Bugzilla – Bug 87666
FreeBSD's default POPT install doesn't have POPT_TABLEEND
Last modified: 2004-12-22 21:47:04 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?
Created attachment 9714 [details] [review] Patch adds POPT_TABLEEND definition to gst/gst.c and tools/gst-launch.c
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.