summaryrefslogtreecommitdiffstats
path: root/mp_image.h
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 18:47:29 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-03 18:47:29 +0000
commitf6878753fbd0d509134ac24c0e9f404ac74fc4fe (patch)
treee6c4a80842624e9cf0c2f8f7168e0823e99fe3be /mp_image.h
parent154afc3d8010fab81d75fbf920af15187ea73ebf (diff)
downloadmpv-f6878753fbd0d509134ac24c0e9f404ac74fc4fe.tar.bz2
mpv-f6878753fbd0d509134ac24c0e9f404ac74fc4fe.tar.xz
're-include' possibility
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4934 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_image.h')
-rw-r--r--mp_image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mp_image.h b/mp_image.h
index 72a2e73511..543149df86 100644
--- a/mp_image.h
+++ b/mp_image.h
@@ -1,3 +1,5 @@
+#ifndef __MP_IMAGE_H
+#define __MP_IMAGE_H 1
// set if buffer content shouldn't be modified:
#define MP_IMGFLAG_PRESERVE 0x01
@@ -87,3 +89,5 @@ static inline mp_image_t* new_mp_image(int w,int h){
mpi->height=mpi->h=h;
return mpi;
}
+
+#endif