tsipsey / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

Doubango & ffmpeg #320

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I found that the Doubango Framework checks if FFmpeg is present by verifying 3 
things, in the configure.ac file.
One of those thing is the verification of the av_gettime function in 
libavutil/avutil.h .

But I checkouted the last version of FFmpeg (as recommended on the Doubango 
compilation wiki) and found that this function is inside the libavutil/time.h 
file instead of avutil.h .

I used Doubango rev997.

Do I miss something or do you have to update the configure step ?

Thank you !

Original issue reported on code.google.com by philippe...@gmail.com on 16 Sep 2013 at 8:31

GoogleCodeExporter commented 9 years ago
So I used ffmpeg sources 1.2.3 instead and it worked (but now I've problems 
with telepresence).

Original comment by philippe...@gmail.com on 17 Sep 2013 at 10:06