From 827c88229eaf17f77eb9a0cc15ffce6d1f1e622f Mon Sep 17 00:00:00 2001 From: Amir Hassan Date: Sun, 16 Oct 2022 02:30:07 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index a90253dac..283c063a9 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,6 @@ OpenGL/OpenCL/VAAPI interop demo using my OpenCV-4.x fork (https://github.com/ka # Instructions While I try to get the necessary changes into the official OpenCV repo (https://github.com/opencv/opencv/issues/22607 and https://github.com/opencv/opencv/issues/22622) you need to build the OpenCV fork yourself. -## Build FFMPEG intel-cartwheel (only required for Intel Tiger Lake) -* First follow the instructions in README.cartwheel -* then configure with the following options: - -```bash -./configure --disable-static --enable-shared --enable-vaapi --enable-libvorbis -enable-libvpx --enable-gpl --cpu=native --enable-opengl --enable-libfdk-aac --enable-libx264 --enable-libx265 --enable-nonfree -make -j8 -sudo make install -``` - ## Build OpenCV ```bash