Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-12-14 20:46:20 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-12-14 20:46:20 (GMT)
commit7d6dc6266b90fc5aaab530dcde36ad1db5ca04d5 (patch)
tree81d6a8e2259b3389ee19f14500c9f5d91db85a58
parent4a107dd1b723d3227eaff77c8f9aa74760a717ee (diff)
created added tan error limit fixed for the clock and sandR_1_2_1_LASTGNOME1_2
* boards/reversecount/dice_area.jpg: created * src/boards/reversecount.c: (pause_board), (start_board), (process_ok), (reversecount_destroy_all_items), (reversecount_create_item), (display_random_fish), (display_item_at), (item_event), (create_clock), (update_clock): added tan error limit * src/gcompris/timer.c: (gcompris_timer_display), (timer_increment): fixed for the clock and sand
-rw-r--r--ChangeLog10
-rw-r--r--configure.in12
2 files changed, 16 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f8de71a..567e6eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-11-28 bruno <bruno.coudoin@free.fr>
+
+ * boards/reversecount/dice_area.jpg: created
+ * src/boards/reversecount.c: (pause_board), (start_board),
+ (process_ok), (reversecount_destroy_all_items),
+ (reversecount_create_item), (display_random_fish),
+ (display_item_at), (item_event), (create_clock), (update_clock): added tan error limit
+ * src/gcompris/timer.c: (gcompris_timer_display),
+ (timer_increment): fixed for the clock and sand
+
2002-11-26 bruno <bruno.coudoin@free.fr>
* boards/scales/board1_0.xml.in: fixed random bad display of the image
diff --git a/configure.in b/configure.in
index 18a4c88..7eb1637 100644
--- a/configure.in
+++ b/configure.in
@@ -10,12 +10,12 @@ GNOME_INIT
dnl For embedded ogg player
dnl FIXME XIPH prefix are the one needed on Mandrake ?
-dnl XIPH_PATH_OGG
-dnl XIPH_PATH_AO
-dnl XIPH_PATH_VORBIS
-AM_PATH_OGG
-AM_PATH_AO
-AM_PATH_VORBIS
+XIPH_PATH_OGG
+XIPH_PATH_AO
+XIPH_PATH_VORBIS
+dnl AM_PATH_OGG
+dnl AM_PATH_AO
+dnl AM_PATH_VORBIS
AC_SUBST(SHARE_CFLAGS)
AC_SUBST(SOCKET_LIBS)