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
@ -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…
x
Reference in New Issue
Block a user