[Cmake-commits] [cmake-commits] hoffman committed FindMPEG2.cmake 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 2 16:30:09 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv7129

Modified Files:
	FindMPEG2.cmake 
Log Message:
BUG: include should not have .cmake


Index: FindMPEG2.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindMPEG2.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** FindMPEG2.cmake	23 Jul 2007 13:49:52 -0000	1.8
--- FindMPEG2.cmake	2 Feb 2009 21:30:04 -0000	1.9
***************
*** 32,36 ****
    #some native mpeg2 installations will depend
    #on libSDL, if found, add it in.
!   INCLUDE( FindSDL.cmake )
    IF(SDL_FOUND)
      SET( MPEG2_LIBRARIES ${MPEG2_LIBRARIES} ${SDL_LIBRARY})
--- 32,36 ----
    #some native mpeg2 installations will depend
    #on libSDL, if found, add it in.
!   INCLUDE( FindSDL )
    IF(SDL_FOUND)
      SET( MPEG2_LIBRARIES ${MPEG2_LIBRARIES} ${SDL_LIBRARY})



More information about the Cmake-commits mailing list