|
在LINUX7.3上安装
并且把codecs放到了/USR/LIB里
然后使用./CONFIGURE
如下
[root@localhost MPlayer-1.0pre8]# ./configure
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 3.2.3, ok
Checking for host cc ... cc
Checking for cross compilation ... no
Checking for CPU vendor ... GenuineIntel (15:4:1)
Checking for CPU type ... Intel(R) Celeron(R) CPU 2.80GHz
Checking for GCC & CPU optimization abilities ... prescott
Checking for kernel support of mmx ... yes
Checking for kernel support of mmxext ... yes
Checking for kernel support of sse ... yes
Checking for kernel support of sse2 ... yes
Checking for mtrr support ... yes
Checking for xmmintrin.h ... yes
Checking for assembler support of -pipe option ... yes
Checking for assembler (as 2.14.90.0.4) ... ok
Checking for Linux kernel version ... 2.4.21-9.EL, ok
Checking for MPlayer binary name ... mplayer
Checking for awk ... gawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for -lposix ... no
Checking for -lm ... no
Checking for langinfo ... no
Checking for language ... using en (man pages: en)
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... none
Checking for __builtin_expect ... no
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... no
Checking for round ... no
Checking for nanosleep ... no
Checking for socklib ... no
Checking for inet_pton() ... no (trying inet_aton next)
Checking for inet_aton() ... no (network support disabled)
Checking for inttypes.h (required) ... no
Checking for bitypes.h (inttypes.h predecessor) ...
Error: Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html).
Check "configure.log" if you do not understand why it failed.
然后运行MAKE提示说没有此目录....
请各位指点 |
|