summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/FindMPEG2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMPEG2.cmake b/Modules/FindMPEG2.cmake
index 0ce75f5..1aa7913 100644
--- a/Modules/FindMPEG2.cmake
+++ b/Modules/FindMPEG2.cmake
@@ -31,7 +31,7 @@ IF(MPEG2_FOUND)
#some native mpeg2 installations will depend
#on libSDL, if found, add it in.
- INCLUDE( FindSDL.cmake )
+ INCLUDE( FindSDL )
IF(SDL_FOUND)
SET( MPEG2_LIBRARIES ${MPEG2_LIBRARIES} ${SDL_LIBRARY})
ENDIF(SDL_FOUND)