Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / ffmpeg / libswresample / Makefile
index 953c945..75c6535 100644 (file)
@@ -8,8 +8,10 @@ HEADERS = swresample.h                       \
 
 OBJS = audioconvert.o                        \
        dither.o                              \
+       options.o                             \
        rematrix.o                            \
        resample.o                            \
+       resample_dsp.o                        \
        swresample.o                          \
 
 OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o