diff options
author | Callum Prentice <callum@lindenlab.com> | 2015-06-04 16:27:33 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2015-06-04 16:27:33 -0700 |
commit | 3728730839bf670ae22dd644aa1905e8e9c34560 (patch) | |
tree | e6ef9526bd4ede8bdba7f3fca6fff2a4cc5a6c65 /indra | |
parent | 80c67487c062b3105395d8dbf3dfc0be15cc678f (diff) |
Add CEF into OS X build
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/media_plugins/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/media_plugins/CMakeLists.txt b/indra/media_plugins/CMakeLists.txt index 0e0f84d1fd..24eb3947b4 100755 --- a/indra/media_plugins/CMakeLists.txt +++ b/indra/media_plugins/CMakeLists.txt @@ -2,16 +2,13 @@ add_subdirectory(base) -if (WINDOWS) - add_subdirectory(cef) -endif (WINDOWS) - if (LINUX) add_subdirectory(gstreamer010) endif (LINUX) if (WINDOWS OR DARWIN) add_subdirectory(quicktime) + add_subdirectory(cef) endif (WINDOWS OR DARWIN) if (WINDOWS) |