diff options
author | Brian Cameron <brian.cameron@sun.com> | 2003-07-15 12:39:40 +0000 |
---|---|---|
committer | Brian Cameron <brian.cameron@sun.com> | 2003-07-15 12:39:40 +0000 |
commit | 063ebfd201ca87f316bf478d19440a585ce0af2c (patch) | |
tree | 4c824452056c30888f75030d6404c1d6293d7912 | |
parent | 74856703c922315f64b9314547966bd4963db968 (diff) |
Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check so that it doesn't stop the configure if i...
Original commit message from CVS:
Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check
so that it doesn't stop the configure if it fails.
-rw-r--r-- | m4/gst-matroska.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/gst-matroska.m4 b/m4/gst-matroska.m4 index c99e5bf..7e52dd9 100644 --- a/m4/gst-matroska.m4 +++ b/m4/gst-matroska.m4 @@ -107,8 +107,7 @@ int main () echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"], [ echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means EBML was incorrectly installed" - echo "*** or that you have moved EBML since it was installed." - exit 1 ]) + echo "*** or that you have moved EBML since it was installed." ]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi |