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 301894 - Wavpack doesn't compile on FreeBSD.
Wavpack doesn't compile on FreeBSD.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other FreeBSD
: Normal normal
: 0.8.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-25 10:09 UTC by Koop Mast
Modified: 2005-04-25 14:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Add a typedef for u_long -> ulong so wavpack builds. (316 bytes, patch)
2005-04-25 10:10 UTC, Koop Mast
none Details | Review

Description Koop Mast 2005-04-25 10:09:21 UTC
Distribution/Version: 5.4-Stable

The wavpack plugin doesn't compile on FreeBSD because we don't have ulong.
Instead we have a u_long.
Comment 1 Koop Mast 2005-04-25 10:10:09 UTC
Created attachment 45641 [details] [review]
Add a typedef for u_long -> ulong so wavpack builds.
Comment 2 Ronald Bultje 2005-04-25 14:09:13 UTC
applied, thanks.