0

I just add to linker command -ltheora But I still get linker errors undefined reference to th_info_init, and libs are installed.

4

1 回答 1

4

Are you sure that -ltheora is enough?

I have seen examples which use -ltheoraenc -ltheoradec -logg when linking with that lib.

于 2014-06-12T13:02:32.723 回答