# HG changeset patch # User lu_zero # Date 1157999014 25200 # Node ID 991fa4c7271d004c5bb956ae25b62ac5551fa109 # Parent 77baac5f7439b7a6883f2f5eae6e17b3f8348a10 [svn] fix a typo diff -r 77baac5f7439 -r 991fa4c7271d ChangeLog --- 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 + 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 revision [2267] Revert broken commit r2209 and fseek -> vfs_fseek, missed in commit r2265. diff -r 77baac5f7439 -r 991fa4c7271d configure.ac --- 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)