diff options
author | Mans Rullgard <mans@mansr.com> | 2012-08-01 13:16:23 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-08-02 12:14:52 +0100 |
commit | ec7c501ed5ba14467d05b3def76c57b780bb7a12 (patch) | |
tree | 226897f9edfc623e86e408352376bfe52413feb5 /LICENSE | |
parent | a675d73d574a2b7693aba62285b355fa216c674b (diff) | |
download | ffmpeg-ec7c501ed5ba14467d05b3def76c57b780bb7a12.tar.gz |
x86: remove libmpeg2 mmx(ext) idct functions
These functions are not faster than other mmx implementations on
any hardware I have been able to test on, and they are horribly
inaccurate. There is thus no reason to ever use them.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ configure to activate them. In this case, Libav's license changes to GPL v2+. Specifically, the GPL parts of Libav are -- optional x86 optimizations in the files - libavcodec/x86/idct_mmx.c - the X11 grabber in libavdevice/x11grab.c There are a handful of files under other licensing terms, namely: |