这是我第一次使用 MPG123 库,我有点困惑。我找到了一个关于在 libao 中使用这个库的小例子,但是当我尝试编译时出现错误。
这是“播放本地文件”的示例代码:http: //hzqtc.github.io/2012/05/play-mp3-with-libmpg123-and-libao.html
我编译:gcc -O2 -o play play.c -lmpg123 -lao
我得到的错误是:
/tmp/ccmEoxBp.o: In function `main':
play.c:(.text.startup+0x8d): undefined reference to `mpg123_encsize'
collect2: ld returned 1 exit status
我错过了什么?