]> git.sesse.net Git - ffmpeg/blobdiff - libavresample/Makefile
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavresample / Makefile
index ce3fe819532b8fd3bd45c63eab634da6fc10eb6b..c0c20a900a7b5662291db81ef56fbb25efd7d2a3 100644 (file)
@@ -2,7 +2,7 @@ NAME = avresample
 FFLIBS = avutil
 
 HEADERS = avresample.h                                                  \
-          version.h
+          version.h                                                     \
 
 OBJS = audio_convert.o                                                  \
        audio_data.o                                                     \
@@ -10,6 +10,6 @@ OBJS = audio_convert.o                                                  \
        audio_mix_matrix.o                                               \
        options.o                                                        \
        resample.o                                                       \
-       utils.o
+       utils.o                                                          \
 
 TESTPROGS = avresample