summaryrefslogtreecommitdiffstats
path: root/libswscale/rgb2rgb.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-18 09:30:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-18 09:30:33 +0000
commit4f29b1485a7c27069ae53184ed7d37bd06f64aa9 (patch)
tree87467cc40537b8c1ce91e685f77d910d01f0a2ff /libswscale/rgb2rgb.h
parent4ba5898840fde7ade6b4182a0d20efbb1de3d4b2 (diff)
downloadmpv-4f29b1485a7c27069ae53184ed7d37bd06f64aa9.tar.bz2
mpv-4f29b1485a7c27069ae53184ed7d37bd06f64aa9.tar.xz
Add FFMPEG_ prefix to all multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24800 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/rgb2rgb.h')
-rw-r--r--libswscale/rgb2rgb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h
index c6fab2d8cd..770734d28e 100644
--- a/libswscale/rgb2rgb.h
+++ b/libswscale/rgb2rgb.h
@@ -23,8 +23,8 @@
* 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
#include <inttypes.h>
@@ -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 /* RGB2RGB_INCLUDED */