Code: Select all
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX -I../../../include `top_builddir="../../.." ../../../vlc-config --cflags plugin ffmpeg` -Wsign-compare -Wall -pipe -c -o libffmpeg_plugin_a-demux.o `test -f 'demux.c' || echo './'`demux.c
gcc -Wsign-compare -Wall -pipe -o libffmpeg_plugin.so libffmpeg_plugin_a-ffmpeg.o libffmpeg_plugin_a-video.o libffmpeg_plugin_a-audio.o libffmpeg_plugin_a-video_filter.o libffmpeg_plugin_a-chroma.o libffmpeg_plugin_a-encoder.o libffmpeg_plugin_a-postprocess.o libffmpeg_plugin_a-demux.o `top_builddir=../../.. ../../../vlc-config --libs plugin ffmpeg`
/usr/bin/ld: cannot find -lavformat_pic
collect2: ld returned 1 exit status
make[6]: *** [libffmpeg_plugin.so] Error 1
make[6]: Leaving directory `/mnt/data/download/video/tools/vlc-0.8.2/modules/codec/ffmpeg'
make[5]: *** [all-modules] Error 1
make[5]: Leaving directory `/mnt/data/download/video/tools/vlc-0.8.2/modules/codec/ffmpeg'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/mnt/data/download/video/tools/vlc-0.8.2/modules/codec'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/mnt/data/download/video/tools/vlc-0.8.2/modules/codec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/data/download/video/tools/vlc-0.8.2/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/data/download/video/tools/vlc-0.8.2'
make: *** [all] Error 2
Code: Select all
gcc --version gcc (GCC) 3.3.5 (Debian 1:3.3.5-8ubuntu2) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
./configure --enable-aa --enable-caca --enable-livedotcom --enable-gnutls --enable-dvdread --enable-dvdnav --enable-faad --enable-flac --enable-theora --enable-dirac --enable-svg --with-livedotcom-tree=/usr/lib
- Stealth Dave