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 130690 - xvid element no longer compiles against 1.0.0beta2
xvid element no longer compiles against 1.0.0beta2
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: High major
: 0.7.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-06 13:17 UTC by Jan Schmidt
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
simple patch to #ifdef all occurences (1.92 KB, patch)
2004-01-06 13:18 UTC, Jan Schmidt
none Details | Review

Description Jan Schmidt 2004-01-06 13:17:35 UTC
XVID_CSP_ARGB is not defined in beta2. Attaching a simple patch that
#ifdef's each reference.
Comment 1 Jan Schmidt 2004-01-06 13:18:53 UTC
Created attachment 23012 [details] [review]
simple patch to #ifdef all occurences
Comment 2 Ronald Bultje 2004-01-06 13:58:18 UTC
The templates in gstxvid{dec,enc}.c need this one #ifdef'ed out, too.
For the rest, it's fine to apply.
Comment 3 Jan Schmidt 2004-01-06 14:34:57 UTC
applied with suggested changes.