~mbranton/libopenshot/alpha-channel-fix

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Jonathan Thomas
  • Date: 2016-08-31 07:02:54 UTC
  • Revision ID: jonathan@openshot.org-20160831070254-g2e1yzab08i8o760
Adding new CacheBase class. This is the first of many cache related commits, with the goal of building a disk based cache object, to be used by the timeline object if enabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
                AudioBufferSource.cpp
188
188
                AudioReaderSource.cpp
189
189
                AudioResampler.cpp
 
190
                CacheBase.cpp
190
191
                Cache.cpp
191
192
                ChunkReader.cpp
192
193
                ChunkWriter.cpp