gstreamer - cerbero build system: how to rebuild? -
building openwebrtc sources , uses cerbero build system. os ubuntu.
built once. changed file in openwebrtc sources: $home/cerbero/sources/linux_x86_64/openwebrtc-0.3.0/local/owr_video_renderer.c
. then:
./cerbero-uninstalled -c config/linux.cbc package -f openwebrtc
why it's saying "openwebrtc -> built"? how rebuild?
you should use git create local branch in project (openwebrtc folder)
$git checkout -b <name_local_branch>
then in recipes/ openwebrtc.recipe (or similar) , these lines , modify them this
remotes = {'<name_local_branch>','file:///path/to/source'} commit = '<name_local_branch>/<commit>'
i working on , works me once, hope helps you. if make working, tell me. check link fyi http://gstreamer-devel.966125.n4.nabble.com/building-gstreamer-sdk-from-latest-sources-for-arm-android-td4670784.html
Comments
Post a Comment