Ignore:
Timestamp:
08/02/08 02:00:45 (5 years ago)
Author:
sam
Message:
  • configure.ac: fix the OpenCV detection by using pkg-config.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/pipi/Makefile.am

    r2603 r2628  
    4747 
    4848if USE_OPENCV 
    49 codec_cflags += `opencv-config --cflags` 
    50 codec_libs += `opencv-config --libs opencv highgui` 
     49codec_cflags += @OPENCV_CFLAGS@ 
     50codec_libs += @OPENCV_LIBS@ 
    5151codec_sources += codec/opencv.c 
    5252endif 
Note: See TracChangeset for help on using the changeset viewer.