Hi<br><br>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
<br><br>Cian<br><br>Index: src/network/rootwrap.c<br>===================================================================<br>--- src/network/rootwrap.c    (revision 13820)<br>+++ src/network/rootwrap.c    (working copy)<br>
@@ -25,9 +25,11 @@<br> # include <config.h><br> #endif<br> <br>+#ifndef SYS_BEOS<br> #ifdef HAVE_GETEUID<br> # define ENABLE_ROOTWRAP 1<br> #endif<br>+#endif<br> <br> #ifdef ENABLE_ROOTWRAP<br>Index: extras/contrib/src/Makefile
<br>===================================================================<br>--- extras/contrib/src/Makefile    (revision 13820)<br>+++ extras/contrib/src/Makefile    (working copy)<br>@@ -104,7 +104,7 @@<br> endif<br> <br>
 ifdef HAVE_BEOS<br>-FFMPEGCONF+= --cpu=x86<br>+FFMPEGCONF+= --cpu=x86 --disable-debug --disable-audio-beos<br> endif<br> <br> # ***************************************************************************<br><br clear="all">
<br>-- <br>-------------------------<br>"We're busy running out of time"<br>