Skip to content

Fixed undefined rmat and media symbols in standalone#18740

Merged
opencv-pushbot merged 1 commit intoopencv:masterfrom
rgarnov:rg/fix_rmat_media_missing_in_standalone
Nov 6, 2020
Merged

Fixed undefined rmat and media symbols in standalone#18740
opencv-pushbot merged 1 commit intoopencv:masterfrom
rgarnov:rg/fix_rmat_media_missing_in_standalone

Conversation

@rgarnov
Copy link
Copy Markdown
Contributor

@rgarnov rgarnov commented Nov 5, 2020

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or other license that is incompatible with OpenCV
  • The PR is proposed to proper branch
  • There is reference to original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@rgarnov rgarnov requested a review from dmatveev November 5, 2020 23:01
"${FLUID_ROOT}/include/opencv2/gapi/fluid/*.hpp")
file(GLOB FLUID_sources "${FLUID_ROOT}/src/api/g*.cpp"
"${FLUID_ROOT}/src/api/rmat.cpp"
"${FLUID_ROOT}/src/api/media.cpp"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's worth to add a new directory for own types which can be on computation input/output

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put it to our wishlist

"${FLUID_ROOT}/include/opencv2/gapi/fluid/*.hpp")
file(GLOB FLUID_sources "${FLUID_ROOT}/src/api/g*.cpp"
"${FLUID_ROOT}/src/api/rmat.cpp"
"${FLUID_ROOT}/src/api/media.cpp"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put it to our wishlist

@dmatveev dmatveev self-assigned this Nov 6, 2020
@dmatveev dmatveev added this to the 4.5.1 milestone Nov 6, 2020
@dmatveev
Copy link
Copy Markdown
Contributor

dmatveev commented Nov 6, 2020

@alalek can this merge be prioritized? we really missed this fix for our upcoming internal drop :)

@opencv-pushbot opencv-pushbot merged commit 90524a8 into opencv:master Nov 6, 2020
@dmatveev
Copy link
Copy Markdown
Contributor

dmatveev commented Nov 6, 2020

Thanks!

@alalek alalek mentioned this pull request Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants