Quicksync build missing

Archive of historical development discussions
Discussions / Development has moved to GitHub
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
ramitbhalla
Enlightened
Posts: 103
Joined: Sat Jan 18, 2014 12:12 am

Quicksync build missing

Post by ramitbhalla »

When I try to compile handbrake for some reason it does not seem to work with quicksync. The prebuilt versions work fine.
I'm cross compiling using mingw ubuntu linux for windows.

Anyone have any idea why? I'm using the instructions given on the handbrake website. Do I need to link any special libraries or enable any flags?
Deleted User 11865

Re: Quicksync build missing

Post by Deleted User 11865 »

Pass --enable-qsv to configure.
ramitbhalla
Enlightened
Posts: 103
Joined: Sat Jan 18, 2014 12:12 am

Re: Quicksync build missing

Post by ramitbhalla »

thanks. Are there any other flags that one needs to pass to configure to replicate the build configuration of the nightly build versions of handbrake?
Deleted User 11865

Re: Quicksync build missing

Post by Deleted User 11865 »

--enable-dxva2 maybe?
ramitbhalla
Enlightened
Posts: 103
Joined: Sat Jan 18, 2014 12:12 am

Re: Quicksync build missing

Post by ramitbhalla »

Is there anyway to know how to replicate the same build configuration/parameters?
Deleted User 11865

Re: Quicksync build missing

Post by Deleted User 11865 »

Code: Select all

./configure --launch-jobs=1 --enable-qsv --cross=x86_64-w64-mingw32 --enable-hwd --enable-x265 --launch
ramitbhalla
Enlightened
Posts: 103
Joined: Sat Jan 18, 2014 12:12 am

Re: Quicksync build missing

Post by ramitbhalla »

thanks. Is there any dependency on drivers or libraries for dxva2? I noticed your configuration line above don't have it.
Deleted User 11865

Re: Quicksync build missing

Post by Deleted User 11865 »

I rarely build for Windows, it's --enable-hwd
Post Reply