]> git.sesse.net Git - vlc/blobdiff - modules/common.am
Vout: move the AndroidSurface vout to a subdirectory
[vlc] / modules / common.am
index e6d03ddb7eede8200e194305774e7dd03b4d681a..9f78fb9a39d77996eb35e4469c219ceaecd0f814 100644 (file)
@@ -31,7 +31,12 @@ AM_LDFLAGS = \
        -export-symbols-regex ^vlc_entry \
        -shrext $(LIBEXT) \
        -no-undefined \
-       $(LTLIBVLCCORE) $(top_builddir)/compat/libcompat.la $(LIBPTHREAD)
+       $(LTLIBVLCCORE) $(top_builddir)/compat/libcompat.la
 if HAVE_WIN32
 AM_LDFLAGS += $(top_builddir)/modules/module.rc.lo
 endif
+
+SUFFIXES = .asm
+
+.asm.lo:
+       $(LIBTOOL) --mode=compile --tag=ASM $(YASM) $(YASMFLAGS) $< -o $@