projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd91ea5
)
changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk...
author
Andy Wingo
<wingo@pobox.com>
Sun, 10 Feb 2002 17:09:52 +0000
(17:09 +0000)
committer
Andy Wingo
<wingo@pobox.com>
Sun, 10 Feb 2002 17:09:52 +0000
(17:09 +0000)
Original commit message from CVS:
* changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk
* various other fixes
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b45c2796cb9ff2926c109fff9b93020f6e502528..a2fcb2de73ecb03a14aedbcbb010f1ce14d37558 100644
(file)
--- 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)