'tc_accel' undeclared
Carl Karsten <[email protected]> Fri, 18 Sep 2009 17:52:48 -0500
| Newsgroups | gmane.comp.video.transcode.devel |
|---|---|
| Message-ID | <[email protected]> |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT
-I../.. -I../../src -mmmx -Wall -Wstrict-prototypes
-Wmissing-prototypes -g -O2 -MT
filter_tomsmocomp_la-filter_tomsmocomp.lo -MD -MP -MF
.deps/filter_tomsmocomp_la-filter_tomsmocomp.Tpo -c
filter_tomsmocomp.c -fPIC -DPIC -o
.libs/filter_tomsmocomp_la-filter_tomsmocomp.o
filter_tomsmocomp.c: In function 'tc_filter':
filter_tomsmocomp.c:191: error: 'tc_accel' undeclared (first use in
this function)
filter_tomsmocomp.c:191: error: (Each undeclared identifier is
reported only once
filter_tomsmocomp.c:191: error: for each function it appears in.)
make[3]: *** [filter_tomsmocomp_la-filter_tomsmocomp.lo] Error 1
sudo apt-get install libmpeg2-4-dev libmp3lame-dev libdvdread-dev
sudo apt-get --assume-yes install autoconf automake libtool
# added libavformat-dev:
sudo apt-get install libdv4-dev libtheora-dev ccache libvorbis-dev
libx264-dev libavformat-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
--
Carl K