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 138828 - [xvid] xvidcore not detected
[xvid] xvidcore not detected
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.0
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-02 07:07 UTC by Pierre
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2004-04-02 07:07:12 UTC
[...]
checking XINE_LIBS... -L/usr/local/lib -L/usr/X11R6/lib -lxine -lz -lpthread
-lXv -lXext
checking xvid.h usability... yes
checking xvid.h presence... yes
checking for xvid.h... yes
checking for xvid_encore in -lxvidcore... yes
checking for xvid_decore in -lxvidcore... yes
checking for xvid_global in -lxvidcore... no
configure: *** These plugins will not be built: xvid
[...]

I have the latest xvidcore installed (1.0.0-rc3)
Comment 1 Ronald Bultje 2004-04-14 02:39:02 UTC
What's XVID_VERSION in /usr/include/xvid.h? Do you have multiple versions of
xvid floating around on your harddisk (locate xvid.h; locate libxvidcore.so)?
Comment 2 Pierre 2004-04-21 17:31:40 UTC
$ locate xvid.h
/usr/local/include/xvid.h

$ locate libxvidcore.so
/usr/local/lib/libxvidcore.so
/usr/local/lib/libxvidcore.so.4.0
/usr/local/lib/libxvidcore.so.4

$ grep XVID_VERSION /usr/local/include/xvid.h
                struct.version = XVID_VERSION;
#define XVID_VERSION_MAJOR(a)    ((char)(((a)>>16) & 0xff))
#define XVID_VERSION_MINOR(a)    ((char)(((a)>> 8) & 0xff))
#define XVID_VERSION_PATCH(a)    ((char)(((a)>> 0) & 0xff))
#define XVID_VERSION             XVID_MAKE_VERSION(1,0,-124)
Comment 3 Pierre 2004-04-24 03:09:28 UTC
Same problem with gst-plugins 0.8.1 and xvidcore 1.0.0-rc4.
Comment 4 Ronald Bultje 2004-04-25 01:19:10 UTC
I only have -126, that works. I'll update to the latest and retry. Apparently,
they removed the function.
Comment 5 Ronald Bultje 2004-04-29 01:01:17 UTC
I've tried with latest (-rc4) and it works perfectly fine here. I'm not sure
what's going on here, but the symbol xvid_global() should definately exist in -rc4.
Comment 6 Pierre 2004-04-29 05:38:45 UTC
Ok I found the problem, it was the libxvidcore.so file which wasn't a link to
libxvidcore.so.4.0 but an old xvid installation file.
Comment 7 Ronald Bultje 2004-04-29 12:07:57 UTC
Right, so closing then.