diff options
| author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-13 03:05:49 +0000 |
|---|---|---|
| committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-13 03:05:49 +0000 |
| commit | 105055cfcc2d67c0f18ea2be2bcf52662513c287 (patch) | |
| tree | e58dc2c7d1b7ad53ca5139db4486cfab6a8c264a /multimedia/win32-codecs/files/patch-ab | |
| parent | 7041a426cb8868a1b9931db9e01570e70186ee17 (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-ab')
| -rw-r--r-- | multimedia/win32-codecs/files/patch-ab | 23 |
1 files changed, 0 insertions, 23 deletions
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) |
