Commit ba42c852 authored by Diego Biurrun's avatar Diego Biurrun

bit_depth_template: Use file name as multiple inclusion guard

parent 61e7c7f2
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#define BIT_DEPTH 8 #define BIT_DEPTH 8
#endif #endif
#ifdef AVCODEC_H264_HIGH_DEPTH_H #ifdef AVCODEC_BIT_DEPTH_TEMPLATE_C
# undef pixel # undef pixel
# undef pixel2 # undef pixel2
# undef pixel4 # undef pixel4
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
# undef av_clip_pixel # undef av_clip_pixel
# undef PIXEL_SPLAT_X4 # undef PIXEL_SPLAT_X4
#else #else
# define AVCODEC_H264_HIGH_DEPTH_H # define AVCODEC_BIT_DEPTH_TEMPLATE_C
#endif #endif
#if BIT_DEPTH > 8 #if BIT_DEPTH > 8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment