summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp8dsp_init.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-29 15:05:53 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-30 18:50:33 +0200
commita886b279a0f309b83b28612eb7661402cb1e41ef (patch)
tree6cc35ff8e06849c934a0650db5ab3d05ea36233c /libavcodec/x86/vp8dsp_init.c
parent04fc5c6bde5da842e8b40a9a76eb72c8327ae40b (diff)
x86: cosmetics: Comment some #endifs for better readability
Diffstat (limited to 'libavcodec/x86/vp8dsp_init.c')
-rw-r--r--libavcodec/x86/vp8dsp_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/vp8dsp_init.c b/libavcodec/x86/vp8dsp_init.c
index 04cfecca86..38ad0c7a08 100644
--- a/libavcodec/x86/vp8dsp_init.c
+++ b/libavcodec/x86/vp8dsp_init.c
@@ -289,7 +289,7 @@ DECLARE_LOOP_FILTER(sse2)
DECLARE_LOOP_FILTER(ssse3)
DECLARE_LOOP_FILTER(sse4)
-#endif
+#endif /* HAVE_YASM */
#define VP8_LUMA_MC_FUNC(IDX, SIZE, OPT) \
c->put_vp8_epel_pixels_tab[IDX][0][2] = ff_put_vp8_epel ## SIZE ## _h6_ ## OPT; \
@@ -446,5 +446,5 @@ av_cold void ff_vp8dsp_init_x86(VP8DSPContext* c)
c->vp8_h_loop_filter8uv = ff_vp8_h_loop_filter8uv_mbedge_sse4;
#endif
}
-#endif
+#endif /* HAVE_YASM */
}