From 105055cfcc2d67c0f18ea2be2bcf52662513c287 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 13 Feb 2001 03:05:49 +0000 Subject: Initial revision of this port. It will now have a history of its own. :) Remove all non-codec related information. Also, add audio as a secondary category since the codecs cover video as well as audio only types. PR: 25035 Reviewed by: sobomax Approved by: maintainer --- multimedia/win32-codecs/files/patch-ac | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 multimedia/win32-codecs/files/patch-ac (limited to 'multimedia/win32-codecs/files/patch-ac') diff --git a/multimedia/win32-codecs/files/patch-ac b/multimedia/win32-codecs/files/patch-ac deleted file mode 100644 index f2c4fefd748c..000000000000 --- a/multimedia/win32-codecs/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 - #include - #include -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include -+#endif -+#if (defined(BSD) && (BSD >= 199103)) -+#include -+#endif - using namespace std; - - class VideoCodecControl; -- cgit v1.2.3