mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk various other fixes
Original commit message from CVS: * changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk * various other fixes
This commit is contained in:
parent
e90f2652f5
commit
8b44735634
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ GST_CHECK_FEATURE(MAD, [mad mp3 decoder], mad, [
|
||||||
save_libs=$LIBS
|
save_libs=$LIBS
|
||||||
LIBS="-lz"
|
LIBS="-lz"
|
||||||
AC_CHECK_LIB(id3tag, id3_tag_query, HAVE_MAD="yes" MAD_LIBS="$MAD_LIBS -lid3tag")
|
AC_CHECK_LIB(id3tag, id3_tag_query, HAVE_MAD="yes" MAD_LIBS="$MAD_LIBS -lid3tag")
|
||||||
LIBS=$save_libs
|
LIBS=$save_LIBS
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
AC_SUBST(MAD_LIBS)
|
AC_SUBST(MAD_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue