mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
build: Fix some automake warnings
This commit is contained in:
parent
a5402d6eeb
commit
36e3426c73
2 changed files with 2 additions and 8 deletions
|
@ -27,12 +27,6 @@ libgstapplemedia_nonpublic_la_CFLAGS = \
|
|||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
|
||||
|
||||
libgstapplemedia_nonpublic_la_CFLAGS = \
|
||||
$(GST_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
|
||||
libgstapplemedia_nonpublic_la_OBJCFLAGS = \
|
||||
$(GST_OBJCFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
GST_CAMERABIN_UI_FILES = gst-camera2.ui
|
||||
|
||||
AM_CPPFLAGS = -DCAMERA_APPS_UIDIR=\""$(srcdir)"\"
|
||||
|
||||
if HAVE_GTK
|
||||
|
||||
GST_CAMERABIN_GTK_EXAMPLES = gst-camera2
|
||||
|
@ -22,8 +24,6 @@ gst_camera2_LDADD = \
|
|||
|
||||
noinst_DATA = $(GST_CAMERABIN_UI_FILES)
|
||||
|
||||
INCLUDES = -DCAMERA_APPS_UIDIR=\""$(srcdir)"\"
|
||||
|
||||
else
|
||||
GST_CAMERABIN_GTK_EXAMPLES =
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue