Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
[v216] Some clean up due to merge artifacts (#761)
Browse files Browse the repository at this point in the history
* Update Docker image README (#704)

* update README

* Update dockerfiles

* [master] Fix Opencv 4.5.2 build with Toolset on Centos 7 (#746)

* Update Docker image README (#704)

* update README

* Update dockerfiles

* fix opencv 4.5.2 build with toolset

Co-authored-by: jhou5 <[email protected]>

* [master] Upgrade Meson for Ubuntu-20.04 (#748)

* Update Docker image README (#704)

* update README

* Update dockerfiles

* meson version fix

Co-authored-by: jhou5 <[email protected]>

* [master] Test fixes for Release v21.6 - part 1 (#750)

* Update Docker image README (#704)

* update README

* Update dockerfiles

* v216 tests update - part 1

Co-authored-by: jhou5 <[email protected]>

* [master] Test fixes for Release v21.6 - part 2 (#755)

* Update Docker image README (#704)

* update README

* Update dockerfiles

* v216 tests update - part 1

* Test fixes for Release v21.6 - part 2

Co-authored-by: jhou5 <[email protected]>

* [master] Bug fixes for Release v21.6 (#757)

* Update Docker image README (#704)

* update README

* Update dockerfiles

* Bug fixes for v21.6. See details

- QAT Engine build param fix
- revert scvp change for owt360
- test name change for proper injection of tests
- devoolset opencv fix
- nginx conf sw_fallback off

* revert accidental fdkaac change

Co-authored-by: jhou5 <[email protected]>

Co-authored-by: jhou5 <[email protected]>
  • Loading branch information
dpatel257 and jhou5 authored Jul 1, 2021
1 parent dce3b3d commit a79caa9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
3 changes: 0 additions & 3 deletions template/components/opencv.m4
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ ifelse(OS_NAME,centos,`
define(`OPENCV_BUILD_DEPS',`ifdef(`BUILD_CMAKE',,cmake3) gcc gcc-c++ make wget python36-numpy ccache eigen3-devel ifelse(OS_VERSION,7,devtoolset-9)')
')

ifelse(OS_NAME:OS_VERSION,centos:7,`(. /opt/rh/devtoolset-9/enable && ')ifdef(`BUILD_CMAKE',cmake,ifelse(OS_NAME,centos,cmake3,cmake)) -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=BUILD_PREFIX -DCMAKE_INSTALL_LIBDIR=BUILD_LIBDIR -DCMAKE_ASM_NASM_COMPILER=yasm ../.. && \
make -j $(nproc)ifelse(OS_NAME:OS_VERSION,centos:7,` )') && \

define(`BUILD_OPENCV',`
# build opencv
ARG OPENCV_REPO=https://github.com/opencv/opencv/archive/OPENCV_VER.tar.gz
Expand Down
11 changes: 0 additions & 11 deletions test/ffmpeg_dash.sh

This file was deleted.

11 changes: 0 additions & 11 deletions test/ffmpeg_hls.sh

This file was deleted.

0 comments on commit a79caa9

Please sign in to comment.