Skip to content

Commit

Permalink
Added sse2neon for arm compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
meneguzzi committed Jun 7, 2023
1 parent 05829db commit 7de0fa3
Show file tree
Hide file tree
Showing 4 changed files with 9,208 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt

# Don't include the build directory and compiled Mac dynamic libraries.
build
*.dylib
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")

include (FindSSE)
include (GNUInstallDirs)
# include (ExternalProject) # There must be a nicer way to include this
# include (sse2neon)
find_package(OpenMP)

set(MAJOR_VERSION 1)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# VidStab

[![C/C++ CI](https://github.com/georgmartius/vid.stab/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/georgmartius/vid.stab/actions/workflows/c-cpp.yml)

Vidstab is a video stabilization library which can be plugged-in with Ffmpeg and Transcode.

**Why is it needed**
Expand Down
Loading

0 comments on commit 7de0fa3

Please sign in to comment.