fix cmake typo that effects windows devs

pull/37/head
Bret Curtis 12 years ago
parent 07cec0ea75
commit 40b6b4afc5

@ -99,7 +99,7 @@ endmacro()
# Check for cached results. If there are skip the costly part.
if (NOT FFMPEG_LIBRARIES)
set (FFMPEGSDK ENV${FFMPEG_HOME})
set (FFMPEGSDK $ENV{FFMPEG_HOME})
if (FFMPEGSDK)
set (FFMPEGSDK_INC "${FFMPEGSDK}/include")
set (FFMPEGSDK_LIB "${FFMPEGSDK}/lib")

Loading…
Cancel
Save