Signed-off-by: Modestas Vainius <modestas@vainius.eu>ci/unstable
parent
b164021d95
commit
76ff64d3c7
@ -0,0 +1,11 @@
|
||||
--- a/Modules/FindMPEG2.cmake
|
||||
+++ b/Modules/FindMPEG2.cmake
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#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)
|
Loading…
Reference in new issue