alberthdev-misc
alberthdev-misc copied to clipboard
Miscellaneous things I've created that are not big enough for a dedicated repository, and are not small (or useless) enough for a Gist!
Running my_tiny_ffmpeg.sh causes the following error: use of undeclared identifier 'x264_bit_depth'.
Gettihg the following error: `src/libavcodec/libx264.c:282:9: error: use of undeclared identifier 'x264_bit_depth' if (x264_bit_depth > 8)` Found the solution: You'll need to update the versions of x264 and ffmpeg url's to...
These steps dont work for me: perl Configure VC-WIN64A --prefix=C:\OpenSSL-win64 ms\do_win64a ms\do_nasm nmake -f ms\nt.mak nmake -f ms\nt.mak install This worked according to the instructions in the readme: perl Configure...
Hi, I guess I gave up trying to compile my own so I down loaded your precompiled version. Interesting that VS2013 did not complain about their inclusion but QT Creator...