1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Compile OpenCV with GCC visibility set to hidden

This commit is contained in:
Andrey Kamaev
2013-04-18 10:30:15 +04:00
committed by Andrey Pavlenko
parent 8130d92602
commit b8ed00bd64
16 changed files with 42 additions and 85 deletions
+2 -2
View File
@@ -542,8 +542,8 @@ protected:
Ptr<CvVideoWriter> writer;
};
template<> void Ptr<CvCapture>::delete_obj();
template<> void Ptr<CvVideoWriter>::delete_obj();
template<> CV_EXPORTS void Ptr<CvCapture>::delete_obj();
template<> CV_EXPORTS void Ptr<CvVideoWriter>::delete_obj();
} // cv