diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-06 09:03:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-06 09:03:04 +0000 |
commit | 81cfb0358e4b69eef6fbb8b00f0afc4527a08bb6 (patch) | |
tree | 930be3f7e86a5ed04b9b1e8a172c8b22aca46a7f /audio/Makefile | |
parent | c3c8326e859f87e9f3da63dd47c76362226163c0 (diff) |
GOGO-no-coda-petit is new variant of well-known GOGO-no-coda
mp3 encoder optimized with MMX, 3DNow!, Enhanced 3DNow! and SSE
*** DO NOT OVERCLOCK YOUR CPUs ***
GOGO heavily uses the part of processors that almost sleeps in
usual, so makes them very hot even it runs standard clock.
Overclocking may cause serious internal errors and crazy
results. Or you need gigantic heatsink and extra-noisy fans.
:-)
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
Notes
Notes:
svn path=/head/; revision=93219
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 4b414b44fca9..cdc6dfa12197 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -111,6 +111,7 @@ SUBDIR += gnump3d SUBDIR += gnupod SUBDIR += gogo + SUBDIR += gogo-petit SUBDIR += gqmpeg SUBDIR += gqradio SUBDIR += gramofile |