diff options
Diffstat (limited to 'ffmpeg/libavutil/x86/Makefile')
| -rw-r--r-- | ffmpeg/libavutil/x86/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ffmpeg/libavutil/x86/Makefile b/ffmpeg/libavutil/x86/Makefile new file mode 100644 index 0000000..ae07470 --- /dev/null +++ b/ffmpeg/libavutil/x86/Makefile @@ -0,0 +1,6 @@ +OBJS += x86/cpu.o \ + x86/float_dsp_init.o \ + +YASM-OBJS += x86/cpuid.o \ + x86/emms.o \ + x86/float_dsp.o \ |
