kolyvan / kxmovie

movie player for iOS using ffmpeg
2.83k stars 916 forks source link

"_BZ2_bzDecompressInit", referenced from: #79

Open shreeshecommstreet opened 10 years ago

shreeshecommstreet commented 10 years ago

As I am not able to rake the code. I have just used the precompiled libraries. But Now I am getting another error

Undefined symbols for architecture armv7: "_BZ2_bzDecompressInit", referenced from: _matroska_decode_buffer in libavformat.a(matroskadec.o) "_BZ2_bzDecompress", referenced from: _matroska_decode_buffer in libavformat.a(matroskadec.o) "_BZ2_bzDecompressEnd", referenced from: _matroska_decode_buffer in libavformat.a(matroskadec.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I am not seeing any framework missing in my code. Can you please suggest me where I am wrong.

Cowprod commented 8 years ago

Hi, same error while building KxMovieExample juste after the rake (changing sdk to 9.2 to success the rake)

Any idea ? If you need any information do not hesitate to ask !

kid9591 commented 6 years ago

Same error here. Pls help fix this or the example won't work.

ivankholod commented 5 years ago

Add this to project. screen shot 2018-07-24 at 15 01 44

RamboYao commented 2 years ago

Add this to project. screen shot 2018-07-24 at 15 01 44

thank u, it works for me.

jiachangdangniban commented 5 months ago

Add this to project. screen shot 2018-07-24 at 15 01 44

thank u very much, it's work for me