?? install
字號:
To compile FripTV you need GCC (use MinGW for Win32 builds).Things needed for compilation:SDL The Simple DirectMedia Library available at http://www.libsdl.org. SDL can be patched, see the patch directory.MAD MPEG Audio Decoder Library available at http://www.underbit.com/products/mad.SRC Secret Rabbit Code (aka libsamplerate) available at http://www.mega-nerd.com/SRC.libavcodec Needed for h264 decoding (optional) libavcodec is part of ffmpeg, get it from http://ffmpeg.mplayerhq.huwxWidgets Required for GUI dialogs (optional). http://www.wxwidgets.orgIf you want compile from the CVS under a unix system, you'll also needautomake (>=1.6), autoconf(>=2.50). Should be available at http://www.gnu.orgFor building on unix systems.If you are building from the cvs run ./autogen.sh first before doing the following.1. ./configure2. makeIn step 1 you could add the following switches:--disable-libavcodec disable libavcodec even if it is detected.--disable-directshow disable directshow codec support.--disable-wxgui disable wxwidgets support.--enable-debug enables additional debug logging, even more debugging can be enabled by defining DEBUG (see the source files).--disable-optimizations Disable processor specific optimizations. Add this if you experience problems.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -