- I have beat the poor animal to death, nothing on google, nor search of the board...
- Setup and problem as follows...
hostname = Slackware 9.1
uname -m = i586
uname -r = 2.4.22
Linux is a fresh install, with the following libs/utils for vlc
faac (not used)
faad2
ffmpeg-cvs-2004-05-30 (and is installed)
id3lib-3.8.3
lame-3.96
libdvbpsi3-0.1.4
mad-0.15.0
m4-1.4
mpeg2dec-0.4.0
vlc-0.7.1
ffmpeg config'd as follows:vlc config'd as follows"Code: Select all
./configure --enable-mp3lame --enable-faad --enable-faadbin --enable-pp --enable-shared --enable-gpl --disable-ffserver --disable-ffplay
vlc make output ends with...Code: Select all
./configure --enable-alsa --disable-dvd --disable-dvd-read --disable-dvdplay --disable-dvdnav --enable-v4l --disable-vcd --enable-faad --disable-ogg --disable-vorbis --disable-speex --with-ffmpeg-mp3lame --enable-ncurses --with-ffmpeg-tree=/home/bin/ffmpeg-cvs-2004-05-30
I'm out of ideas and would greatly appreciate any direction to help solve this.Code: Select all
gcc -Wsign-compare -Wall -finline-limit-30000 -pipe -o libstream_out_rtp_plugin.so libstream_out_rtp_plugin_a-rtp.o `top_builddir=../.. ../../vlc-config --libs plugin stream_out_rtp` if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include `top_builddir="../.." ../../vlc-config --cflags builtin stream_out_transcode` -Wsign-compare -Wall -finline-limit-30000 -pipe -MT libstream_out_transcode_a-transcode.o -MD -MP -MF ".deps/libstream_out_transcode_a-transcode.Tpo" \ -c -o libstream_out_transcode_a-transcode.o `test -f 'transcode.c' || echo './'`transcode.c; \ then mv -f ".deps/libstream_out_transcode_a-transcode.Tpo" ".deps/libstream_out_transcode_a-transcode.Po"; \ else rm -f ".deps/libstream_out_transcode_a-transcode.Tpo"; exit 1; \ fi transcode.c: In function `Add': transcode.c:438: warning: signed and unsigned type in conditional expression transcode.c: In function `transcode_video_ffmpeg_process': transcode.c:1490: warning: comparison between signed and unsigned transcode.c:1491: warning: comparison between signed and unsigned transcode.c:1517: too few arguments to function `img_resample_full_init' make[4]: *** [libstream_out_transcode_a-transcode.o] Error 1 make[4]: Leaving directory `/home/bin/vlc-0.7.1/modules/stream_out' make[3]: *** [all-modules] Error 1 make[3]: Leaving directory `/home/bin/vlc-0.7.1/modules/stream_out' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/bin/vlc-0.7.1/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/bin/vlc-0.7.1' make: *** [all] Error 2
Thank you,
Mike
- Setup and problem as follows...