mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
Better EBML and Matroska detection if --prefix is used for configure.
This commit is contained in:
parent
14bbd426c6
commit
95fa7e51c2
@ -294,7 +294,7 @@ AC_ARG_ENABLE(ebmltest, [ --disable-ebmltest Do not try to compile a
|
||||
if test "x$ebml_include" != "x"; then
|
||||
EBML_CFLAGS="-I$ebml_include"
|
||||
else
|
||||
EBML_CFLAGS="-I$prefix/include"
|
||||
EBML_CFLAGS="-I$prefix/include -I$prefix/include/ebml"
|
||||
fi
|
||||
if test "x$ebml_lib" != "x"; then
|
||||
EBML_LIBS="-L$ebml_lib"
|
||||
@ -417,7 +417,7 @@ AC_ARG_ENABLE(matroskatest, [ --disable-matroskatest Do not try to compi
|
||||
if test "x$matroska_include" != "x"; then
|
||||
MATROSKA_CFLAGS="-I$matroska_include"
|
||||
else
|
||||
MATROSKA_CFLAGS="-I$prefix/include"
|
||||
MATROSKA_CFLAGS="-I$prefix/include -I$prefix/include/matroska"
|
||||
fi
|
||||
if test "x$matroska_lib" != "x"; then
|
||||
MATROSKA_LIBS="-L$matroska_lib"
|
||||
|
@ -294,7 +294,7 @@ AC_ARG_ENABLE(ebmltest, [ --disable-ebmltest Do not try to compile a
|
||||
if test "x$ebml_include" != "x"; then
|
||||
EBML_CFLAGS="-I$ebml_include"
|
||||
else
|
||||
EBML_CFLAGS="-I$prefix/include"
|
||||
EBML_CFLAGS="-I$prefix/include -I$prefix/include/ebml"
|
||||
fi
|
||||
if test "x$ebml_lib" != "x"; then
|
||||
EBML_LIBS="-L$ebml_lib"
|
||||
@ -417,7 +417,7 @@ AC_ARG_ENABLE(matroskatest, [ --disable-matroskatest Do not try to compi
|
||||
if test "x$matroska_include" != "x"; then
|
||||
MATROSKA_CFLAGS="-I$matroska_include"
|
||||
else
|
||||
MATROSKA_CFLAGS="-I$prefix/include"
|
||||
MATROSKA_CFLAGS="-I$prefix/include -I$prefix/include/matroska"
|
||||
fi
|
||||
if test "x$matroska_lib" != "x"; then
|
||||
MATROSKA_LIBS="-L$matroska_lib"
|
||||
|
Loading…
Reference in New Issue
Block a user