Skip to content

Commit

Permalink
Fix v4l2sink plugin
Browse files Browse the repository at this point in the history
Closes #51
Closes #53
  • Loading branch information
flexiondotorg committed Jul 1, 2020
1 parent b6af87c commit 9e45bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,10 @@ parts:
-DCMAKE_CXX_COMPILER=g++-8 \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIBOBS_INCLUDE_DIR=$SNAPCRAFT_STAGE/usr/include/obs/
-DLIBOBS_INCLUDE_DIR=$SNAPCRAFT_STAGE/usr/include/obs/ \
$SNAPCRAFT_PART_SRC 2>/dev/null || true
make
make install
make install DESTDIR=$SNAPCRAFT_PART_INSTALL
obs-transition-matrix:
plugin: cmake
Expand Down

0 comments on commit 9e45bcf

Please sign in to comment.