QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 794|回复: 1

使用mpeg4的音频编码器为何出错阿

[复制链接]
发表于 2004-2-19 16:10:57 | 显示全部楼层 |阅读模式
首先安装faac编码器
但是在编译连接时出错阿

#include <unistd.h>
int main(void)
{
   unsigned long *samples;
   unsigned long *size;
  faacEncHandle handle;
  faacEncConfigurationPtr config;
  handle = faacEncOpen(44100,2,samples,size);
  if (handle == NULL) {
    return -1;
}
  config = faacEncGetCurrentConfiguration(handle);
  faacEncSetConfiguration(handle, config);
  return 0;
}

gcc test.c -g -o test -lfaac

/usr/local/lib/libfaac.so: undefined reference to `log'
/usr/local/lib/libfaac.so: undefined reference to `cos'
/usr/local/lib/libfaac.so: undefined reference to `sin'
/usr/local/lib/libfaac.so: undefined reference to `pow'
/usr/local/lib/libfaac.so: undefined reference to `log10'
/usr/local/lib/libfaac.so: undefined reference to `asin'
collect2: ld returned 1 exit status


哪位知道阿 谢谢
发表于 2004-2-20 10:14:53 | 显示全部楼层
gcc test.c -g -o test -lfaac  -lm
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-9 00:10 , Processed in 0.063170 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表