connyosis
19th January 2003, 01:33
I have a few issues with using transcode.
First of all, the export_xvid and export_ffmpeg modules will not build. When configuring trancode it finds everything, but when I then run make install I get this error:
/bin/sh ../libtool --mode=install /bin/install -c export_xvid.la /usr/local/lib/transcode/export_xvid.la
libtool: install: warning: relinking `export_xvid.la'
cd /home/conny/transcode-0.6.3.20030116/export; /bin/sh ../libtool --mode=relink gcc -D_REENTRANT -g -O3 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o export_xvid.la -rpath /usr/local/lib/transcode -no-undefined -module -avoid-version export_xvid.lo aud_aux.lo xvid_vbr.lo -L/usr/lib -L/usr/local/lib -lxvidcore -lm -L/usr/lib -lmp3lame -lm -L../avilib -L../libioaux -lioaux -L../libac3 -lac3_tc -lavi -lm -lpthread -ldl
mv: cannot stat `export_xvid.so': No such file or directory
libtool: install: error: relink `export_xvid.la' with the above command before installing it
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/transcode
and the same for ffmpeg. So, when I then try to encode a movie with divx5, (Since that module is built and installed.) transcode encodes the movie using some fallback opendivx codec, not divx5. The log shows no errors so it should all be fine. I am using the latest versions of everything, can someone enlighten me of what I am supposed to do to get things working?
First of all, the export_xvid and export_ffmpeg modules will not build. When configuring trancode it finds everything, but when I then run make install I get this error:
/bin/sh ../libtool --mode=install /bin/install -c export_xvid.la /usr/local/lib/transcode/export_xvid.la
libtool: install: warning: relinking `export_xvid.la'
cd /home/conny/transcode-0.6.3.20030116/export; /bin/sh ../libtool --mode=relink gcc -D_REENTRANT -g -O3 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o export_xvid.la -rpath /usr/local/lib/transcode -no-undefined -module -avoid-version export_xvid.lo aud_aux.lo xvid_vbr.lo -L/usr/lib -L/usr/local/lib -lxvidcore -lm -L/usr/lib -lmp3lame -lm -L../avilib -L../libioaux -lioaux -L../libac3 -lac3_tc -lavi -lm -lpthread -ldl
mv: cannot stat `export_xvid.so': No such file or directory
libtool: install: error: relink `export_xvid.la' with the above command before installing it
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/transcode
and the same for ffmpeg. So, when I then try to encode a movie with divx5, (Since that module is built and installed.) transcode encodes the movie using some fallback opendivx codec, not divx5. The log shows no errors so it should all be fine. I am using the latest versions of everything, can someone enlighten me of what I am supposed to do to get things working?