GNOME Bugzilla – Bug 167128
[PATCH] mpeg2dec doesn't build on FreeBSD
Last modified: 2005-06-30 15:52:09 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
Created attachment 37375 [details] [review] s/uint/guint/
Fixed.