mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
updated avifile ?
Original commit message from CVS: updated avifile ?
This commit is contained in:
parent
2fce918b3b
commit
4602defcb6
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)
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue