Re: [FFmpeg-devel] [PATCH 1/2] x86/hevc_idct: add a colon to labels

2014-07-28 Thread Michael Niedermayer
On Mon, Jul 28, 2014 at 04:17:34PM -0300, James Almer wrote: > This fixes a warning spam when using NASM > > Signed-off-by: James Almer > --- > libavcodec/x86/hevc_idct.asm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B

[FFmpeg-devel] [PATCH 1/2] x86/hevc_idct: add a colon to labels

2014-07-28 Thread James Almer
This fixes a warning spam when using NASM Signed-off-by: James Almer --- libavcodec/x86/hevc_idct.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/hevc_idct.asm b/libavcodec/x86/hevc_idct.asm index 2ad6e97..481726d 100644 --- a/libavcodec/x86/hevc_idct.asm +