diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-23 06:30:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-23 06:30:25 +0000 |
commit | c9837e17fe0ffe4026035bf5b9926455ca2a3d5b (patch) | |
tree | 48f536bd4410561b4d0715ed410c688240e0ea25 /multimedia/avifile/files/patch-ac | |
parent | 4abef19ed8d2298adb8c6491fb7195bc801a17d5 (diff) |
Notes
Diffstat (limited to 'multimedia/avifile/files/patch-ac')
-rw-r--r-- | multimedia/avifile/files/patch-ac | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/avifile/files/patch-ac b/multimedia/avifile/files/patch-ac deleted file mode 100644 index f2c4fefd748c..000000000000 --- a/multimedia/avifile/files/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ ---- 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; |