]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
reversed the order of libraries in opencv.pc (ticket #231)
authorvp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Fri, 2 Apr 2010 21:26:22 +0000 (21:26 +0000)
committervp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Fri, 2 Apr 2010 21:26:22 +0000 (21:26 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@2973 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/opencv.pc.cmake.in

index 23f70b8f6f227e24d28312d5d33bddea12ea3c30..d80f33f1da36e1e053eac9e1fe933fe4ebe6a565 100755 (executable)
@@ -8,5 +8,5 @@ includedir=@includedir@/opencv
 Name: OpenCV
 Description: Intel(R) Open Source Computer Vision Library
 Version: @VERSION@
-Libs: -L${libdir} -lcxcore@OPENCV_DLLVERSION@ -lcv@OPENCV_DLLVERSION@ -lhighgui@OPENCV_DLLVERSION@ -lcvaux@OPENCV_DLLVERSION@ -lml@OPENCV_DLLVERSION@
+Libs: -L${libdir} -lml@OPENCV_DLLVERSION@ -lcvaux@OPENCV_DLLVERSION@ -lhighgui@OPENCV_DLLVERSION@ -lcv@OPENCV_DLLVERSION@  -lcxcore@OPENCV_DLLVERSION@
 Cflags: -I${includedir}