[Gstreamer-bugs] [Bug 138828] - [xvid] xvidcore not detected

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Apr 21 10:31:41 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=138828
GStreamer | gst-plugins | Ver: 0.8.0





------- Additional Comments From pierre42d at 9online.fr  2004-04-21 13:31 -------
$ 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)

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list