[vlc-devel] [PATCH] BeOS rootwrap disable, contrib makefile fix
Cian Duffy
myob87 at gmail.com
Thu Dec 22 23:26:28 CET 2005
Hi
This patch disables rootwrap on BeOS - not sure if thats the desired if'
style however; and adds two more very important configuration options to
ffmpeg in the contrib system for BeOS building - ffmpeg does not build debug
enabled on BeOS, and the BeOS native audio support for ffplay also disrupts
the build
Cian
Index: src/network/rootwrap.c
===================================================================
--- src/network/rootwrap.c (revision 13820)
+++ src/network/rootwrap.c (working copy)
@@ -25,9 +25,11 @@
# include <config.h>
#endif
+#ifndef SYS_BEOS
#ifdef HAVE_GETEUID
# define ENABLE_ROOTWRAP 1
#endif
+#endif
#ifdef ENABLE_ROOTWRAP
Index: extras/contrib/src/Makefile
===================================================================
--- extras/contrib/src/Makefile (revision 13820)
+++ extras/contrib/src/Makefile (working copy)
@@ -104,7 +104,7 @@
endif
ifdef HAVE_BEOS
-FFMPEGCONF+= --cpu=x86
+FFMPEGCONF+= --cpu=x86 --disable-debug --disable-audio-beos
endif
#
***************************************************************************
--
-------------------------
"We're busy running out of time"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20051222/e2c02344/attachment.html>
More information about the vlc-devel
mailing list