ext/cairo/Makefile.am: no need to link to videofilter
Original commit message from CVS: 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org> * ext/cairo/Makefile.am: no need to link to videofilter
This commit is contained in:
parent
01f2c2f799
commit
a74dd22a06
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* ext/cairo/Makefile.am:
|
||||||
|
no need to link to videofilter
|
||||||
|
|
||||||
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/debug/Makefile.am:
|
* gst/debug/Makefile.am:
|
||||||
|
@ -8,12 +8,10 @@ libgstcairo_la_SOURCES = \
|
|||||||
gsttextoverlay.c
|
gsttextoverlay.c
|
||||||
|
|
||||||
libgstcairo_la_CFLAGS = \
|
libgstcairo_la_CFLAGS = \
|
||||||
-I$(top_srcdir)/gst/videofilter \
|
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
$(GST_CFLAGS) $(CAIRO_CFLAGS)
|
$(GST_CFLAGS) $(CAIRO_CFLAGS)
|
||||||
libgstcairo_la_LIBADD = \
|
libgstcairo_la_LIBADD = \
|
||||||
$(top_builddir)/gst/videofilter/libgstvideofilter-$(GST_MAJORMINOR).la \
|
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(GST_LIBS) $(CAIRO_LIBS) -lm
|
$(GST_LIBS) $(CAIRO_LIBS) -lm
|
||||||
libgstcairo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstcairo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user