diff options
Diffstat (limited to 'gst/mpeg1videoparse')
-rw-r--r-- | gst/mpeg1videoparse/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mpeg1videoparse/Makefile.am b/gst/mpeg1videoparse/Makefile.am index ea7a7be7..355f186b 100644 --- a/gst/mpeg1videoparse/Makefile.am +++ b/gst/mpeg1videoparse/Makefile.am @@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstmp1videoparse.la libgstmp1videoparse_la_SOURCES = gstmp1videoparse.c libgstmp1videoparse_la_CFLAGS = $(GST_CFLAGS) -O3 $(FOMIT_FRAME_POINTER) -ffast-math libgstmp1videoparse_la_LIBADD = $(GST_LIBS) +libgstmp1videoparse_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstmp1videoparse.h |