[FFmpeg-devel] [PATCH] rename time.h to avtime.h
Nicolas George
nicolas.george at normalesup.org
Sun Oct 7 11:12:20 CEST 2012
Le quintidi 15 vendémiaire, an CCXXI, Michael Niedermayer a écrit :
> never include either except form libavutil, theres no need
> to include it from outside.
>
> This should fix Ticket1783
>
> The problem was introduced by: ae0a301668da542eaf8855e5dd61d0728181b0dd
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> ffmpeg.c | 1 -
> ffplay.c | 1 -
> ffserver.c | 1 -
> libavcodec/dct-test.c | 1 -
> libavcodec/fft-test.c | 1 -
> libavcodec/motion-test.c | 1 -
> libavdevice/fbdev.c | 1 -
> libavdevice/jack_audio.c | 1 -
> libavdevice/oss_audio.c | 1 -
> libavdevice/x11grab.c | 1 -
> libavformat/avformat.h | 1 -
> libavformat/avio.c | 1 -
> libavformat/hls.c | 1 -
> libavformat/hlsproto.c | 1 -
> libavformat/mux.c | 1 -
> libavformat/rtmphttp.c | 1 -
> libavformat/rtpdec.c | 1 -
> libavformat/rtsp.c | 1 -
> libavformat/rtspdec.c | 1 -
> libavformat/rtspenc.c | 1 -
> libavformat/sapenc.c | 1 -
> libavformat/utils.c | 1 -
> libavutil/avtime.h | 41 +++++++++++++++++++++++++++++++++++++++++
> libavutil/avutil.h | 1 +
> libavutil/des.c | 1 -
> libavutil/time.c | 2 +-
> libavutil/time.h | 41 -----------------------------------------
> tools/aviocat.c | 1 -
> tools/pktdumper.c | 1 -
> 29 files changed, 43 insertions(+), 67 deletions(-)
> create mode 100644 libavutil/avtime.h
> delete mode 100644 libavutil/time.h
Unless I am mistaken, time.h is an installed header, which means that is a
break of public API. Also, since you did not change lavu/Makefile, I expect
"make install" to fail.
I am not very keen on the principle too, but that is another story
altogether.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121007/0f0554ea/attachment.asc>
More information about the ffmpeg-devel
mailing list