Shouldn't ./configure catch this?

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I..
-I../src -I../tccore -Wall -Wstrict-prototypes -Wmissing-prototypes -g
-O2 -MT encode_lavc_la-encode_lavc.lo -MD -MP -MF
.deps/encode_lavc_la-encode_lavc.Tpo -c encode_lavc.c  -fPIC -DPIC -o
.libs/encode_lavc_la-encode_lavc.o
In file included from encode_lavc.c:34:
../libtcext/tc_avcodec.h:34:34: error: libavformat/avformat.h: No such
file or directory


Here is what I did

sudo apt-get install libmpeg2-4-dev libmp3lame-dev libdvdread-dev
sudo apt-get --assume-yes install autoconf automake libtool
sudo apt-get install libdv4-dev libtheora-dev ccache libvorbis-dev libx264-dev

hg clone http://hg.berlios.de/repos/tcforge tc-trunk

cd tc-trunk

autoreconf -i -f

./configure \
      --enable-ogg \
      --enable-vorbis \
      --enable-vorbisenc \
      --enable-theora \
      --enable-libdv \
      --enable-x264 \

# make clean
make

Ubuntu 9.04     jaunty
model name      : Intel(R) Celeron(R) CPU 1.80GHz
ju...@e18:~$ uname -a
Linux e18 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC
2009 i686 GNU/Linux

-- 
Carl K

Reply via email to