Hi  , I have been using ffmpeg latest version.

My main interest is to use scene boundary .I have created .so  for
Ffmpeg.

I have copied this  .so file to the directory where my own main file
was. it is giving errors while compiling something like 

 

 

[EMAIL PROTECTED] testvideo]# ls

accident.mpg  libffmpeg.so.0.0  sceneBD.h  test.c  test.o

[EMAIL PROTECTED] testvideo]# gcc -g -o test test.c libffmpeg.so.0.0 -lm
-lstdc++ -lpthread

/tmp/ccSD7UY6.o(.text+0x7): In function `scnProCall':

/home/jayadev/FFMPEG/testvideo/test.c:12: undefined reference to
`startProcessing'

libffmpeg.so.0.0: undefined reference to `obProb'

libffmpeg.so.0.0: undefined reference to `sbInfo'

libffmpeg.so.0.0: undefined reference to `av_read_frame'

libffmpeg.so.0.0: undefined reference to `dump_format'

libffmpeg.so.0.0: undefined reference to `keyFrMap'

 

 

DO I NEED TO ADD ANY 'LIBRARIES ' TO AVOID THESE ERRORS ?

Please advice me

 

 

Thanks & Regards

Jayadev Atchula



DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to