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 130421 - xvid gst-plugin fails to compile with verision xvid-1.0rc[123]
xvid gst-plugin fails to compile with verision xvid-1.0rc[123]
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.7.3
Other Linux
: Normal normal
: 0.7.4
Assigned To: Ronald Bultje
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-02 22:46 UTC by Mitch
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Mitch 2004-01-02 22:46:36 UTC
Although the xvid plugin gets included when running 'configure' script,
it fails to compile due to changes in the xvid api (i believe). Sample
compile fail below:

gcc-3 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2
-I../../gst-libs -pthread -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/local/include/glib-2. 0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/libxml2 -I/usr/local/in clude/gstreamer-0.7
-DGST_DISABLE_DEPRECATED -Wall -Werror -DG_DISABLE_DEPRECATE D -O2 -MT
libgstxvid_la-gstxvidenc.lo -MD -MP -MF .deps/libgstxvid_la-gstxvidenc .Tpo
-c gstxvidenc.c  -fPIC -DPIC -o libgstxvid_la-gstxvidenc.lo
gstxvidenc.c: In function `gst_xvidenc_setup':
gstxvidenc.c:205: error: `XVID_ENC_PARAM' undeclared (first use in this
function )
gstxvidenc.c:205: error: (Each undeclared identifier is reported only once
gstxvidenc.c:205: error: for each function it appears in.)
gstxvidenc.c:205: error: parse error before "xenc"
gstxvidenc.c:210: error: `xenc' undeclared (first use in this function)
gstxvidenc.c:227: error: `XVID_ERR_OK' undeclared (first use in this function)
gstxvidenc.c: In function `gst_xvidenc_chain':
gstxvidenc.c:247: error: `XVID_ENC_FRAME' undeclared (first use in this
function )
gstxvidenc.c:247: error: parse error before "xframe"
gstxvidenc.c:260: error: `xframe' undeclared (first use in this function)
gstxvidenc.c:266: error: `XVID_H263QUANT' undeclared (first use in this
function )
etc....
Comment 1 Ronald Bultje 2004-01-03 19:39:51 UTC
Fixed in HEAD/CVS.