summaryrefslogtreecommitdiff
path: root/libswresample/x86/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-28 12:23:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-28 13:15:44 +0200
commitbcc66ff0e4ba50033804aaaf0eb1f92aab959c80 (patch)
treef3f45200cd3fe8fb0bbc27b806b7497913596905 /libswresample/x86/Makefile
parent06b62cb8f2886eb1baf60c3146f4c4cade31e369 (diff)
swr: add int16_to_int32_mmx/sse
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/x86/Makefile')
-rw-r--r--libswresample/x86/Makefile2
1 files changed, 2 insertions, 0 deletions
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\