Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ libmovid_src = [
'src/modules/moMaskModule.cpp',
'src/modules/moMirrorImageModule.cpp',
'src/modules/moPeakFinderModule.cpp',
'src/modules/moPgrCameraModule.cpp',
'src/modules/moRoiModule.cpp',
'src/modules/moSmoothModule.cpp',
'src/modules/moThresholdModule.cpp',
Expand Down
4 changes: 2 additions & 2 deletions contrib/WOscLib-00.09/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
#define OS_IS_CYGWIN 0

/* Set to 1 if compiling for linux */
#define OS_IS_LINUX 0
#define OS_IS_LINUX 1

/* Set to 1 if compiling for MacOSX */
#define OS_IS_MACOSX 1
#define OS_IS_MACOSX 0

/* Set to 1 if compiling for Win32 */
#define OS_IS_WIN32 0
Expand Down
3 changes: 3 additions & 0 deletions contrib/libevent-1.4.13-stable/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

Expand Down
Loading