forked from FFmpeg/FFmpeg
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
AkarinVS edited this page Jun 3, 2021
·
3 revisions
This branch has support for codecs in AudioToolbox on Windows by linking to iTunes CoreAudioToolbox.dll.
Example configure
command line:
# cross compile on Linux.
/usr/bin/time ./configure \
--arch=x86_64 --target-os=mingw64 --cross-prefix=x86_64-w64-mingw32- \
--enable-nonfree --enable-gpl --enable-version3 \
--disable-shared --enable-static
Please put CoreAudioToolbox.dll at 3rdparty/qaac/lib/ before running make
.
This branch is forked from https://github.com/HolyWu/FFmpeg/, which should be used to build https://github.com/HolyWu/L-SMASH-Works.
(I have another branch lsmas.old
, which includes patches I found to be included in the official lsmas build, but they are obviously incomplete, and you should use HolyWu's custom-patches-for-lsmashsource
instead.)
This branch is my custom patches to FFmpeg to build my https://github.com/AkarinVS/L-SMASH-Works releases.