I followed vlc wiki to build vlc for debugging purpose (https://wiki.videolan.org/Win32Compile/) and successfully to built it.
However, I noticed dxva2 did not loaded in my build version. No matter what settings were, it loads avcodec instead.
I tried the latest nightly build on vlc website (20160815). DXVA2 does work well in the nightly build.
Build Environment:
Ubuntu 16.04 64Bit (build 32Bit VLC)
I also tried to add "--enable-dxva2" to configuration option.
Did I miss anything at building phase? Or do I need add any other build configuration for it?
Please help for it. Thanks