Skip to content
Snippets Groups Projects
Commit 3570ee47 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

adjust libgstframecpp compiler and linker flags

parent 18b016d6
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,8 @@ lib_LTLIBRARIES = libgstframecpp.la
libgstframecpp_la_SOURCES = \
gstfrhistory.c gstfrhistory.h
libgstframecpp_la_CFLAGS = $(AM_CFLAGS) $(gstreamer_CFLAGS) $(framecpp_CFLAGS)
libgstframecpp_la_CXXFLAGS = $(AM_CFLAGS) $(gstreamer_CFLAGS) $(framecpp_CFLAGS) -D__STDC_CONSTANT_MACROS
libgstframecpp_la_LDFLAGS = $(AM_LDFLAGS) $(gstreamer_LIBS) $(framecpp_LIBS)
libgstframecpp_la_CFLAGS = $(AM_CFLAGS) $(gstreamer_CFLAGS)
libgstframecpp_la_LDFLAGS = $(AM_LDFLAGS) $(gstreamer_LIBS)
plugin_LTLIBRARIES = libframecpp_plugin.la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment