Only in /boot/home/Desktop/ffmpeg-0.4.6: 046.patch Only in /boot/home/Desktop/ffmpeg-0.4.6: config.h Only in /boot/home/Desktop/ffmpeg-0.4.6: config.mak diff -ur /boot/common/cache/tmp/ffmpeg-0.4.6/configure /boot/home/Desktop/ffmpeg-0.4.6/configure --- /boot/common/cache/tmp/ffmpeg-0.4.6/configure 2002-12-27 23:35:45.042467328 +0900 +++ /boot/home/Desktop/ffmpeg-0.4.6/configure 2011-09-08 19:37:10.749993984 +0900 @@ -79,20 +79,20 @@ # OS specific targetos=`uname -s` case $targetos in -BeOS) +Haiku) prefix="/boot/home/config" # helps building libavcodec CFLAGS="-O3 -DPIC -fomit-frame-pointer" # 3 gcc releases known for BeOS, each with ugly bugs -gcc_version="$($cc -v 2>&1 | grep version | cut -d ' ' -f3-)" -case "$gcc_version" in -2.9-beos-991026*|2.9-beos-000224*) echo "R5/GG gcc" -mmx="no" -;; -*20010315*) echo "BeBits gcc" -CFLAGS="$CFLAGS -fno-expensive-optimizations" -;; -esac +#gcc_version="$($cc -v 2>&1 | grep version | cut -d ' ' -f3-)" +#case "$gcc_version" in +#2.9-beos-991026*|2.9-beos-000224*) echo "R5/GG gcc" +#mmx="no" +#;; +#*20010315*) echo "BeBits gcc" +#CFLAGS="$CFLAGS -fno-expensive-optimizations" +#;; +#esac SHFLAGS=-nostart # disable linux things audio_oss="no" @@ -101,13 +101,14 @@ audio_beos="yes" # no need for libm, but the inet stuff # Check for BONE -if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then -extralibs="-lbind -lsocket" -else -netserver="yes" -need_inet_aton="yes" -extralibs="-lnet" -fi ;; +#if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then +#extralibs="-lbind -lsocket" +#else +#netserver="yes" +#need_inet_aton="yes" +extralibs="-lnetwork -lroot -lstdc++" +#fi +;; SunOS) v4l="no" audio_oss="no" diff -ur /boot/common/cache/tmp/ffmpeg-0.4.6/libavformat/img.c /boot/home/Desktop/ffmpeg-0.4.6/libavformat/img.c --- /boot/common/cache/tmp/ffmpeg-0.4.6/libavformat/img.c 2002-12-27 23:35:47.061341696 +0900 +++ /boot/home/Desktop/ffmpeg-0.4.6/libavformat/img.c 2011-09-08 19:30:07.256376832 +0900 @@ -19,21 +19,21 @@ #include #include "avformat.h" -extern AVInputFormat pgm_iformat; -extern AVOutputFormat pgm_oformat; -extern AVInputFormat pgmyuv_iformat; -extern AVOutputFormat pgmyuv_oformat; -extern AVInputFormat ppm_iformat; -extern AVOutputFormat ppm_oformat; -extern AVInputFormat imgyuv_iformat; -extern AVOutputFormat imgyuv_oformat; -extern AVInputFormat pgmpipe_iformat; -extern AVOutputFormat pgmpipe_oformat; -extern AVInputFormat pgmyuvpipe_iformat; -extern AVOutputFormat pgmyuvpipe_oformat; -extern AVInputFormat ppmpipe_iformat; -extern AVOutputFormat ppmpipe_oformat; -extern AVOutputFormat yuv4mpegpipe_oformat; +static AVInputFormat pgm_iformat; +static AVOutputFormat pgm_oformat; +static AVInputFormat pgmyuv_iformat; +static AVOutputFormat pgmyuv_oformat; +static AVInputFormat ppm_iformat; +static AVOutputFormat ppm_oformat; +static AVInputFormat imgyuv_iformat; +static AVOutputFormat imgyuv_oformat; +static AVInputFormat pgmpipe_iformat; +static AVOutputFormat pgmpipe_oformat; +static AVInputFormat pgmyuvpipe_iformat; +static AVOutputFormat pgmyuvpipe_oformat; +static AVInputFormat ppmpipe_iformat; +static AVOutputFormat ppmpipe_oformat; +static AVOutputFormat yuv4mpegpipe_oformat; #ifdef __MINGW32__ # include diff -ur /boot/common/cache/tmp/ffmpeg-0.4.6/libavformat/mpeg.c /boot/home/Desktop/ffmpeg-0.4.6/libavformat/mpeg.c --- /boot/common/cache/tmp/ffmpeg-0.4.6/libavformat/mpeg.c 2002-12-27 23:35:47.061865984 +0900 +++ /boot/home/Desktop/ffmpeg-0.4.6/libavformat/mpeg.c 2011-09-09 08:55:23.505413632 +0900 @@ -61,9 +61,9 @@ #define AUDIO_ID 0xc0 #define VIDEO_ID 0xe0 -extern AVOutputFormat mpeg1system_mux; -extern AVOutputFormat mpeg1vcd_mux; -extern AVOutputFormat mpeg2vob_mux; +static AVOutputFormat mpeg1system_mux; +static AVOutputFormat mpeg1vcd_mux; +static AVOutputFormat mpeg2vob_mux; static int put_pack_header(AVFormatContext *ctx, UINT8 *buf, INT64 timestamp) diff -ur /boot/common/cache/tmp/ffmpeg-0.4.6/libavformat/rtpproto.c /boot/home/Desktop/ffmpeg-0.4.6/libavformat/rtpproto.c --- /boot/common/cache/tmp/ffmpeg-0.4.6/libavformat/rtpproto.c 2002-12-27 23:35:47.062652416 +0900 +++ /boot/home/Desktop/ffmpeg-0.4.6/libavformat/rtpproto.c 2011-09-08 19:31:03.743702528 +0900 @@ -22,6 +22,7 @@ #include #include #include +#include #include #ifndef __BEOS__ # include