diff options
Diffstat (limited to 'ffmpeg/libavresample/x86/Makefile')
| -rw-r--r-- | ffmpeg/libavresample/x86/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ffmpeg/libavresample/x86/Makefile b/ffmpeg/libavresample/x86/Makefile new file mode 100644 index 0000000..2e8786f --- /dev/null +++ b/ffmpeg/libavresample/x86/Makefile @@ -0,0 +1,7 @@ +OBJS += x86/audio_convert_init.o \ + x86/audio_mix_init.o \ + x86/dither_init.o \ + +YASM-OBJS += x86/audio_convert.o \ + x86/audio_mix.o \ + x86/dither.o \ |
