mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
I wonder how we ever got along without this
Original commit message from CVS: I wonder how we ever got along without this
This commit is contained in:
parent
f2ef6fa3da
commit
7d0eff15e3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ AC_DEFUN(AS_AVIFILE,
|
||||||
min_avifile_version=ifelse([$1], ,0.7.0,$1)
|
min_avifile_version=ifelse([$1], ,0.7.0,$1)
|
||||||
if test "x$AVIFILE_CONFIG" != "xno"; then
|
if test "x$AVIFILE_CONFIG" != "xno"; then
|
||||||
dnl now that we have it, we need to save libs and cflags
|
dnl now that we have it, we need to save libs and cflags
|
||||||
AVIFILE_LDFLAGS=`avifile-config --libs`
|
AVIFILE_LDFLAGS=`avifile-config --libs` -lstdc++
|
||||||
AVIFILE_CXXFLAGS=`avifile-config --cflags`
|
AVIFILE_CXXFLAGS=`avifile-config --cflags`
|
||||||
AC_SUBST(AVIFILE_LDFLAGS)
|
AC_SUBST(AVIFILE_LDFLAGS)
|
||||||
AC_SUBST(AVIFILE_CXXFLAGS)
|
AC_SUBST(AVIFILE_CXXFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue