]> git.sesse.net Git - vlc/blob - modules/3dnow/Modules.am
Fix the output pts; the code for doing so is smaller than the comment.
[vlc] / modules / 3dnow / Modules.am
1 libmemcpy3dn_plugin_la_SOURCES = memcpy.c ../mmx/fastmemcpy.h
2 libmemcpy3dn_plugin_la_CFLAGS = $(AM_CFLAGS)
3 libmemcpy3dn_plugin_la_LIBADD = $(AM_LIBADD)
4 libmemcpy3dn_plugin_la_DEPENDENCIES =
5
6 libvlc_LTLIBRARIES += \
7         libmemcpy3dn_plugin.la \
8         $(NULL)