Coder Social home page Coder Social logo

libavim's Introduction

libavproto - avim av层协议的实现


使用办法, 需要将 libavim 和 avim_proto_doc 两个仓库同时作为 submodule 添加进来.

然后使用

add_subdirectory(avim_proto_doc)
add_subdirectory(libavim)

然后用

add_executable(yourtarget xxx.cpp)
target_link_libraries(yourtarget avim++)

就可以使用了.

如果使用 C 接口, 则使用

target_link_libraries(yourtarget avproto)

修改了 submodule 怎么提交?

在 submodule 里使用

git remote set-url origin  --push [email protected]:avplayer/libavim.git

来设定 ssh 协议, 这样就能 push 了. 然后正常的 commit + push 就可以了.

注意通常如果是 父项目 git submodule update , 那么子项目里的 git 状态是没有处于任何分支. 在开始修改前请 确保 git checkout master

libavim's People

Contributors

microcai avatar xosdy avatar jackarain avatar peterfuture avatar

Forkers

avplayer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.