summaryrefslogtreecommitdiff
path: root/multimedia/xmps/files/patch-ac
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-04 22:01:32 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-04 22:01:32 +0000
commit431f51597c510ea57f3314e1028efbf39e4e2499 (patch)
treef30763d2e843565f3a05d62a84ce893b0f7ee706 /multimedia/xmps/files/patch-ac
parentInstall English (American or British) *.dict file too for ports which use it (diff)
- Update to 0.2.0;
- make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux
Diffstat (limited to 'multimedia/xmps/files/patch-ac')
-rw-r--r--multimedia/xmps/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/xmps/files/patch-ac b/multimedia/xmps/files/patch-ac
deleted file mode 100644
index fc6db3042567..000000000000
--- a/multimedia/xmps/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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),