mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gst/xingheader/Makefile.am: Put CFLAGS and LIBS in the right order
Original commit message from CVS: * gst/xingheader/Makefile.am: Put CFLAGS and LIBS in the right order
This commit is contained in:
parent
20751bdbd3
commit
a7ed92153d
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* gst/xingheader/Makefile.am:
|
||||
Put CFLAGS and LIBS in the right order
|
||||
|
||||
2008-02-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
plugin_LTLIBRARIES = libgstxingheader.la
|
||||
|
||||
libgstxingheader_la_SOURCES = gstxingmux.c
|
||||
libgstxingheader_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstxingheader_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstxingheader_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstxingheader_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
|
||||
noinst_HEADERS = gstxingmux.h
|
||||
|
|
Loading…
Reference in a new issue