diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2022-08-07 15:28:24 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2022-08-13 14:42:52 +0200 |
commit | f85e0673c3a82acd2b267e934c6db3c9da154d86 (patch) | |
tree | be15bffa07fd4152ff8f90b52a1235d12b2eb747 /fftools/fftoolsres.rc | |
parent | b77fff47d0d60434a48b6877ed72a71ebf53858a (diff) | |
download | ffmpeg-f85e0673c3a82acd2b267e934c6db3c9da154d86.tar.gz |
fftools: add DPI awareness manifest
Some filters, like gdigrab, rely on this to be set to see and report
proper dimensions.
Diffstat (limited to 'fftools/fftoolsres.rc')
-rw-r--r-- | fftools/fftoolsres.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fftools/fftoolsres.rc b/fftools/fftoolsres.rc new file mode 100644 index 0000000000..0b8b7c86cb --- /dev/null +++ b/fftools/fftoolsres.rc @@ -0,0 +1,2 @@ +#include <windows.h> +1 RT_MANIFEST fftools.manifest |