编译app.c

加入了opencv函数

1.在编译器的lib,include加入opencv的相应文件,让程序找到cv.h等

2.在/home/nzm/dvsdk_3_00_02_44/codec_engine_2_24/examples

把config.bld里的

    GCArmv5T.lnkOpts.suffix += "  -lpthread ";

改为

    GCArmv5T.lnkOpts.suffix += " -I/home/nzm/toolchain/arm-2008q1/arm-none-linux-gnueabi/include -I. -L/home/nzm/toolchain/arm-2008q1/arm-none-linux-gnueabi/lib -lcv -lhighgui -lcxcore -lavcodec -lavformat -lswscale -lz -lpthread ";


你可能感兴趣的:(编译app.c)