GNOME Bugzilla – Bug 121872
gst-plugins fails to compile against libmpeg2-0.3.2_pre20030625
Last modified: 2004-12-22 21:47:04 UTC
gstmpeg2dec.c: In function `gst_mpeg2dec_alloc_buffer': gstmpeg2dec.c:265: error: syntax error before '*' token gstmpeg2dec.c:289: error: `picture' undeclared (first use in this function) gstmpeg2dec.c:289: error: (Each undeclared identifier is reported only once gstmpeg2dec.c:289: error: for each function it appears in.) gstmpeg2dec.c: In function `gst_mpeg2dec_chain': gstmpeg2dec.c:556: error: syntax error before '*' token gstmpeg2dec.c:560: error: `picture' undeclared (first use in this function) make[6]: *** [libgstmpeg2dec_la-gstmpeg2dec.lo] Error 1
Created attachment 19837 [details] [review] Patch to make gst-plugins-0.6.3 compile against libmpeg2-0.3.2_pre20030625
Does libmpeg2 have a version macro/tag so we can make it compile against both 0.3.1 and 0.3.2-CVS? We normally don't support CVS snapshots, and we definately don't want to *require* one.
We fixed this differently... Thomas accidently opened a new bug, so I'm dupping this one. The fix is based on your patch, though... Thanks! *** This bug has been marked as a duplicate of 122031 ***