Re: [FFmpeg-devel] Fw: A static compilation duplicate reference error. Request a fix.

2024-03-26 Thread Timo Rothenpieler

There is a bug here, please update it when you request an update.

https://github.com/FFmpeg/FFmpeg/blob/61afe4d98ce62d9dfc6f0548e18730ba2f621cc2/libavformat/file.c#L531

The correct result should be #include "libavcodec/ffjni.h"



Pretty sure this is intentional, to get the private symbol into both 
libraries and not a bug.
The linker will hide the symbol in shared libraries, and be smart enough 
to realize it's identical in case of static linking.

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".


[FFmpeg-devel] Fw: A static compilation duplicate reference error. Request a fix.

2024-03-26 Thread 联盟少侠







There is a bug here, please update it when you request an update.

https://github.com/FFmpeg/FFmpeg/blob/61afe4d98ce62d9dfc6f0548e18730ba2f621cc2/libavformat/file.c#L531

The correct result should be #include "libavcodec/ffjni.h"





>From Android AliMail
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".