<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">That
did it. ffmpeg built and installed. I was able to use nuvexport yo
convert a recording to mp4 format. Haven't tried it on my iPod yet.
I did try the myth2ipod script and it failed stating that ffmpeg died
early. But we have made progress. Thanks so much for your help.
I'll post more as I trouble shoot the ipod script.<br>
<br>
Chris<br>
<br>
<br>
<br>
You probably should first do a "make clean" before doing the configure.
<br>
<br>
-Walter
<br>
Chris Tepe wrote:
<br>
<blockquote type="cite">Ok, I removed the x264 requirement But it
still fails on the make <br>
complaining about x264 . I have all the latest updates for the devel <br>
from atrpms so I don't understand why it will not build. <br>
<br>
OUTPUT <br>
<br>
[root@mythtvserver ffmpeg-0.4.9]# ./configure --prefix=/usr <br>
--libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man <br>
--enable-mp3lame --enable-libogg --enable-vorbis --enable-faadbin <br>
--enable-xvid --enable-faac --enable-a52 --enable-a52bin --enable-dts <br>
--enable-pp --enable-shared --enable-pthreads --enable-dc1394 <br>
--enable-gpl --disable-strip --extra-cflags="-O2 -g -pipe -Wall <br>
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 <br>
-fasynchronous-unwind-tables" <br>
install prefix /usr <br>
source path /usr/src/redhat/SOURCES/ffmpeg-0.4.9 <br>
C compiler gcc <br>
make make <br>
CPU x86 (generic) <br>
big-endian no <br>
inttypes.h yes <br>
broken inttypes.h no <br>
MMX enabled yes <br>
Vector Builtins yes <br>
3DNow! Builtins yes <br>
gprof enabled no <br>
zlib enabled yes <br>
libgsm enabled no <br>
mp3lame enabled yes <br>
libogg enabled yes <br>
Vorbis enabled yes <br>
FAAD enabled no <br>
faadbin enabled yes <br>
FAAC enabled yes <br>
XviD enabled yes <br>
x264 enabled no <br>
a52 support yes <br>
a52 dlopened yes <br>
DTS support yes <br>
pp support yes <br>
Software Scaler enabled no <br>
AVISynth enabled no <br>
debug symbols yes <br>
strip symbols no <br>
optimize yes <br>
static yes <br>
shared yes <br>
video hooking yes <br>
SDL support yes <br>
Imlib2 support yes <br>
FreeType support yes <br>
Sun medialib support no <br>
pthreads support yes <br>
AMR-NB float support no <br>
AMR-NB fixed support no <br>
AMR-WB float support no <br>
AMR-WB IF2 support no <br>
network support yes <br>
IPv6 support yes <br>
.align is power-of-two no <br>
License: GPL <br>
Creating config.mak and config.h... <br>
[root@mythtvserver ffmpeg-0.4.9]# make <br>
make -C libavutil all <br>
make[1]: Entering directory <br>
`/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavutil' <br>
make[1]: Nothing to be done for `all'. <br>
make[1]: Leaving directory <br>
`/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavutil' <br>
make -C libavcodec all <br>
make[1]: Entering directory <br>
`/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavcodec' <br>
make[1]: Nothing to be done for `all'. <br>
make[1]: Leaving directory <br>
`/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavcodec' <br>
make -C libavformat all <br>
make[1]: Entering directory <br>
`/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavformat' <br>
make[1]: Nothing to be done for `all'. <br>
make[1]: Leaving directory <br>
`/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavformat' <br>
make -C libpostproc all <br>
make[1]: Entering directory <br>
`/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libpostproc' <br>
make[1]: Nothing to be done for `all'. <br>
make[1]: Leaving directory <br>
`/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libpostproc' <br>
gcc -L./libavformat -L./libavcodec -L./libavutil -Wl,--warn-common
-pthread -rdynamic -export-dynamic -Wl,--as-needed <br>
-Wl,-rpath-link,/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavcodec <br>
-Wl,-rpath-link,/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavformat <br>
-Wl,-rpath-link,/usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavutil -g -o <br>
ffmpeg_g ffmpeg.o cmdutils.o -lavformat -lavcodec -lavutil -lm -lz
-ldts <br>
-lmp3lame -lvorbis -lvorbisenc -logg -logg -lxvidcore -ldc1394_control <br>
-lraw1394 -lfaac -ldl <br>
./libavcodec/libavcodec.so: undefined reference to `x264_encoder' <br>
collect2: ld returned 1 exit status <br>
make: *** [ffmpeg_g] Error 1 <br>
[root@mythtvserver ffmpeg-0.4.9]# <br>
<br>
<br>
chris <br>
</blockquote>
<br>
</div>
</body>
</html>