Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2002 19:07:30 -0700 (PDT)
From:      "Alex Teslik" <alex@acatysmoof.com>
To:        Erich Zigler <erichz@superhero.org>, freebsd-multimedia@freebsd.org
Subject:   Re: ffmpeg alpha port fix (was: Encoding from bktr)
Message-ID:  <200206280207.g5S27Un07722@gouda.acatysmoof.com>

next in thread | raw e-mail | index | archive | help
This is a known problem. You need to make sure you delete/uninstall any 
installs of ffmpeg before compiling, making sure the libav libraries 
have been deleted from your lib directory.

Alex


> When trying to compile now I get this. What am I missing?
> 
> Because it looks like Im missing a lib or header of some kind.
> 
<snip>

> is the location of the previous definition
> cc -L/usr/local/lib -o ffmpeg ffmpeg.o -L./libavcodec -L./libav \
>               -lavformat -lavcodec -L/usr/local/lib -lm -la52  
> -L/usr/local/lib -ldjbfft -lm
> ffmpeg.o: In function `write_picture':
> ffmpeg.o(.text+0x474): undefined reference to `av_malloc'
> ffmpeg.o(.text+0x539): undefined reference to `av_malloc'
> ffmpeg.o(.text+0x601): undefined reference to `av_malloc'
> ffmpeg.o(.text+0x6b9): undefined reference to `av_malloc'
> ffmpeg.o(.text+0x74d): undefined reference to `av_malloc'
> ffmpeg.o(.text+0x7f3): undefined reference to `av_free'
> ffmpeg.o: In function `do_video_out':
> ffmpeg.o(.text+0x92a): undefined reference to `av_malloc'
> ffmpeg.o(.text+0x97e): undefined reference to `av_malloc'
> ffmpeg.o(.text+0x9f8): undefined reference to `av_free'
> ffmpeg.o(.text+0xa55): undefined reference to `av_malloc'
> ffmpeg.o(.text+0xbfd): undefined reference to `av_free'

<snip> 


> Stop in /usr/ports/graphics/ffmpeg.
> *** Error code 1


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206280207.g5S27Un07722>