Commit d5ce28ee authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

.S and .c should not have the same base name

Otherwise, the object files will conflict
parent 1166c169
......@@ -8,7 +8,7 @@ libaudio_format_neon_plugin_la_LIBADD = $(AM_LIBADD)
libaudio_format_neon_plugin_la_DEPENDENCIES =
libi420_yuy2_neon_plugin_la_SOURCES = \
i420_yuy2.S \
i420_yuyv.S \
i420_yuy2.c
libi420_yuy2_neon_plugin_la_CFLAGS = $(AM_CFLAGS)
libi420_yuy2_neon_plugin_la_LIBADD = $(AM_LIBADD)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment