chiark / gitweb /
more empeg fixes
authorRichard Kettlewell <rjk@greenend.org.uk>
Wed, 10 Oct 2007 19:16:23 +0000 (20:16 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Wed, 10 Oct 2007 19:16:23 +0000 (20:16 +0100)
clients/playrtp.c
configure.ac

index 2eca1c6a7c4c6ecfd69b079d98a657e0ebdad04f..6e428aa63b7ac91159ee825cbef06d87926129d3 100644 (file)
@@ -66,6 +66,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <netinet/in.h>
 #include <assert.h>
 #include <errno.h>
 #include <netinet/in.h>
+#include <sys/time.h>
 
 #include "log.h"
 #include "mem.h"
 
 #include "log.h"
 #include "mem.h"
index ef43af14990db89f57b7d7bb46ac3e888c81e25b..482505dcec9988bf7de1725d58a48a5cde1fb339 100644 (file)
@@ -49,6 +49,8 @@ case "$host" in
   # work around broken toolchain
   AC_CHECK_LIB([gpg-error], [gpg_strerror])
   AC_CHECK_LIB([pthread], [pthread_create])
   # work around broken toolchain
   AC_CHECK_LIB([gpg-error], [gpg_strerror])
   AC_CHECK_LIB([pthread], [pthread_create])
+  # lib/queue.c really wants to be split into server and non-server bits
+  AC_CHECK_LIB([dl], [dlopen])
   want_server=no
  ;;
 *linux* | *Linux* )
   want_server=no
  ;;
 *linux* | *Linux* )