diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-07-20 08:33:01 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-07-20 08:33:01 +0000 |
commit | 657fe15164dbb7fa6c9fc96fda4102d92984ca4d (patch) | |
tree | ab08e9957454b5dd6d21a8c026d2a0f9897b7327 /m4/gst-matroska.m4 | |
parent | 6d6150c0529d8f5af1857543c5d94902eab7237c (diff) | |
download | gst-plugins-bad-657fe15164dbb7fa6c9fc96fda4102d92984ca4d.tar.gz gst-plugins-bad-657fe15164dbb7fa6c9fc96fda4102d92984ca4d.tar.bz2 gst-plugins-bad-657fe15164dbb7fa6c9fc96fda4102d92984ca4d.zip |
Update matroska check (see #117717)
Original commit message from CVS:
Update matroska check (see #117717)
Diffstat (limited to 'm4/gst-matroska.m4')
-rw-r--r-- | m4/gst-matroska.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/gst-matroska.m4 b/m4/gst-matroska.m4 index 7e52dd96..3ebff648 100644 --- a/m4/gst-matroska.m4 +++ b/m4/gst-matroska.m4 @@ -17,7 +17,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$ebml_prefix/include" + EBML_CFLAGS="-I$ebml_prefix/include/ebml" fi if test "x$ebml_lib" != "x"; then 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 EBML_CFLAGS="-I$ebml_include" else - EBML_CFLAGS="-I$prefix/include" + EBML_CFLAGS="-I$prefix/include/ebml" fi if test "x$ebml_lib" != "x"; then 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 MATROSKA_CFLAGS="-I$matroska_include" else - MATROSKA_CFLAGS="-I$matroska_prefix/include" + MATROSKA_CFLAGS="-I$matroska_prefix/include/matroska" fi if test "x$matroska_lib" != "x"; then 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 MATROSKA_CFLAGS="-I$matroska_include" else - MATROSKA_CFLAGS="-I$prefix/include" + MATROSKA_CFLAGS="-I$prefix/include/matroska" fi if test "x$matroska_lib" != "x"; then MATROSKA_LIBS="-L$matroska_lib" |