GNOME Bugzilla – Bug 117717
Matroska detection (libebml & libmatroska)
Last modified: 2004-12-22 21:47:04 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
Created attachment 18448 [details] [review] little hack that might work on most *nix boxes
I applied something similar. If that doesn't help, please reopen. It should work now, though.