Show
Ignore:
Timestamp:
02/25/09 21:52:34 (4 years ago)
Author:
robert
Message:

Tweaks to handle more modern version of ffmpeg compiled form source.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/CMakeLists.txt

    r9816 r9818  
    1 INCLUDE_DIRECTORIES( ${FFMPEG_INCLUDE_DIRS} ) 
     1# INCLUDE_DIRECTORIES( ${FFMPEG_INCLUDE_DIRS} ) 
     2 
     3INCLUDE_DIRECTORIES(  
     4    ${FFMPEG_LIBAVFORMAT_INCLUDE_DIRS} ${FFMPEG_LIBAVFORMAT_INCLUDE_DIRS}/libavformat 
     5    ${FFMPEG_LIBAVDEVICE_INCLUDE_DIRS} ${FFMPEG_LIBAVDEVICE_INCLUDE_DIRS}/libavdevice 
     6    ${FFMPEG_LIBAVCODEC_INCLUDE_DIRS} ${FFMPEG_LIBAVCODEC_INCLUDE_DIRS}/libavcodec 
     7    ${FFMPEG_LIBAVUTIL_INCLUDE_DIRS} ${FFMPEG_LIBAVUTIL_INCLUDE_DIRS}/libavcodec 
     8) 
     9 
     10MESSAGE("FFMPEG_INCLUDE_DIRS = "  ${FFMPEG_INCLUDE_DIRS} ) 
     11MESSAGE("FFMPEG_LIBRARIES = "  ${FFMPEG_LIBRARIES} ) 
    212 
    313SET(TARGET_SRC