Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failures when enabling gstreamer #602

Closed
chivakker opened this issue Dec 7, 2018 · 0 comments
Closed

build failures when enabling gstreamer #602

chivakker opened this issue Dec 7, 2018 · 0 comments

Comments

@chivakker
Copy link

this is happening with the following configure:

--disable-static --enable-gst --disable-aiq --disable-libcl --disable-capi

error:

v -f .deps/libgstxcamsrc_la-gstxcambuffermeta.Tpo .deps/libgstxcamsrc_la-gstxcambuffermeta.Plo
gstxcamsrc.cpp: In function 'void gst_xcam_src_class_init(GstXCamSrcClass*)':
gstxcamsrc.cpp:488:63: error: 'DEFAULT_PROP_IMAGE_PROCESSOR' was not declared in this scope
GST_TYPE_XCAM_SRC_IMAGE_PROCESSOR, DEFAULT_PROP_IMAGE_PROCESSOR,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gstxcamsrc.cpp:488:63: note: suggested alternative: 'PROP_IMAGE_PROCESSOR'
GST_TYPE_XCAM_SRC_IMAGE_PROCESSOR, DEFAULT_PROP_IMAGE_PROCESSOR,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROP_IMAGE_PROCESSOR
gstxcamsrc.cpp: In function 'void gst_xcam_src_init(GstXCamSrc*)':
gstxcamsrc.cpp:634:37: error: 'DEFAULT_PROP_IMAGE_PROCESSOR' was not declared in this scope
xcamsrc->image_processor_type = DEFAULT_PROP_IMAGE_PROCESSOR;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gstxcamsrc.cpp:634:37: note: suggested alternative: 'PROP_IMAGE_PROCESSOR'
xcamsrc->image_processor_type = DEFAULT_PROP_IMAGE_PROCESSOR;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROP_IMAGE_PROCESSOR
make[4]: *** [Makefile:695: libgstxcamsrc_la-gstxcamsrc.lo] Error 1
make[4]: *** Waiting for unfinished jobs....

zongwave added a commit to zongwave/libxcam that referenced this issue Dec 10, 2018
  * fix issue intel#602 build failures when enabling gstreamer
zongwave added a commit to zongwave/libxcam that referenced this issue Dec 10, 2018
  * fix issue intel#602 build failures when enabling gstreamer
zongwave added a commit that referenced this issue Dec 10, 2018
  * fix issue #602 build failures when enabling gstreamer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants