]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/rgb2rgb.h
Add OS-specific executable suffix to temporary executable name.
[ffmpeg] / libswscale / rgb2rgb.h
index 5ad3ec71b487fbdc06bb436ad9de586addedd795..260732f7312546cb097fcc6f88b07dcc51b6e1fa 100644 (file)
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef RGB2RGB_INCLUDED
-#define RGB2RGB_INCLUDED
+#ifndef FFMPEG_RGB2RGB_H
+#define FFMPEG_RGB2RGB_H
 
-// Note: do not fix the dependence on stdio.h
+#include <inttypes.h>
 
 /* A full collection of rgb to rgb(bgr) convertors */
 extern void (*rgb24to32)   (const uint8_t *src, uint8_t *dst, long src_size);
@@ -143,4 +143,4 @@ extern void (*yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint
 
 void sws_rgb2rgb_init(int flags);
 
-#endif
+#endif /* FFMPEG_RGB2RGB_H */