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

Use pkgconfig to find libva paths #3

Closed
uartie opened this issue Dec 1, 2017 · 1 comment
Closed

Use pkgconfig to find libva paths #3

uartie opened this issue Dec 1, 2017 · 1 comment

Comments

@uartie
Copy link
Contributor

uartie commented Dec 1, 2017

In media_driver/cmake/linux/media_include_paths_linux.cmake it would be better to use pkg_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.

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>
@oliver-sang
Copy link
Contributor

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
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