Bug#297770: Trying to link motion against ffmpeg failes...

2005-03-14 Thread Frederik Dannemare
On 3/14/2005, "Sam Hocevar" <[EMAIL PROTECTED]> wrote: >On Mon, Mar 14, 2005, Frederik Dannemare wrote: > >> Thanks a bunch. Just the info I needed. That brings me down to: >> >> i386-linux-gcc -o motion motion.o conf.o draw.o video.o track.o alg.o >> event.o picture.o rotate.o netcam.o netcam_w

Bug#297770: Trying to link motion against ffmpeg failes...

2005-03-14 Thread Sam Hocevar
On Mon, Mar 14, 2005, Frederik Dannemare wrote: > Thanks a bunch. Just the info I needed. That brings me down to: > > i386-linux-gcc -o motion motion.o conf.o draw.o video.o track.o alg.o > event.o picture.o rotate.o netcam.o netcam_wget.o webcam.o ffmpeg.o > xmlrpc-httpd.o control.o -lm -lavco

Bug#297770: Trying to link motion against ffmpeg failes...

2005-03-13 Thread Frederik Dannemare
On 3/12/2005, "Sam Hocevar" <[EMAIL PROTECTED]> wrote: [ snip ] > You need to add -lvorbis et al. to your link line. An easier step is > to read /usr/share/doc/libavcodec-dev/README.Debian . Thanks a bunch. Just the info I needed. That brings me down to: Linking Motion... ---

Bug#297770: Trying to link motion against ffmpeg failes...

2005-03-12 Thread Sam Hocevar
On Wed, Mar 02, 2005, Frederik Dannemare wrote: > i386-linux-gcc -Wl,-rpath,/usr/lib -o motion motion.o conf.o draw.o > video.o track.o alg.o event.o picture.o rotate.o netcam.o netcam_wget.o > webcam.o ffmpeg.o xmlrpc-httpd.o control.o -lm -lpthread -ljpeg > -L/usr/lib -lavformat -lavcodec -lm -l

Bug#297770: Trying to link motion against ffmpeg failes...

2005-03-02 Thread Frederik Dannemare
Package: ffmpeg Severity: normal Hi, first of all, I couldn't be happier to see ffmpeg finally arrive in Debian. One problem, though: I am trying to rebuild my package 'motion' with ffmpeg support, but it fails with this output: [ ... ] Motion object files compiled. Linking Motion...