-
Notifications
You must be signed in to change notification settings - Fork 347
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
Use pkgconfig to find libva paths #3
Comments
uartie
added a commit
to uartie/media-driver
that referenced
this issue
Dec 1, 2017
If user does not set -DLIBVA_INSTALL_PATH, then attempt to find it using pkgconfig. Fixes intel#3 Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Merged
thanks for reporting this issue and thanks for the PR. I ran into some problem while trying your PR which I added comments in PR. Could you help? Thanks |
uartie
added a commit
to uartie/media-driver
that referenced
this issue
Dec 4, 2017
If user does not set -DLIBVA_INSTALL_PATH, then attempt to find it using pkgconfig. Fixes intel#3 Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
uartie
added a commit
to uartie/media-driver
that referenced
this issue
Dec 7, 2017
If user does not set -DLIBVA_INSTALL_PATH, then attempt to find it using pkgconfig. Fixes intel#3 Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
intel-mediadev
pushed a commit
that referenced
this issue
Aug 7, 2020
1. add WaForceAllocateLM for lmem force allocation 2. allocate encode bit stream buffer in system memory Change-Id: I93348e2d1088ae8f728251b8bfbecd281de67504
ghost
mentioned this issue
Nov 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
media_driver/cmake/linux/media_include_paths_linux.cmake
it would be better to usepkg_check_modules
(https://cmake.org/cmake/help/v3.1/module/FindPkgConfig.html) to determine the libva include path if developer does not specify-DLIBVA_INSTALL_PATH
.The text was updated successfully, but these errors were encountered: