Skip to content

Commit e9a28f6

Browse files
author
Roman Donchenko
committed
Normalized file endings.
1 parent f55740d commit e9a28f6

File tree

486 files changed

+166
-606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+166
-606
lines changed

3rdparty/ffmpeg/ffmpeg_version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ set(HAVE_GENTOO_FFMPEG 1)
77
set(ALIASOF_libavcodec_VERSION 53.61.100)
88
set(ALIASOF_libavformat_VERSION 53.32.100)
99
set(ALIASOF_libavutil_VERSION 51.35.100)
10-
set(ALIASOF_libswscale_VERSION 2.1.100)
10+
set(ALIASOF_libswscale_VERSION 2.1.100)

3rdparty/ffmpeg/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
set path=c:\dev\msys32\bin;%path% & gcc -Wall -shared -o opencv_ffmpeg.dll -O2 -x c++ -I../include -I../include/ffmpeg_ -I../../modules/highgui/src ffopencv.c -L../lib -lavformat -lavcodec -lavdevice -lswscale -lavutil -lwsock32
2-
set path=c:\dev\msys64\bin;%path% & gcc -m64 -Wall -shared -o opencv_ffmpeg_64.dll -O2 -x c++ -I../include -I../include/ffmpeg_ -I../../modules/highgui/src ffopencv.c -L../lib -lavformat64 -lavcodec64 -lavdevice64 -lswscale64 -lavutil64 -lavcore64 -lwsock32 -lws2_32
2+
set path=c:\dev\msys64\bin;%path% & gcc -m64 -Wall -shared -o opencv_ffmpeg_64.dll -O2 -x c++ -I../include -I../include/ffmpeg_ -I../../modules/highgui/src ffopencv.c -L../lib -lavformat64 -lavcodec64 -lavdevice64 -lswscale64 -lavutil64 -lavcore64 -lwsock32 -lws2_32

3rdparty/ffmpeg/readme.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ How to update opencv_ffmpeg.dll and opencv_ffmpeg_64.dll when a new version of F
4040

4141
8. Then, go to <opencv>\3rdparty\ffmpeg, edit make.bat
4242
(change paths to the actual paths to your msys32 and msys64 distributions) and then run make.bat
43-
44-

3rdparty/libjasper/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ endif()
4848
if(NOT BUILD_SHARED_LIBS)
4949
install(TARGETS ${JASPER_LIBRARY} ARCHIVE DESTINATION ${OPENCV_3P_LIB_INSTALL_PATH} COMPONENT main)
5050
endif()
51-

3rdparty/libtiff/tif_config.h.cmakein

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,3 @@
168168

169169
/* Support Deflate compression */
170170
#define ZIP_SUPPORT 1
171-

3rdparty/tbb/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tbb*.tgz
1+
tbb*.tgz

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,4 +891,3 @@ ocv_finalize_status()
891891
if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
892892
message(WARNING "The source directory is the same as binary directory. \"make clean\" may damage the source tree")
893893
endif()
894-

apps/haartraining/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@ if(ENABLE_SOLUTION_FOLDERS)
7979
set_target_properties(opencv_haartraining PROPERTIES FOLDER "applications")
8080
set_target_properties(opencv_haartraining_engine PROPERTIES FOLDER "applications")
8181
endif()
82-

apps/haartraining/_cvcommon.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,3 @@ int icvGetIdxAt( CvMat* idx, int pos )
100100
void icvSave( const CvArr* ptr, const char* filename, int line );
101101

102102
#endif /* __CVCOMMON_H_ */
103-

apps/haartraining/performance.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,3 @@ int main( int argc, char* argv[] )
376376

377377
return 0;
378378
}
379-

0 commit comments

Comments
 (0)