aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/win32-codecs/files/patch-ac
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-13 03:05:49 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-13 03:05:49 +0000
commit105055cfcc2d67c0f18ea2be2bcf52662513c287 (patch)
treee58dc2c7d1b7ad53ca5139db4486cfab6a8c264a /multimedia/win32-codecs/files/patch-ac
parent7041a426cb8868a1b9931db9e01570e70186ee17 (diff)
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
Diffstat (limited to 'multimedia/win32-codecs/files/patch-ac')
-rw-r--r--multimedia/win32-codecs/files/patch-ac15
1 files changed, 0 insertions, 15 deletions
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 <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;