Remove saving to file for fake platform

This commit is contained in:
Iwan Timmer
2017-05-27 17:06:03 +02:00
parent 764ece15e2
commit 3461d17119
5 changed files with 1 additions and 100 deletions

View File

@@ -90,7 +90,7 @@ endif()
include_directories("${PROJECT_BINARY_DIR}")
list(APPEND SRC_LIST ./src/audio/alsa.c ./src/audio/fake.c ./src/video/fake.c)
list(APPEND SRC_LIST ./src/audio/alsa.c)
add_subdirectory(libgamestream)