cd494c3937
xine-ui (0.9.23) unstable; urgency=low * xinerama bug fixes (very fullscreen, window position when switching from fullscreen to normal mode), * shiny new help dialog, * some small usability improvements, * fix some memleaks, * main menu reorg, localized, * new deinterlacing, it use post plugins now, * add --bug-report and --list-plugins option to xine-ui, * splash screen per skin is possible, * all meta infos are retrieve at the same time, when playing audio CD, * support new unscaled OSD (note: osd need a complete rework), * new playlist management command in xine-remote, * new "stop after this stream" feature, * grab streams recusively (with enqueuing and file browser), * fix reference mrl handling, * add 'loop' and two new playlist options 'first' and 'last', in session control, * fix shortcut grabber, * sound volume control can be sets with sound card mixer or software amplification, * add help in chain reaction window, * double clicking in output window is a fullscreen toggle now, * subtitle autoload feature added, * new TVout feature, using libnvtvsimple for nVIDIA cards, and atitvout for ATI, * store spu offset in toxine's playlist, * fix skin downloder, * fix support of huge playlists, * contextual menu popup in playlist window, * fix control's window sliders, * ton of fbxine improvments (post plugin, deinterlacing, spu, stream infos...), * bunch of other fix.
23 lines
508 B
Text
23 lines
508 B
Text
$NetBSD: patch-ah,v 1.1 2004/03/28 21:11:35 mycroft Exp $
|
|
|
|
--- src/common/utils.c.orig 2003-12-18 00:30:11.000000000 +0000
|
|
+++ src/common/utils.c 2004-03-28 20:55:10.000000000 +0000
|
|
@@ -34,7 +34,6 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/wait.h>
|
|
#include <sys/utsname.h>
|
|
-#include <alloca.h>
|
|
|
|
#ifdef HAVE_X11
|
|
#include <X11/Xlib.h>
|
|
@@ -47,6 +46,10 @@
|
|
#include <X11/Xutil.h>
|
|
#endif /* !HAVE_X11 */
|
|
|
|
+#ifdef HAVE_ALLOCA_H
|
|
+#include <alloca.h>
|
|
+#endif
|
|
+
|
|
#include <xine/xineutils.h>
|
|
|
|
#include "utils.h"
|