Commit 64daf779 authored by Rafaël Carré's avatar Rafaël Carré

yadif: fix build with -O0

parent d879f020
......@@ -25,7 +25,8 @@ libdeinterlace_plugin_la_SOURCES = \
deinterlace/yadif.h deinterlace/yadif_template.h \
deinterlace/algo_phosphor.c deinterlace/algo_phosphor.h \
deinterlace/algo_ivtc.c deinterlace/algo_ivtc.h
libdeinterlace_plugin_la_CFLAGS = $(AM_CFLAGS)
# inline ASM doesn't build with -O0
libdeinterlace_plugin_la_CFLAGS = $(AM_CFLAGS) -O2
libdeinterlace_plugin_la_LIBADD = $(AM_LIBADD)
if HAVE_NEON
libdeinterlace_plugin_la_SOURCES += deinterlace/merge_arm.S
......
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