mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
Fix up some compile flags
This commit is contained in:
parent
31b2b89cfe
commit
fd75e08f45
2 changed files with 3 additions and 3 deletions
|
@ -156,7 +156,7 @@ elements_sunaudio_LDADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-@GST_MAJORMINOR@ \
|
||||
$(LDADD)
|
||||
|
||||
elements_videocrop_LDADD = $(LDADD) $(GST_BASE_LIBS)
|
||||
elements_videocrop_LDADD = $(GST_BASE_LIBS) $(LDADD)
|
||||
elements_videocrop_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||
|
||||
# FIXME: configure should check for gdk-pixbuf not gtk
|
||||
|
|
|
@ -12,8 +12,8 @@ if USE_GST_V4L2
|
|||
V4L2_TESTS = v4l2src-test
|
||||
|
||||
v4l2src_test_SOURCES = v4l2src-test.c
|
||||
v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
|
||||
v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
|
||||
v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) $(GST_LIBS)
|
||||
v4l2src_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue