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

fix bug when ffmepg not in stardard directory #2

Merged
merged 1 commit into from
Sep 15, 2021

Conversation

GerenLiu
Copy link
Contributor

when ffmpeg installed in customer directory,with options --prefix=/customer_path , this cmake jobs can not found ffmepg in correct, because ${PC_LIB${_component}_INCLUDEDIR} is not defined

  find_path(${_component}_INCLUDE_DIRS ${_header}
    HINTS
      ${PC_LIB${_component}_INCLUDEDIR}
      ${PC_LIB${_component}_INCLUDE_DIRS}
    PATH_SUFFIXES
      ffmpeg
  )

@snikulov snikulov merged commit bae0b71 into snikulov:master Sep 15, 2021
@snikulov
Copy link
Owner

@GerenLiu Thank you! Landed here bae0b71

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

Successfully merging this pull request may close these issues.

None yet

2 participants