spelling :D
authorJustin Dickow <jjdickow@gmail.com>
Fri, 21 Mar 2014 20:03:14 +0000 (16:03 -0400)
committerJustin Dickow <jjdickow@gmail.com>
Fri, 21 Mar 2014 20:03:14 +0000 (16:03 -0400)
Signed-off-by: Justin Dickow <jjdickow@gmail.com>
SDL_Core/CMakeLists.txt

index 0e78225..39b6e34 100644 (file)
@@ -47,7 +47,7 @@ set(ARCHIVE_OUTPUT_DIRECTORY ./bin)
 set(CMAKE_CXX_FLAGS "-g3 -ggdb3 -std=gnu++0x -Werror=return-type -Wuninitialized")
 set(CMAKE_CXX_FLAGS_RELEASE "-s -O2") #It will be appended to CMAKE_CXX_FLAGS in release
 
-option(EXTENDED_MEDIA_MODE "Turn on and off extended Madia Manager features relates to PulseAudio A2DP and GSteamer" OFF)
+option(EXTENDED_MEDIA_MODE "Turn on and off extended Madia Manager features relates to PulseAudio A2DP and GStreamer" OFF)
 option(BUILD_SHARED_LIBS "Build all libraries as shared (if ON) or static (if OFF)" OFF)
 option(BUILD_BT_SUPPORT "Bluetooth support" OFF)
 option(BUILD_USB_SUPPORT "libusb support" OFF)