mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
adc194756f
X11BASE). Submitted by: pointyhat via kris While here fix some more of the warnings, use OpenSSL's MD5 code instead of vendor's own copy, and use srandomdev instead of srandom(hostname+time). Approved by: portmgr (Kirill)
17 lines
574 B
Plaintext
17 lines
574 B
Plaintext
--- codec/h263/Motion.h Thu Sep 9 08:45:55 1999
|
|
+++ codec/h263/Motion.h Tue Mar 22 14:04:18 2005
|
|
@@ -42,4 +42,5 @@
|
|
} MVector;
|
|
/***********************************************************CommentEnd********/
|
|
+MVector *AllocMVector(void);
|
|
|
|
#endif /* _MOTION_STRUCTS_H_ */
|
|
--- codec/h263/code.h Thu Sep 9 08:45:58 1999
|
|
+++ codec/h263/code.h Tue Mar 22 14:06:24 2005
|
|
@@ -167,4 +167,4 @@
|
|
/***********************************************************CommentEnd********/
|
|
|
|
-
|
|
+Code *InitCode(char *title, int size, int eventDim, int *event, char *cw[]);
|
|
#endif /* _CODE_H */
|