1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/multimedia/win32-codecs/files/patch-ac
Mario Sergio Fujikawa Ferreira cdf53fbe51 Update to version 0.49
While I am here, do some clean up:

1) Added RESTRICTED tag, for codec LEGAL status is unsure
2) Added ${PKGMESSAGE} regarding kernel USE_LDT
3) Upheld the "only under ${WRKDIR}" rule

Approved by: maintainer <holger@eit.uni-kl.de>

PR: 21663
2000-10-09 15:52:17 +00:00

16 lines
402 B
Plaintext

--- lib/videocodec/Module.h.orig Fri Oct 6 13:01:34 2000
+++ lib/videocodec/Module.h Fri Oct 6 13:02:09 2000
@@ -4,6 +4,12 @@
#include <videoencoder.h>
#include <list>
#include <string>
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
+#if (defined(BSD) && (BSD >= 199103))
+#include <sys/time.h>
+#endif
using namespace std;
class VideoCodecControl;