Skip to content

Commit

Permalink
[vpdq] Add pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
Dcallies committed Jan 20, 2024
1 parent e996d25 commit ebac61b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions vpdq/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
*.swp
*.swo

build/
cpp/libraries-dirs.txt
cpp/test
cpp/build
output-hashes/*
python/vpdq.cpp
3 changes: 2 additions & 1 deletion vpdq/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.17)

set(CMAKE_CXX_FLAGS "-O2 -fPIC -Wall -Wextra -Werror -Wno-unused-function -Wno-deprecated-declarations")
set(CMAKE_CXX_FLAGS "-O2 -fPIC -pthread -Wall -Wextra -Werror -Wno-unused-function -Wno-deprecated-declarations")

project(VPDQ)
find_package(PkgConfig REQUIRED)
pkg_check_modules(LIBAV REQUIRED IMPORTED_TARGET
Expand Down

0 comments on commit ebac61b

Please sign in to comment.