Fixed mis-matching arguments

This commit is contained in:
narv
2011-02-02 17:06:03 -07:00
parent e9e09d5b05
commit 0548eacd12

View File

@@ -8,7 +8,7 @@ if (LINUX)
add_subdirectory(gstreamer010)
endif (LINUX)
if (DARWIN or WINDOWS)
if (DARWIN OR WINDOWS)
add_subdirectory(quicktime)
endif (DARWIN OR WINDOWS)