Dae Jang Geum HQ subs fix
Posted by rangelreale | Posted in Asia | Posted on 05-09-2009-05-2008
3
I fixed the aznv “Dae Jang Geum” korean series subtitles to match the HQ video files available at AvistaZ.
You can download it here:
I fixed the aznv “Dae Jang Geum” korean series subtitles to match the HQ video files available at AvistaZ.
You can download it here:
(using MSVC command prompt)
# cd <BOOST_ROOT>
# cd tools\jam\src
# build.bat
# cd ..\..\..
# tools\jam\src\bin.ntx86\bjam toolset=msvc variant=debug threading=multi link=static stage
# tools\jam\src\bin.ntx86\bjam toolset=msvc variant=release threading=multi link=static stage
(using msys)
# cd <BOOST_ROOT>
# cd tools/jam/src
# ./build.sh
# cd ../../..
* replace line on user-config.jam
using gcc : 4.0.2arm : arm-linux-g++.exe : <root>/c/devkitGP2X <target-os>unix ;
* edit tools/build/v2/tools/gcc.jam, comment line:
flags gcc OPTIONS <threading>multi : -mthreads ;
# tools/jam/src/bin.ntx86/bjam –user-config=user-config.jam toolset=gcc variant=release threading=multi link=static stage
# cd <BOOST_ROOT>
# cd tools/jam/src
# ./build.sh
# cd ../../..
* <load GP2X environment vars>
* replace line on user-config.jam
using gcc : 4.0.2arm : arm-open2x-linux-g++ : <root>/opt/open2x <target-os>unix ;
# tools/jam/src/bin.linuxx86/bjam –user-config=user-config.jam toolset=gcc variant=release threading=multi link=static stage