]> git.sesse.net Git - vlc/commitdiff
yadif: fix build with -O0
authorRafaël Carré <funman@videolan.org>
Thu, 27 Jun 2013 13:42:15 +0000 (15:42 +0200)
committerRafaël Carré <funman@videolan.org>
Thu, 27 Jun 2013 13:42:58 +0000 (15:42 +0200)
modules/video_filter/Modules.am

index 183009a253dbe934ffab0c558fd8418c24f0f6b4..6bb5eaca499cbc1f5c07eb9f3ef33a869928174b 100644 (file)
@@ -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