mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 02:28:27 +00:00
a7ed92153d
Original commit message from CVS: * gst/xingheader/Makefile.am: Put CFLAGS and LIBS in the right order
9 lines
289 B
Makefile
9 lines
289 B
Makefile
plugin_LTLIBRARIES = libgstxingheader.la
|
|
|
|
libgstxingheader_la_SOURCES = gstxingmux.c
|
|
libgstxingheader_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstxingheader_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
|
|
noinst_HEADERS = gstxingmux.h
|