[FFmpeg-soc] BFI

Mike Melanson mike at multimedia.cx
Sat Mar 22 09:07:38 CET 2008


Sisir Koppaka wrote:
> On Sat, Mar 22, 2008 at 1:30 PM, Mike Melanson <mike at multimedia.cx> wrote:
> 
>> Sisir Koppaka wrote:
>>>>  > The error I'm getting is that :
>>>>  > In function `avcodec_register_all':
>>>>  > /libavcodec/allcodecs.c:69: undefined reference to `bfi_decoder'
>>>>
>>>> Are you building your BFI video decoder?
>>>>
>>>  Yes, I am. (It is part of the qualification task, right?)
>> Let's try a different wording: Are you instructing the build system to
>> use the C compiler to actually compile your BFI video decoder source
>> code file into an object file via libavcodec/Makefile?
>>
> :) No, I don't think so. What am I supposed to put in there?

Study it. Find the patterns. Use the art of copy & pasting like you have 
been doing with the rest of the project.

Be advised that after modifying the makefile, you may need to do 'make 
distclean' and then re-run the configure script.

-- 
	-Mike Melanson



More information about the FFmpeg-soc mailing list