mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05: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
|
@ -22,12 +22,6 @@ libgstapplemedia_nonpublic_la_CPPFLAGS = \
|
||||||
-Dgst_core_media_ctx_new=gst_core_media_ctx_priv_new \
|
-Dgst_core_media_ctx_new=gst_core_media_ctx_priv_new \
|
||||||
-Dgst_core_media_ctx_get_type=gst_core_media_ctx_priv_get_type
|
-Dgst_core_media_ctx_get_type=gst_core_media_ctx_priv_get_type
|
||||||
|
|
||||||
libgstapplemedia_nonpublic_la_CFLAGS = \
|
|
||||||
$(GST_CFLAGS) \
|
|
||||||
$(GST_BASE_CFLAGS) \
|
|
||||||
$(GST_PLUGINS_BASE_CFLAGS)
|
|
||||||
|
|
||||||
|
|
||||||
libgstapplemedia_nonpublic_la_CFLAGS = \
|
libgstapplemedia_nonpublic_la_CFLAGS = \
|
||||||
$(GST_CFLAGS) \
|
$(GST_CFLAGS) \
|
||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
GST_CAMERABIN_UI_FILES = gst-camera2.ui
|
GST_CAMERABIN_UI_FILES = gst-camera2.ui
|
||||||
|
|
||||||
|
AM_CPPFLAGS = -DCAMERA_APPS_UIDIR=\""$(srcdir)"\"
|
||||||
|
|
||||||
if HAVE_GTK
|
if HAVE_GTK
|
||||||
|
|
||||||
GST_CAMERABIN_GTK_EXAMPLES = gst-camera2
|
GST_CAMERABIN_GTK_EXAMPLES = gst-camera2
|
||||||
|
@ -22,8 +24,6 @@ gst_camera2_LDADD = \
|
||||||
|
|
||||||
noinst_DATA = $(GST_CAMERABIN_UI_FILES)
|
noinst_DATA = $(GST_CAMERABIN_UI_FILES)
|
||||||
|
|
||||||
INCLUDES = -DCAMERA_APPS_UIDIR=\""$(srcdir)"\"
|
|
||||||
|
|
||||||
else
|
else
|
||||||
GST_CAMERABIN_GTK_EXAMPLES =
|
GST_CAMERABIN_GTK_EXAMPLES =
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue