diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-02-07 09:28:44 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-02-13 16:30:26 -0800 |
commit | 123ff81a45b5e78604a04f4c6bfe8f3a652cdc69 (patch) | |
tree | 0a068358ce282dc4f6d888982cccb727f0343531 /libavutil | |
parent | 3b0974d3ef7f6f39a2e4c2af9ec2a2f9976ad46d (diff) | |
download | ffmpeg-123ff81a45b5e78604a04f4c6bfe8f3a652cdc69.tar.gz |
avutil: Remove x86_cpu.h
It is private (uninstalled) and unused.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/x86_cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h deleted file mode 100644 index bec1c77776..0000000000 --- a/libavutil/x86_cpu.h +++ /dev/null @@ -1 +0,0 @@ -#include "libavutil/x86/asm.h" |