Skip to content

Commit

Permalink
Enable gstreamer and protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Oct 16, 2023
1 parent 8b427b6 commit d04b8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ext {
'-DWITH_OPENCL=OFF',
'-DWITH_FFMPEG=OFF',
'-DWITH_OPENEXR=OFF',
'-DWITH_GSTREAMER=OFF',
'-DWITH_GSTREAMER=ON',
'-DWITH_LAPACK=OFF',
'-DWITH_GTK=OFF',
'-DWITH_1394=OFF',
Expand All @@ -54,7 +54,7 @@ ext {
'-DWITH_WEBP=OFF',
'-DBUILD_JAVA=ON',
'-DBUILD_WITH_STATIC_CRT=OFF',
'-DWITH_PROTOBUF=OFF',
'-DWITH_PROTOBUF=ON',
'-DWITH_DIRECTX=OFF',
'-DENABLE_CXX11=ON',
'-DOPENCV_JAVA_SOURCE_VERSION=1.8',
Expand Down

0 comments on commit d04b8df

Please sign in to comment.