From: Andy Wingo Date: Sun, 10 Feb 2002 17:09:52 +0000 (+0000) Subject: changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk... X-Git-Tag: 1.19.3~511^2~16145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9869ce06d5ffe75dabfb32f3f64a2b8a71251733;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/configure.ac b/configure.ac index b45c279..a2fcb2d 100644 --- a/configure.ac +++ b/configure.ac @@ -451,7 +451,7 @@ GST_CHECK_FEATURE(MAD, [mad mp3 decoder], mad, [ save_libs=$LIBS LIBS="-lz" AC_CHECK_LIB(id3tag, id3_tag_query, HAVE_MAD="yes" MAD_LIBS="$MAD_LIBS -lid3tag") - LIBS=$save_libs + LIBS=$save_LIBS fi ]) AC_SUBST(MAD_LIBS)