Ok, so grabbed todays cvs, and getting a different error now.
cc -O3 -g -Wall -Wno-switch -DHAVE_LRINTF -no-cpp-precomp -pipe -
fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -faltivec
-mdynamic-no-pic -DHAVE_AV_CONFIG_H -I.. -I/Users/james/sw/ffmpeg/
libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -
c -o xvidff.o xvidff.c
xvidff.c:26:18: error: xvid.h: No such file or directory
and then a host of issues spawn from that. Can I just copy the xvid.h
file from the xvid_core package at xvid.org into my libavcodec
directory and expect this to build? or is that a completely different
file?
Thanks :)
-- James
On Feb 23, 2006, at 9:52 AM, James Barros wrote:
Oddly enough, I can ./compile; make; sudo make install for faac
alone fine. it's getting ffmpeg with the --enable-faac option to
compile that isn't working.
Thanks for the tip though :)
-- James
On Feb 18, 2006, at 7:29 AM, herve.flores wrote:
Le 18 févr. 06 à 14:28, ffmpeg-user-request@xxxxxxxxxxxx a écrit :
------------------------------
Message: 8
Date: Sat, 18 Feb 2006 14:00:39 +0100
From: gauchi@xxxxxxx
Subject: Re: [Ffmpeg-user] cant compile in osx
To: FFMpeg user questions and RTFMs <ffmpeg-user@xxxxxxxxxxxx>
Message-ID: <3EABFBBF-1B46-4009-AF70-B4D0E8933B2B@xxxxxxx>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Hey guys,
I'm trying to build ffmpeg to convert movies to psp format, and
have been having some problems getting my compile to build on OSX
10.4.5 (or 10.4.4 which I was using up untill yesterday)
I'm using todays CVS version.
my configure options are
./configure --enable-mp3lame --enable-gpl --enable-xvid --enable-
faac --extra-cflags=-DHAVE_LRINTF
and when I make I get more info than I believe would be polite to
dump here, but it appears that the majority of the issues are in
faac.c the huge one being this first bit:
faac.c:26:18: error: faac.h: No such file or directory
install faac (and probably lame). I suggest using darwinports
because
I didn't get faac (or faad) to compile (auto* doesn't work properly)
DL faac (http://kent.dl.sourceforge.net/sourceforge/faac/
faac-1.24.tar.gz)
decompress
go to the terminal:
cd [path]
sh [path]bootstrap (or "chmod +x [path]bootstrap" and "[path]
bootstrap")
./configure
After, there is a pb with libtool (not generate), then copy
libtool from another package and throw it to the root folder of faac
make
sudo make install
bye
Hervé_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@xxxxxxxxxxxx
http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@xxxxxxxxxxxx
http://mplayerhq.hu/mailman/listinfo/ffmpeg-user