mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
camerabin: add local include dir to CFLAGS
This commit is contained in:
parent
ea184d72f5
commit
74f065ee75
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ libgstcamerabin_la_SOURCES = gstcamerabin.c \
|
||||||
|
|
||||||
nodist_libgstcamerabin_la_SOURCES = $(built_sources)
|
nodist_libgstcamerabin_la_SOURCES = $(built_sources)
|
||||||
libgstcamerabin_la_CFLAGS = \
|
libgstcamerabin_la_CFLAGS = \
|
||||||
$(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -DGST_USE_UNSTABLE_API
|
-I$(top_builddir)/gst-libs \
|
||||||
|
$(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
|
-DGST_USE_UNSTABLE_API
|
||||||
libgstcamerabin_la_LIBADD = \
|
libgstcamerabin_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la \
|
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la \
|
||||||
$(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
$(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||||
|
|
Loading…
Reference in a new issue