Hello,

I am trying to compile only the includes in ffmpeg.c with a simple main,
but i recieve an error:
In file included from libavutil/internal.h:166:0,
                 from newmain.c:30:
libavutil/libm.h:54:32: error: static declaration of ‘cbrt’ follows
non-static declaration
 static av_always_inline double cbrt(double x)
                                ^

from libavutil/internal.h
I am using the flag -lavutil.
any help?

-------------------------------------------------
Yosef Alon
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to