summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-26 12:17:57 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-26 12:17:57 +0000
commit4602defcb652d0ba9d64a5ec249772cd86d5a452 (patch)
tree5ef77ba74d025a5b11b1de9478516239e7404b03
parent2fce918b3bf754d8ef890a6edc3de5ae26f6b58c (diff)
downloadgstreamer-plugins-base-4602defcb652d0ba9d64a5ec249772cd86d5a452.tar.gz
updated avifile ?
Original commit message from CVS: updated avifile ?
-rw-r--r--m4/as-avifile.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-avifile.m4 b/m4/as-avifile.m4
index 26b74dbcc..dbe680d25 100644
--- a/m4/as-avifile.m4
+++ b/m4/as-avifile.m4
@@ -27,7 +27,7 @@ AC_DEFUN(AS_AVIFILE,
min_avifile_version=ifelse([$1], ,0.7.0,$1)
if test "x$AVIFILE_CONFIG" != "xno"; then
dnl now that we have it, we need to save libs and cflags
- AVIFILE_LDFLAGS=`avifile-config --libs` -lstdc++
+ AVIFILE_LDFLAGS=`avifile-config --libs`
AVIFILE_CXXFLAGS=`avifile-config --cflags`
AC_SUBST(AVIFILE_LDFLAGS)
AC_SUBST(AVIFILE_CXXFLAGS)