summaryrefslogtreecommitdiff
path: root/libavresample/x86/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-05-07 12:08:58 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-07 14:17:40 +0200
commitdbe6ba55a320f5880c2b72c349be12164e6e4267 (patch)
tree1500128f0226e487f22ce8ae227b2629a9876cd8 /libavresample/x86/Makefile
parent9eb83a56aad355608ff8ae57648ddcf76e218798 (diff)
build: cosmetics: Add missing end-of-line backslashes to item lists.
Diffstat (limited to 'libavresample/x86/Makefile')
-rw-r--r--libavresample/x86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavresample/x86/Makefile b/libavresample/x86/Makefile
index 63697faee7..65bed899ba 100644
--- a/libavresample/x86/Makefile
+++ b/libavresample/x86/Makefile
@@ -1,5 +1,5 @@
OBJS += x86/audio_convert_init.o \
- x86/audio_mix_init.o
+ x86/audio_mix_init.o \
YASM-OBJS += x86/audio_convert.o \
- x86/audio_mix.o
+ x86/audio_mix.o \