Skip to content

Commit

Permalink
Merge pull request #120 from zouxiaoh/iotg_ipu6
Browse files Browse the repository at this point in the history
Update build.sh and README.md.
  • Loading branch information
zouxiaoh authored Aug 12, 2024
2 parents ad5a5c8 + c5ba1e9 commit 9c87043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ There are 4 repositories that provide the complete setup:
```
2. In `work` folder, run `./build.sh`. Output binaries will be in `out/install`. (RPM build is not implemented yet)
Notice: To disable 'dma-drm', should remove '--enable-gstdrmformat=yes' in build.sh manually.
The featuer depends on 'gstreamer >= 1.23' and 'libva-drm'.
3. Install contents in `out/install` to your `/usr`:
```sh
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function build_icamerasrc() {
rm -fr config.h.in autom4te.cache/ aclocal.m4 *-libtool config.guess compile \
config.sub configure depcomp install-sh ltmain.sh m4
autoreconf --install
CFLAGS="-O2" CXXFLAGS="-O2" ./configure --with-haladaptor=yes ${CONFIGURE_FLAGS} \
CFLAGS="-O2" CXXFLAGS="-O2" ./configure --with-haladaptor=yes --enable-gstdrmformat=yes ${CONFIGURE_FLAGS} \
--prefix=$INSTALL_DIR/install DEFAULT_CAMERA=0
check_result $? $FUNCNAME

Expand Down

0 comments on commit 9c87043

Please sign in to comment.