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-ab | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 multimedia/win32-codecs/files/patch-ab (limited to 'multimedia/win32-codecs/files/patch-ab') diff --git a/multimedia/win32-codecs/files/patch-ab b/multimedia/win32-codecs/files/patch-ab deleted file mode 100644 index 5b0f59a9bd72..000000000000 --- a/multimedia/win32-codecs/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- lib/loader/win32.c.orig Thu Jan 4 01:18:05 2001 -+++ lib/loader/win32.c Thu Jan 4 01:18:10 2001 -@@ -1085,6 +1085,7 @@ - static double CPU_Freq() - { - //#ifdef USE_TSC -+#ifdef __Linux__ - FILE *f = fopen ("/proc/cpuinfo", "r"); - char line[200]; - char model[200]="unknown"; -@@ -1121,9 +1122,9 @@ - fclose(f); - if(freq<0)return old_freq(); - return freq; --//#else --// return old_freq(); --//#endif -+#else -+ return old_freq(); -+#endif - } - - long WINAPI expQueryPerformanceFrequency(long long* z) -- cgit v1.2.3