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 117717 - Matroska detection (libebml & libmatroska)
Matroska detection (libebml & libmatroska)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.6.x
Assigned To: Ronald Bultje
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-07-17 20:45 UTC by Jeremy Simon
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
little hack that might work on most *nix boxes (934 bytes, patch)
2003-07-20 04:36 UTC, Leif Johnson
none Details | Review

Description Jeremy Simon 2003-07-17 20:45:47 UTC
The libeml and libmatroska detection doesn't work :

config.log :

configure:22727: checking for EBML
configure:22763: gcc -o conftest -g -O2 -I/usr/include   conftest.c 
-L/usr/lib -lebml >&5
configure:22815:24: EbmlConfig.h: No such file or directory

it should be /usr/include/ebml instead of /usr/include. Same problem with
libmatroska (/usr/include/matroska)

It works well with :
./configure --prefix=/usr --with-ebml-include=/usr/include/ebml
--with-matroska-include=/usr/include/matroska
Comment 1 Leif Johnson 2003-07-20 04:36:26 UTC
Created attachment 18448 [details] [review]
little hack that might work on most *nix boxes
Comment 2 Ronald Bultje 2003-07-20 08:33:25 UTC
I applied something similar. If that doesn't help, please reopen. It
should work now, though.