mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Update matroska check (see #117717)
Original commit message from CVS: Update matroska check (see #117717)
This commit is contained in:
parent
6918b289b9
commit
5532889d50
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ AC_ARG_ENABLE(ebmltest, [ --disable-ebmltest Do not try to compile a
|
||||||
if test "x$ebml_include" != "x"; then
|
if test "x$ebml_include" != "x"; then
|
||||||
EBML_CFLAGS="-I$ebml_include"
|
EBML_CFLAGS="-I$ebml_include"
|
||||||
else
|
else
|
||||||
EBML_CFLAGS="-I$ebml_prefix/include"
|
EBML_CFLAGS="-I$ebml_prefix/include/ebml"
|
||||||
fi
|
fi
|
||||||
if test "x$ebml_lib" != "x"; then
|
if test "x$ebml_lib" != "x"; then
|
||||||
EBML_LIBS="-L$ebml_lib"
|
EBML_LIBS="-L$ebml_lib"
|
||||||
|
@ -29,7 +29,7 @@ AC_ARG_ENABLE(ebmltest, [ --disable-ebmltest Do not try to compile a
|
||||||
if test "x$ebml_include" != "x"; then
|
if test "x$ebml_include" != "x"; then
|
||||||
EBML_CFLAGS="-I$ebml_include"
|
EBML_CFLAGS="-I$ebml_include"
|
||||||
else
|
else
|
||||||
EBML_CFLAGS="-I$prefix/include"
|
EBML_CFLAGS="-I$prefix/include/ebml"
|
||||||
fi
|
fi
|
||||||
if test "x$ebml_lib" != "x"; then
|
if test "x$ebml_lib" != "x"; then
|
||||||
EBML_LIBS="-L$ebml_lib"
|
EBML_LIBS="-L$ebml_lib"
|
||||||
|
@ -139,7 +139,7 @@ AC_ARG_ENABLE(matroskatest, [ --disable-matroskatest Do not try to compi
|
||||||
if test "x$matroska_include" != "x"; then
|
if test "x$matroska_include" != "x"; then
|
||||||
MATROSKA_CFLAGS="-I$matroska_include"
|
MATROSKA_CFLAGS="-I$matroska_include"
|
||||||
else
|
else
|
||||||
MATROSKA_CFLAGS="-I$matroska_prefix/include"
|
MATROSKA_CFLAGS="-I$matroska_prefix/include/matroska"
|
||||||
fi
|
fi
|
||||||
if test "x$matroska_lib" != "x"; then
|
if test "x$matroska_lib" != "x"; then
|
||||||
MATROSKA_LIBS="-L$matroska_lib"
|
MATROSKA_LIBS="-L$matroska_lib"
|
||||||
|
@ -151,7 +151,7 @@ AC_ARG_ENABLE(matroskatest, [ --disable-matroskatest Do not try to compi
|
||||||
if test "x$matroska_include" != "x"; then
|
if test "x$matroska_include" != "x"; then
|
||||||
MATROSKA_CFLAGS="-I$matroska_include"
|
MATROSKA_CFLAGS="-I$matroska_include"
|
||||||
else
|
else
|
||||||
MATROSKA_CFLAGS="-I$prefix/include"
|
MATROSKA_CFLAGS="-I$prefix/include/matroska"
|
||||||
fi
|
fi
|
||||||
if test "x$matroska_lib" != "x"; then
|
if test "x$matroska_lib" != "x"; then
|
||||||
MATROSKA_LIBS="-L$matroska_lib"
|
MATROSKA_LIBS="-L$matroska_lib"
|
||||||
|
|
Loading…
Reference in a new issue