[FFmpeg-devel] [PATCH 2/3] avformat: factorize iso 8601 timestamp writer to a dictionary avutil function
Michael Niedermayer
michael at niedermayer.cc
Fri Jul 1 05:21:01 CEST 2016
On Fri, Jul 01, 2016 at 12:58:39AM +0200, Marton Balint wrote:
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
> libavformat/internal.h | 1 +
> libavformat/utils.c | 16 ++--------------
> libavutil/dict.c | 17 +++++++++++++++++
> libavutil/internal.h | 10 ++++++++++
> 4 files changed, 30 insertions(+), 14 deletions(-)
seems to fail on mingw
src/libavutil/dict.c: In function ‘avpriv_dict_set_timestamp’:
src/libavutil/dict.c:262:5: error: implicit declaration of function ‘gmtime_r’ [-Werror=implicit-function-declaration]
src/libavutil/dict.c:262:9: warning: assignment makes pointer from integer without a cast [enabled by default]
cc1: some warnings being treated as errors
make: *** [libavutil/dict.o] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
There will always be a question for which you do not know the correct answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160701/bcb8cc46/attachment.sig>
More information about the ffmpeg-devel
mailing list