Skip to content

Commit

Permalink
Fixed building yuv_rgb.h when stdint.h isn't available (thanks Ozkan!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 17, 2017
1 parent 4764f7a commit cd89efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/yuv2rgb/yuv_rgb.h
Expand Up @@ -16,7 +16,7 @@
// For all methods, width and height should be even, if not, the last row/column of the result image won't be affected.
// For sse methods, if the width if not divisable by 32, the last (width%32) pixels of each line won't be affected.

#include <stdint.h>
/*#include <stdint.h> - handled by sources including this header */

typedef enum
{
Expand Down

0 comments on commit cd89efb

Please sign in to comment.