summaryrefslogtreecommitdiff
path: root/multimedia/xanim/files/patch-xa_vid_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xanim/files/patch-xa_vid_codec.c')
-rw-r--r--multimedia/xanim/files/patch-xa_vid_codec.c18
1 files changed, 13 insertions, 5 deletions
diff --git a/multimedia/xanim/files/patch-xa_vid_codec.c b/multimedia/xanim/files/patch-xa_vid_codec.c
index 36e13f53bb22..470d92ba5459 100644
--- a/multimedia/xanim/files/patch-xa_vid_codec.c
+++ b/multimedia/xanim/files/patch-xa_vid_codec.c
@@ -1,6 +1,6 @@
---- xa_vid_codec.c.orig Sun Apr 21 01:20:46 2002
-+++ xa_vid_codec.c Thu Jan 2 07:30:36 2003
-@@ -169,7 +169,9 @@
+--- xa_vid_codec.c.orig 2002-04-20 23:20:46 UTC
++++ xa_vid_codec.c
+@@ -169,7 +169,9 @@ static void Check_For_Video_Modules()
if ((mod_path == 0) || (*mod_path==0))
mod_path = "/usr/local/xanim/mods";
@@ -10,7 +10,7 @@
len = strlen( mod_path );
what_fun = (double)cos(45.0);
-@@ -186,7 +188,9 @@
+@@ -186,7 +188,9 @@ static void Check_For_Video_Modules()
dp = path_buf;
@@ -20,7 +20,7 @@
while( dp && *dp )
{ char *t1p, *t2p;
-@@ -211,10 +215,14 @@
+@@ -211,10 +215,14 @@ char *dir_name;
char *end_of_dir;
int len;
@@ -35,3 +35,11 @@
DEBUG_LEVEL1 fprintf(stderr,"dirname: %s\n", dir_name );
+@@ -416,6 +424,7 @@ CODEC_LIST **list;
+ ****--------------------------------------------------------------------****/
+ static void Video_Add_Codec_To_List( list, id, init_func, dec_func)
+ CODEC_LIST **list;
++xaULONG id;
+ xaLONG (*init_func)();
+ xaULONG (*dec_func)();
+ {