DeadSix27 / python_cross_compile_script

Easy to use Linux to Windows cross compile script.
Mozilla Public License 2.0
31 stars 9 forks source link

libass patched upstream, libbs2b add the D_FORTIFY_SOURCE fix #91

Closed hydra3333 closed 5 years ago

hydra3333 commented 5 years ago

so it seems the libass patch no longer needs to be applied.

also, for some reason with a from-scratch build, I seemed to need to modify libbs2b to get it to build by adding

        'custom_cflag' : '-O3 -D_FORTIFY_SOURCE=0',
        'depends_on': [ 'libsndfile' ],