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 167128 - [PATCH] mpeg2dec doesn't build on FreeBSD
[PATCH] mpeg2dec doesn't build on FreeBSD
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other FreeBSD
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-11 22:13 UTC by Koop Mast
Modified: 2005-06-30 15:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
s/uint/guint/ (414 bytes, patch)
2005-02-11 22:15 UTC, Koop Mast
none Details | Review

Description Koop Mast 2005-02-11 22:13:24 UTC
Distribution/Version: 5.3 stable

The mpeg2dec plugin doesn't build on FreeBSD and possible other !linux OS's.

gstmpeg2dec.c: In function `crop_buffer':
gstmpeg2dec.c:431: error: syntax error before "h_subsample"
gstmpeg2dec.c:452: error: `h_subsample' undeclared (first use in this function)
gstmpeg2dec.c:452: error: (Each undeclared identifier is reported only once
gstmpeg2dec.c:452: error: for each function it appears in.)
gstmpeg2dec.c:453: error: `v_subsample' undeclared (first use in this function)
gstmpeg2dec.c:468: error: `line' undeclared (first use in this function)
gmake: *** [libgstmpeg2dec_la-gstmpeg2dec.lo] Fout 1
Comment 1 Koop Mast 2005-02-11 22:15:14 UTC
Created attachment 37375 [details] [review]
s/uint/guint/
Comment 2 David Schleef 2005-02-11 22:25:49 UTC
Fixed.