首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

Mplayer的移植有关问题,在make的时候出现异常

2013-01-19 
Mplayer的移植问题,在make的时候出现错误。错误如下:用的是UBUNTU系统codec-cfg.c: In function `parse_cod

Mplayer的移植问题,在make的时候出现错误。
错误如下:用的是UBUNTU系统
codec-cfg.c: In function `parse_codec_cfg':
codec-cfg.c:507: error: `builtin_video_codecs' undeclared (first use in this function)
codec-cfg.c:507: error: (Each undeclared identifier is reported only once
codec-cfg.c:507: error: for each function it appears in.)
codec-cfg.c:508: error: `builtin_audio_codecs' undeclared (first use in this function)
make: *** [codec-cfg.o] 错误 1
这是什么原因?
[解决办法]
Makefile,将
$(CC) $(CFLAGS) -g codec-cfg.c mp-msg.c -o -----
中的参数$(CC) 改为gcc。

热点排行