summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-27 17:40:43 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-27 17:40:43 +0000
commit2a59fbf120a02b3ddbaaa3fe34d481147e8e0574 (patch)
tree5c85a281e4bfd5eb8771d344a92818bae7c33149 /Gui
parent51f6ad33e26f128078992d36d39f0c2c221142b3 (diff)
downloadmpv-2a59fbf120a02b3ddbaaa3fe34d481147e8e0574.tar.bz2
mpv-2a59fbf120a02b3ddbaaa3fe34d481147e8e0574.tar.xz
add gui support to config scripts, and fixed some warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1992 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/bitmap.h2
-rw-r--r--Gui/bitmap/bitmap.h2
-rw-r--r--Gui/bitmap/bmp/bmp.h2
-rw-r--r--Gui/bitmap/tga/tga.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/Gui/bitmap.h b/Gui/bitmap.h
index c9d18b123c..9a6d5ebf18 100644
--- a/Gui/bitmap.h
+++ b/Gui/bitmap.h
@@ -18,4 +18,4 @@ typedef struct _txSample
extern int bpRead( char * fname, txSample * bf );
extern int conv24to32( txSample * bf );
-#endif \ No newline at end of file
+#endif
diff --git a/Gui/bitmap/bitmap.h b/Gui/bitmap/bitmap.h
index c9d18b123c..9a6d5ebf18 100644
--- a/Gui/bitmap/bitmap.h
+++ b/Gui/bitmap/bitmap.h
@@ -18,4 +18,4 @@ typedef struct _txSample
extern int bpRead( char * fname, txSample * bf );
extern int conv24to32( txSample * bf );
-#endif \ No newline at end of file
+#endif
diff --git a/Gui/bitmap/bmp/bmp.h b/Gui/bitmap/bmp/bmp.h
index 9a58a955ee..86ad5737fb 100644
--- a/Gui/bitmap/bmp/bmp.h
+++ b/Gui/bitmap/bmp/bmp.h
@@ -25,4 +25,4 @@
extern int bmpRead( unsigned char * fname,txSample * bF );
-#endif \ No newline at end of file
+#endif
diff --git a/Gui/bitmap/tga/tga.h b/Gui/bitmap/tga/tga.h
index fae0b915e2..19f67149fd 100644
--- a/Gui/bitmap/tga/tga.h
+++ b/Gui/bitmap/tga/tga.h
@@ -18,4 +18,4 @@ extern void tgaWriteBuffer( char * fname,unsigned char * Buffer,int sx,int sy,in
extern void tgaWriteTexture( char * filename,txSample * bf );
-#endif \ No newline at end of file
+#endif