diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 10:48:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 10:48:01 +0000 |
commit | a0a204939cb7695e9c3fdd2a206fe8e023c60356 (patch) | |
tree | 96f1a00f35ab9d33e86cf0a42c0b02a9fee4304e /multimedia/xmps/files/patch-ac | |
parent | Add MASTER_SITE_SOURCEFORGE. (diff) |
Initial import of xmps - a nice Gnome MPEG videoplayer.
Notes
Notes:
svn path=/head/; revision=29608
Diffstat (limited to 'multimedia/xmps/files/patch-ac')
-rw-r--r-- | multimedia/xmps/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/xmps/files/patch-ac b/multimedia/xmps/files/patch-ac new file mode 100644 index 000000000000..fc6db3042567 --- /dev/null +++ b/multimedia/xmps/files/patch-ac @@ -0,0 +1,11 @@ +--- Output/X11/stretch.h.orig Thu Jun 15 11:36:00 2000 ++++ Output/X11/stretch.h Thu Jun 15 11:36:11 2000 +@@ -27,7 +27,7 @@ + #ifndef _STRETCH_H + #define _STRETCH_H + +-#include <SDL/SDL.h> ++#include <SDL.h> + + /* setup scaling routine. must be called before AS_stretchBlit + Returns 0 on success, nonzero if bit depth is invalid (not 16 nor 32), |