Francesco Romani wrote:
> On Dec 29, 2007 7:56 PM, David Liontooth <[EMAIL PROTECTED]> wrote:
>   
>> Is there some way for transcode to open the flv file? Can I create a
>> different flv file that transcode can open?
>>     
>
> Recent HEAD versions should open it. Support is planned for 1.2.0, not
> for 1.1.0 (maybe for 1.1.1 since patch is pretty trivial).
>   
That would be much appreciated!

Today's HEAD is not compiling for me -- gcc version 4.2.3 20071014
(prerelease) (Debian 4.2.2-3),

./configure --prefix=/usr/local/bin --enable-sdl --enable-imagemagick
--enable-freetype2 --enable-libdv --enable-ogg --enable-vorbis
--enable-theora --enable-a52 --enable-a52-default-decoder --enable-xvid
--enable-x264 --enable-libxml2 --enable-lzo --enable-faac --enable-alsa
--enable-pvm3 --enable-libquicktime --enable-mjpegtools --enable-libpostproc


make[3]: Entering directory
`/share/software/cvs/transcode/transcode-cvs20071231-01/encode'
if /bin/sh ../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I..  -D_REENTRANT
-DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src    -MT
encode_copy.lo -MD -MP -MF ".deps/encode_copy.Tpo" -c -o encode_copy.lo
encode_copy.c; \
        then mv -f ".deps/encode_copy.Tpo" ".deps/encode_copy.Plo"; else
rm -f ".deps/encode_copy.Tpo"; exit 1; fi
mkdir .libs
 x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT
-DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -MT encode_copy.lo
-MD -MP -MF .deps/encode_copy.Tpo -c encode_copy.c  -fPIC -DPIC -o
.libs/encode_copy.o
/bin/sh ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc   
-Wl,-z,defs -o encode_copy.la -rpath /usr/local/lib/transcode -module
-avoid-version encode_copy.lo  -lm -lz -ldl
x86_64-linux-gnu-gcc -shared  .libs/encode_copy.o  -lm -lz -ldl  -Wl,-z
-Wl,defs -Wl,-soname -Wl,encode_copy.so -o .libs/encode_copy.so
.libs/encode_copy.o: In function `tc_video_frame_size':
encode_copy.c:(.text+0x37): undefined reference to `tc_video_planes_size'
.libs/encode_copy.o: In function `copy_init':
encode_copy.c:(.text+0x13c): undefined reference to `tc_log'
encode_copy.c:(.text+0x174): undefined reference to `tc_log'
encode_copy.c:(.text+0x1c2): undefined reference to `tc_log'
encode_copy.c:(.text+0x1e8): undefined reference to `tc_log'
encode_copy.c:(.text+0x1f8): undefined reference to `verbose'
encode_copy.c:(.text+0x229): undefined reference to `tc_log'
.libs/encode_copy.o: In function `copy_fini':
encode_copy.c:(.text+0x271): undefined reference to `tc_log'
.libs/encode_copy.o: In function `copy_inspect':
encode_copy.c:(.text+0x2be): undefined reference to `tc_log'
encode_copy.c:(.text+0x2d7): undefined reference to `optstr_lookup'
.libs/encode_copy.o: In function `copy_configure':
encode_copy.c:(.text+0x32e): undefined reference to `tc_log'
.libs/encode_copy.o: In function `copy_stop':
encode_copy.c:(.text+0x373): undefined reference to `tc_log'
.libs/encode_copy.o: In function `copy_encode_video':
encode_copy.c:(.text+0x3c0): undefined reference to `tc_log'
encode_copy.c:(.text+0x3ef): undefined reference to `vframe_copy'
.libs/encode_copy.o: In function `copy_encode_audio':
encode_copy.c:(.text+0x441): undefined reference to `tc_log'
encode_copy.c:(.text+0x470): undefined reference to `aframe_copy'
collect2: ld returned 1 exit status

Reply via email to