]> git.sesse.net Git - vlc/blobdiff - modules/common.am
vorbis (tremor): avoid overflow in conversion to signed integer
[vlc] / modules / common.am
index 94fb399bd067caa22b2d2c3dbf8f73beba46e802..9bb5143547c26e4e7ff6c65576b4e3f20f12025e 100644 (file)
@@ -31,7 +31,12 @@ AM_LDFLAGS = \
        -export-symbols-regex ^vlc_entry \
        -shrext $(LIBEXT) \
        -no-undefined \
-       $(LTLIBVLCCORE) $(top_builddir)/compat/libcompat.la
+       $(top_builddir)/compat/libcompat.la $(LTLIBVLCCORE) 
 if HAVE_WIN32
 AM_LDFLAGS += $(top_builddir)/modules/module.rc.lo
 endif
+
+SUFFIXES = .asm
+
+.asm.lo:
+       $(LIBTOOL) --mode=compile --tag=ASM $(YASM) $(YASMFLAGS) $< -o $@