VLC instead of QuickTime
I dunno if it's actually in there yet... meh
This commit is contained in:
@@ -8,13 +8,12 @@ if (LINUX)
|
||||
add_subdirectory(gstreamer010)
|
||||
endif (LINUX)
|
||||
|
||||
if (WINDOWS)
|
||||
if (LIBVLCPLUGIN)
|
||||
add_subdirectory(libvlc)
|
||||
endif (LIBVLCPLUGIN)
|
||||
endif (WINDOWS)
|
||||
|
||||
add_subdirectory(cef)
|
||||
|
||||
if (WINDOWS OR DARWIN)
|
||||
if(NOT WORD_SIZE EQUAL 64)
|
||||
add_subdirectory(quicktime)
|
||||
endif(NOT WORD_SIZE EQUAL 64)
|
||||
endif (WINDOWS OR DARWIN)
|
||||
|
||||
add_subdirectory(example_basic)
|
||||
add_subdirectory(example_media)
|
||||
|
||||
Reference in New Issue
Block a user