From bcc66ff0e4ba50033804aaaf0eb1f92aab959c80 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 28 Apr 2012 12:23:42 +0200 Subject: swr: add int16_to_int32_mmx/sse Signed-off-by: Michael Niedermayer --- libswresample/x86/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libswresample/x86/Makefile (limited to 'libswresample/x86/Makefile') diff --git a/libswresample/x86/Makefile b/libswresample/x86/Makefile new file mode 100644 index 0000000000..1ba971e02d --- /dev/null +++ b/libswresample/x86/Makefile @@ -0,0 +1,2 @@ +YASM-OBJS += x86/swresample_x86.o\ + x86/audio_convert.o\ -- cgit v1.2.3