Mercurial > audlegacy
changeset 1667:991fa4c7271d trunk
[svn] fix a typo
author | lu_zero |
---|---|
date | Mon, 11 Sep 2006 11:23:34 -0700 |
parents | 77baac5f7439 |
children | 778f078cda5a |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Sep 10 23:39:54 2006 -0700 +++ b/ChangeLog Mon Sep 11 11:23:34 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-11 06:39:54 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [2269] + - make fileinfo_recursive_get_image() breadth first search. + + + Changes: Modified: + +35 -31 trunk/audacious/ui_fileinfo.c + + 2006-09-10 22:36:17 +0000 Tony Vroon <chainsaw@gentoo.org> revision [2267] Revert broken commit r2209 and fseek -> vfs_fseek, missed in commit r2265.
--- a/configure.ac Sun Sep 10 23:39:54 2006 -0700 +++ b/configure.ac Mon Sep 11 11:23:34 2006 -0700 @@ -357,7 +357,7 @@ if test "$enable_mp3" = "yes"; then INPUT_PLUGINS="$INPUT_PLUGINS mpg123" PKG_CHECK_MODULES(LIBNMS,[libnms >= 0.6.0], - [LIBNMS_SRC=rtsp.c, + [LIBNMS_SRC=rtsp.c AC_DEFINE(HAVE_NEMESI,,[Define if rtp/rtsp support is available]) ],[LIBNMS_SRC=""]) AC_SUBST(LIBNMS_CFLAGS)