diff options
Diffstat (limited to 'graphics/transcode/patches/patch-af')
-rw-r--r-- | graphics/transcode/patches/patch-af | 33 |
1 files changed, 12 insertions, 21 deletions
diff --git a/graphics/transcode/patches/patch-af b/graphics/transcode/patches/patch-af index 3cce9549b98..ec876669f70 100644 --- a/graphics/transcode/patches/patch-af +++ b/graphics/transcode/patches/patch-af @@ -1,22 +1,13 @@ -$NetBSD: patch-af,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $ +$NetBSD: patch-af,v 1.2 2004/03/28 20:09:07 mycroft Exp $ -diff -rcp import/import_xvid.c import/import_xvid.c -*** import/import_xvid.c Fri May 2 16:28:05 2003 ---- import/import_xvid.c Mon Jun 9 17:47:11 2003 -*************** static int x_dim, y_dim; -*** 65,71 **** - #define MODULE1 "libxvidcore.so" - - static int xvid2_init(char *path) { -! #ifdef __FreeBSD__ - const - #endif - char *error; ---- 65,71 ---- - #define MODULE1 "libxvidcore.so" - - static int xvid2_init(char *path) { -! #if defined(__FreeBSD__) || defined(__NetBSD__) - const - #endif - char *error; +--- import/import_xvid.c 2004-03-26 19:12:32.000000000 +0000 ++++ import/import_xvid.c 2004-03-26 19:12:42.000000000 +0000 +@@ -67,7 +67,7 @@ + #define XVID_SHARED_LIB_NAME "libxvidcore.so" + + static int xvid2_init(char *path) { +-#if defined(__FreeBSD__) || defined(__APPLE__) ++#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__) + const + #endif + char *error; |