mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
Add include dir for gst-libs/ext/mplex
Original commit message from CVS: Add include dir for gst-libs/ext/mplex
This commit is contained in:
parent
d1f62e8a4f
commit
e4bc7281fd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|||
plugin_LTLIBRARIES = libgstmplex.la
|
||||
|
||||
libgstmplex_la_SOURCES = gstmplex.cc
|
||||
libgstmplex_la_CXXFLAGS = $(GST_CFLAGS)
|
||||
libgstmplex_la_CXXFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst-libs/ext/mplex/
|
||||
libgstmplex_la_LIBADD = -lstdc++ $(LIBM_LIBS) $(top_builddir)/gst-libs/ext/mplex/libmplex.la
|
||||
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue