Better automatic detection of the EBML and Matroska header files for properly installed versions of libebml and libmatroska.

This commit is contained in:
Moritz Bunkus 2003-04-24 21:02:49 +00:00
parent 70f007c39f
commit 576cfc52fa

View File

@ -319,6 +319,8 @@ AC_ARG_ENABLE(ebmltest, [ --disable-ebmltest Do not try to compile a
else
if test "x$ebml_include" != "x"; then
EBML_CFLAGS="-I$ebml_include"
else
EBML_CFLAGS="-I/usr/include/ebml -I/usr/local/include/ebml"
fi
if test "x$ebml_lib" != "x"; then
EBML_LIBS="-L$ebml_lib"
@ -438,6 +440,8 @@ AC_ARG_ENABLE(matroskatest, [ --disable-matroskatest Do not try to compi
else
if test "x$matroska_include" != "x"; then
MATROSKA_CFLAGS="-I$matroska_include"
else
MATROSKA_CFLAGS="-I/usr/include/matroska -I/usr/local/include/matroska"
fi
if test "x$matroska_lib" != "x"; then
MATROSKA_LIBS="-L$matroska_lib"