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 121872 - gst-plugins fails to compile against libmpeg2-0.3.2_pre20030625
gst-plugins fails to compile against libmpeg2-0.3.2_pre20030625
Status: RESOLVED DUPLICATE of bug 122031
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.3
Other Linux
: Normal normal
: 0.6.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-10 01:11 UTC by Sebastian Otaegui
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to make gst-plugins-0.6.3 compile against libmpeg2-0.3.2_pre20030625 (1.00 KB, patch)
2003-09-10 01:19 UTC, Sebastian Otaegui
none Details | Review

Description Sebastian Otaegui 2003-09-10 01:11:03 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
Comment 1 Sebastian Otaegui 2003-09-10 01:19:34 UTC
Created attachment 19837 [details] [review]
Patch to make gst-plugins-0.6.3 compile against libmpeg2-0.3.2_pre20030625
Comment 2 Ronald Bultje 2003-09-10 06:20:03 UTC
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.
Comment 3 Ronald Bultje 2003-09-11 17:25:54 UTC
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 ***