diff options
| author | Andy Wingo <wingo@pobox.com> | 2002-02-10 17:09:52 +0000 |
|---|---|---|
| committer | Andy Wingo <wingo@pobox.com> | 2002-02-10 17:09:52 +0000 |
| commit | 0034453e20369b8b156d91f410d53a6649c03a2a (patch) | |
| tree | 3c2150d8286fb576d6dee4fae8834831fc1f7148 | |
| parent | ea8cf18d3af7ebc3baea8750ed5057e14392b1d4 (diff) | |
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
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b45c2796..a2fcb2de 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) |
