⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 比较早的MPEG-2的解码源程序
💻
字号:
Unix build instructions-----------------------./configuremakemake installIf you install from CVS you'll have to run ./bootstrap firstBuilding for win32------------------There are at least three ways to do it:- natively on Windows using Microsoft VC++ and the vc++ project  included in this distribution.- natively on Windows using MSYS + MINGW (www.mingw.org) (MSYS is a  minimal build environnement to compile unixish projects under  windows. It provides all the common unix tools like sh, gmake...)- or on Linux, using the mingw32 cross-compilerBuilding using MSYS + MINGW on windows--------------------------------------First you will need to download and install the latest MSYS (version1.0.7 as of now) and MINGW. The installation is really easy. Beginwith the MSYS auto-installer and once this is done, extract MINGW intoc:\msys\1.0\mingw. You also have to remember to remove the makeutility included with MINGW as it conflicts with the one from MSYS(just rename or remove c:\msys\1.0\mingw\bin\make.exe).http://prdownloads.sourceforge.net/mingw/MSYS-1.0.7-i686-2002.04.24-1.exehttp://prdownloads.sourceforge.net/mingw/MinGW-1.1.tar.gzThen you can build the package using:# ./configure# makeBuilding using the mingw32 cross-compiler-----------------------------------------You need to install mingw32 first. For Debian GNU/Linux users, thereis a mingw32 package. Otherwise you might get it from the mingw siteat http://www.mingw.org/download.shtml.The videolan project also keeps precompiled mingw32 binaries athttp://www.videolan.org/vlc/windows.html . If you install these,you'll have to set your PATH accordingly to include/usr/local/cross-tools/bin too.The build should then proceed using something like:# CC=i586-mingw32msvc-gcc ./configure --host=i586-mingw32msvc# make

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -