Convert media Makefile to CMake.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4877 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9bb3f52..708b258 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -423,8 +423,11 @@
 if(ENABLE_NLS)
   add_subdirectory(po)
 endif()
+
 add_subdirectory(vncviewer)
 
+add_subdirectory(media)
+
 include(cmake/BuildPackages.cmake)
 
 # uninstall