mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gst/nsf/Makefile.am: Add missing GST_LIBS
Original commit message from CVS: * gst/nsf/Makefile.am: Add missing GST_LIBS
This commit is contained in:
parent
afae632a69
commit
622eddfbfd
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-08-31 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* gst/nsf/Makefile.am:
|
||||||
|
Add missing GST_LIBS
|
||||||
|
|
||||||
2006-08-30 Edgard Lima <edgard.lima@indt.org.br>
|
2006-08-30 Edgard Lima <edgard.lima@indt.org.br>
|
||||||
|
|
||||||
* sys/v4l2/gstv4l2src.c:
|
* sys/v4l2/gstv4l2src.c:
|
||||||
|
|
|
@ -27,7 +27,7 @@ NOSEFART_INCLUDES=fmopl.h \
|
||||||
libgstnsf_la_SOURCES = gstnsf.c $(NOSEFART_SOURCES)
|
libgstnsf_la_SOURCES = gstnsf.c $(NOSEFART_SOURCES)
|
||||||
|
|
||||||
libgstnsf_la_CFLAGS = $(GST_CFLAGS) -DNSF_PLAYER
|
libgstnsf_la_CFLAGS = $(GST_CFLAGS) -DNSF_PLAYER
|
||||||
libgstnsf_la_LIBADD =
|
libgstnsf_la_LIBADD = $(GST_LIBS)
|
||||||
libgstnsf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstnsf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = gstnsf.h $(NOSEFART_INCLUDES)
|
noinst_HEADERS = gstnsf.h $(NOSEFART_INCLUDES)
|
||||||
|
|
Loading…
Reference in a new issue