]> git.sesse.net Git - vlc/blobdiff - modules/audio_mixer/Makefile.am
decoder: remove ARM-specific limitation
[vlc] / modules / audio_mixer / Makefile.am
index da69dc2fdc27c08c5908ddad7e78be7ea18ac155..b0a980fc8def6d93080ca7abe08d5abc84c145d4 100644 (file)
@@ -1,12 +1,12 @@
-include $(top_srcdir)/modules/common.am
 audio_mixerdir = $(pluginsdir)/audio_mixer
 
-libfloat_mixer_plugin_la_SOURCES = float.c
+libfloat_mixer_plugin_la_SOURCES = audio_mixer/float.c
 libfloat_mixer_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
 libfloat_mixer_plugin_la_LIBADD = $(LIBM)
 
-libinteger_mixer_plugin_la_SOURCES = integer.c
+libinteger_mixer_plugin_la_SOURCES = audio_mixer/integer.c
 libinteger_mixer_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
+libinteger_mixer_plugin_la_LIBADD = $(LIBM)
 
 audio_mixer_LTLIBRARIES = \
        libfloat_mixer_plugin.la \